Package | Description |
---|---|
oracle.toplink.essentials.platform.xml | |
oracle.toplink.essentials.platform.xml.jaxp |
Modifier and Type | Method and Description |
---|---|
Document |
XMLPlatform.createDocument()
Creates a new document.
|
Document |
XMLPlatform.createDocumentWithPublicIdentifier(String name,
String publicIdentifier,
String systemIdentifier)
Creates a new document with the specified public and system
identifiers in the DOCTYPE, and adds a root element with the
specified name.
|
Document |
XMLPlatform.createDocumentWithSystemIdentifier(String name,
String systemIdentifier)
Creates a new document with the specified system identifier in
the DOCTYPE, and adds a root element with the specified name.
|
static XMLPlatformFactory |
XMLPlatformFactory.getInstance()
INTERNAL:
Return the singleton instance of XMLPlatformContext.
|
XMLPlatform |
XMLPlatformFactory.getXMLPlatform()
INTERNAL:
Return the XMLPlatform based on the toplink.xml.platform System property.
|
Class |
XMLPlatformFactory.getXMLPlatformClass()
INTERNAL:
Return the implementation class for the XMLPlatform.
|
Document |
XMLParser.parse(File file) |
Document |
XMLParser.parse(InputSource inputSource) |
Document |
XMLParser.parse(InputStream inputStream) |
Document |
XMLParser.parse(Reader reader) |
Document |
XMLParser.parse(Source source) |
Document |
XMLParser.parse(URL url) |
String |
XMLPlatform.resolveNamespacePrefix(Node contextNode,
String namespacePrefix)
Return the namespace URI for the specified namespace prefix
relative to the context node.
|
NodeList |
XMLPlatform.selectNodesAdvanced(Node contextNode,
String xPath,
XMLNamespaceResolver xmlNamespaceResolver)
Execute advanced XPath statements that are required for TopLink EIS.
|
Node |
XMLPlatform.selectSingleNodeAdvanced(Node contextNode,
String xPath,
XMLNamespaceResolver xmlNamespaceResolver)
Execute advanced XPath statements that are required for TopLink EIS.
|
void |
XMLParser.setXMLSchema(URL url) |
void |
XMLParser.setXMLSchemas(Object[] schemas) |
void |
XMLTransformer.transform(Document sourceDocument,
Node resultParentNode,
URL stylesheet) |
void |
XMLTransformer.transform(Node sourceNode,
ContentHandler resultContentHandler) |
void |
XMLTransformer.transform(Node sourceNode,
OutputStream resultOutputStream) |
void |
XMLTransformer.transform(Node sourceNode,
Result result) |
void |
XMLTransformer.transform(Node sourceNode,
Writer resultWriter) |
void |
XMLTransformer.transform(Source source,
Result result) |
boolean |
XMLPlatform.validateDocument(Document document,
URL xmlSchemaURL,
ErrorHandler errorHandler)
Validate the document against the XML Schema
|
Modifier and Type | Method and Description |
---|---|
Document |
JAXPPlatform.createDocument() |
Document |
JAXPPlatform.createDocumentWithPublicIdentifier(String name,
String publicIdentifier,
String systemIdentifier) |
Document |
JAXPPlatform.createDocumentWithSystemIdentifier(String name,
String systemIdentifier) |
Document |
JAXPParser.parse(File file) |
Document |
JAXPParser.parse(InputSource inputSource) |
Document |
JAXPParser.parse(InputStream inputStream) |
Document |
JAXPParser.parse(Reader reader) |
Document |
JAXPParser.parse(Source source) |
Document |
JAXPParser.parse(URL url) |
String |
JAXPPlatform.resolveNamespacePrefix(Node contextNode,
String namespacePrefix) |
NodeList |
JAXPPlatform.selectNodesAdvanced(Node contextNode,
String xPath,
XMLNamespaceResolver xmlNamespaceResolver)
Execute advanced XPath statements that are required for TopLink EIS.
|
Node |
JAXPPlatform.selectSingleNodeAdvanced(Node contextNode,
String xPath,
XMLNamespaceResolver xmlNamespaceResolver)
Execute advanced XPath statements that are required for TopLink EIS.
|
void |
JAXPParser.setXMLSchema(URL url) |
void |
JAXPParser.setXMLSchemas(Object[] schemas) |
void |
JAXPTransformer.transform(Document sourceDocument,
Node resultParentNode,
URL stylesheet) |
void |
JAXPTransformer.transform(Node sourceNode,
ContentHandler resultContentHandler) |
void |
JAXPTransformer.transform(Node sourceNode,
OutputStream resultOutputStream) |
void |
JAXPTransformer.transform(Node sourceNode,
Result result) |
void |
JAXPTransformer.transform(Node sourceNode,
Writer resultWriter) |
void |
JAXPTransformer.transform(Source source,
Result result) |
boolean |
JAXPPlatform.validateDocument(Document document,
URL xmlSchemaURL,
ErrorHandler errorHandler) |
Copyright © 2023. All rights reserved.