|
|||||||||
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. |
|
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. |
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 |
|
oracle.xml.parser.v2.ObjectBuilder
interface to create XMLSchema, use XSDBuilder directly |
|
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.XMLElement()
use createElement(String) method of XMLDocument |
|
oracle.xml.parser.v2.XMLElement(String)
use createElement(String) method of XMLDocument |
|
oracle.xml.parser.v2.XMLElement(String, String, String)
use createElementNS(String, String) method of XMLDocument |
|
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.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 |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |