|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DOMImplementation | |
javax.xml.parsers | Provides classes allowing the processing of XML documents. |
org.apache.xalan.stree | Implementation of the Xalan Source Tree, which is a DOM implementation that is optimized for XSLT processing and the needs of Xalan. |
org.apache.xml.utils | Implementation of Xalan utility classes. |
org.w3c.dom | Document Object Model level 2 interfaces. |
Uses of DOMImplementation in javax.xml.parsers |
Methods in javax.xml.parsers that return DOMImplementation | |
abstract DOMImplementation |
DocumentBuilder.getDOMImplementation()
Obtain an instance of a DOMImplementation object. |
Uses of DOMImplementation in org.apache.xalan.stree |
Classes in org.apache.xalan.stree that implement DOMImplementation | |
class |
DOMImplementationImpl
**For internal use only** This class provides a number of methods for performing operations that are independent of any particular instance of the document object model. |
Methods in org.apache.xalan.stree that return DOMImplementation | |
static DOMImplementation |
DOMImplementationImpl.getDOMImplementation()
NON-DOM: Obtain and return the single shared object |
Uses of DOMImplementation in org.apache.xml.utils |
Methods in org.apache.xml.utils that return DOMImplementation | |
DOMImplementation |
UnImplNode.getImplementation()
Unimplemented. |
Uses of DOMImplementation in org.w3c.dom |
Methods in org.w3c.dom that return DOMImplementation | |
DOMImplementation |
Document.getImplementation()
The DOMImplementation object that handles this document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |