Methods Summary |
---|
public org.w3c.dom.Document | createDocument()Creates a new document.
|
public org.w3c.dom.Document | createDocumentWithPublicIdentifier(java.lang.String name, java.lang.String publicIdentifier, java.lang.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.
|
public org.w3c.dom.Document | createDocumentWithSystemIdentifier(java.lang.String name, java.lang.String systemIdentifier)Creates a new document with the specified system identifier in
the DOCTYPE, and adds a root element with the specified name.
|
public boolean | isWhitespaceNode(org.w3c.dom.Text text)Check to see if the text node represents a whitespace node.
|
public oracle.toplink.essentials.platform.xml.XMLParser | newXMLParser()Return a concrete implementation of the XML parser abstraction that is
compatible with the XML Platform.
|
public oracle.toplink.essentials.platform.xml.XMLTransformer | newXMLTransformer()Return a concrete implementation of the XML transformer abstraction that is
compatible with the XML Platform.
|
public java.lang.String | resolveNamespacePrefix(org.w3c.dom.Node contextNode, java.lang.String namespacePrefix)Return the namespace URI for the specified namespace prefix
relative to the context node.
|
public org.w3c.dom.NodeList | selectNodesAdvanced(org.w3c.dom.Node contextNode, java.lang.String xPath, oracle.toplink.essentials.platform.xml.XMLNamespaceResolver xmlNamespaceResolver)Execute advanced XPath statements that are required for TopLink EIS.
|
public org.w3c.dom.Node | selectSingleNodeAdvanced(org.w3c.dom.Node contextNode, java.lang.String xPath, oracle.toplink.essentials.platform.xml.XMLNamespaceResolver xmlNamespaceResolver)Execute advanced XPath statements that are required for TopLink EIS.
|
public boolean | validateDocument(org.w3c.dom.Document document, java.net.URL xmlSchemaURL, org.xml.sax.ErrorHandler errorHandler)Validate the document against the XML Schema
|