Uses of Interface
org.w3c.dom.DOMImplementation
| Package | Description |
|---|---|
| javax.xml.parsers | |
| org.apache.harmony.xml.dom | |
| org.apache.xml.dtm.ref | |
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
| org.w3c.dom |
-
Uses of DOMImplementation in javax.xml.parsers
Methods in javax.xml.parsers that return DOMImplementation Modifier and Type Method Description abstract DOMImplementationDocumentBuilder. getDOMImplementation()Obtain an instance of aDOMImplementationobject. -
Uses of DOMImplementation in org.apache.harmony.xml.dom
Classes in org.apache.harmony.xml.dom that implement DOMImplementation Modifier and Type Class Description classDOMImplementationImplProvides a straightforward implementation of the corresponding W3C DOM interface.Methods in org.apache.harmony.xml.dom that return DOMImplementation Modifier and Type Method Description DOMImplementationDocumentImpl. getImplementation() -
Uses of DOMImplementation in org.apache.xml.dtm.ref
Methods in org.apache.xml.dtm.ref that return DOMImplementation Modifier and Type Method Description DOMImplementationDTMNodeProxy. getImplementation() -
Uses of DOMImplementation in org.apache.xml.utils
Methods in org.apache.xml.utils that return DOMImplementation Modifier and Type Method Description DOMImplementationUnImplNode. getImplementation()Unimplemented. -
Uses of DOMImplementation in org.w3c.dom
Methods in org.w3c.dom that return DOMImplementation Modifier and Type Method Description DOMImplementationDOMImplementationSource. getDOMImplementation(String features)A method to request the first DOM implementation that supports the specified features.DOMImplementationDocument. getImplementation()TheDOMImplementationobject that handles this document.DOMImplementationDOMImplementationList. item(int index)Returns theindexth item in the collection.