|
Oracle® Application Server XML Java API Reference 10g Release 2 (10.1.2) Part no. B12024-03 September 2004 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Classes | |
org.xml.sax.helpers.AttributeListImpl This class implements a deprecated interface, AttributeList ; that interface has been replaced by Attributes , which is implemented in the AttributesImpl helper class. | |
oracle.xml.transviewer.DBAccess Please use oracle.xml.dbaccess.DBAccess | |
oracle.xml.transviewer.DBAccessBeanInfo Please use oracle.xml.dbaccess.DBAccessBeanInfo | |
org.xml.sax.HandlerBase This class works with the deprecated DocumentHandler interface. It has been replaced by the SAX2 DefaultHandler class. | |
org.xml.sax.helpers.ParserFactory This class works with the deprecated Parser interface. | |
oracle.xml.parser.schema.XSDConstants This class is replaced by XSDConstantValues |
Deprecated Interfaces | |
org.xml.sax.AttributeList This interface has been replaced by the SAX2 Attributes interface, which includes Namespace support. | |
org.xml.sax.DocumentHandler This interface has been replaced by the SAX2 ContentHandler interface, which includes Namespace support. | |
oracle.xml.parser.v2.NSName - use oracle.xml.util.NSName | |
org.xml.sax.Parser This interface has been replaced by the SAX2 XMLReader interface, which includes Namespace support. |
Deprecated Fields | |
oracle.xml.sql.query.OracleXMLQuery.MAXROWS_DEFAULT since v2.0; Use MAXROWS_ALL instead | |
oracle.xml.sql.query.OracleXMLQuery.MAXROWS_NONE since v2.0; Use 0 instead | |
oracle.xml.sql.query.OracleXMLQuery.SKIPROWS_DEFAULT since v2.0; Use 0 instead | |
oracle.xml.sql.query.OracleXMLQuery.SKIPROWS_NONE since v2.0; Use 0 instead |
Deprecated Constructors | |
oracle.xml.parser.v2.XMLAttr() use createAttribute(String) or createAttributeNS(String, String) of XMLDocument | |
oracle.xml.parser.v2.XMLAttr(String, String) use createAttribute(String) method of XMLDocument | |
oracle.xml.parser.v2.XMLAttr(String, String, String, String) use createAttributeNS(String, String) method of XMLDocument | |
oracle.xml.parser.v2.XMLAttr(String, String, String, String, String) use crateAttribute(String) or createAttributeNS(String, String) of XMLDocument | |
oracle.xml.parser.v2.XMLCDATA() use createCDATASection(String) method of XMLDocument | |
oracle.xml.parser.v2.XMLCDATA(String) see createCDATASection(String) method of XMLDocument | |
oracle.xml.parser.v2.XMLComment() use createComment(String) method of XMLDocument | |
oracle.xml.parser.v2.XMLComment(String) use createComment(String) method of XMLDocument | |
oracle.xml.parser.v2.XMLDocumentFragment() use createDocumentFragment() method in XMLDocuemnt | |
oracle.xml.parser.v2.XMLEntityReference() use createEntityReference(String) method of XMLDocument | |
oracle.xml.parser.v2.XMLEntityReference(String) see createEntityReference(String) method of XMLDocuement | |
oracle.xml.parser.v2.XMLNotation() use XMLNotation(String) | |
oracle.xml.parser.v2.XMLPI() use createProcessingInstruction(String) method of XMLDocument | |
oracle.xml.parser.v2.XMLPI(String, String) see createProcessingInstruction(String) of XMLDocument | |
oracle.xml.parser.v2.XMLText() use createTextNode(String) of XMLDocument | |
oracle.xml.parser.v2.XMLText(String) use createTextNode(String) method of XMLDocument | |
oracle.xml.parser.schema.XSDSimpleType(int, String) | |
oracle.xml.parser.v2.XSLStylesheet() Use XSLProcessor.newXSLStylesheet instead | |
oracle.xml.parser.v2.XSLStylesheet(InputStream, URL) Use XSLProcessor.newXSLStylesheet instead | |
oracle.xml.parser.v2.XSLStylesheet(Reader, URL) Use XSLProcessor.newXSLStylesheet instead | |
oracle.xml.parser.v2.XSLStylesheet(URL, URL) Use XSLProcessor.newXSLStylesheet instead | |
oracle.xml.parser.v2.XSLStylesheet(XMLDocument, URL) Use XSLProcessor.newXSLStylesheet instead |
|
Oracle® Application Server XML Java API Reference 10g Release 2 (10.1.2) Part no. B12024-03 September 2004 | |||||||||
PREV NEXT | FRAMES NO FRAMES |