Uses of Interface
org.w3c.dom.DOMImplementation
Package
Description
Provides the classes for processing XML documents with a SAX (Simple API for XML)
parser or a DOM (Document Object Model) Document builder.
Provides the interfaces for the Document Object Model (DOM).
Provides a factory for obtaining instances of
DOMImplementation
.-
Uses of DOMImplementation in javax.xml.parsers
Modifier and TypeMethodDescriptionabstract DOMImplementation
DocumentBuilder.getDOMImplementation()
Obtain an instance of aDOMImplementation
object. -
Uses of DOMImplementation in org.w3c.dom
Modifier and TypeMethodDescriptionDOMImplementationSource.getDOMImplementation
(String features) A method to request the first DOM implementation that supports the specified features.Document.getImplementation()
TheDOMImplementation
object that handles this document.DOMImplementationList.item
(int index) Returns theindex
th item in the collection. -
Uses of DOMImplementation in org.w3c.dom.bootstrap
Modifier and TypeMethodDescriptionDOMImplementationRegistry.getDOMImplementation
(String features) Return the first implementation that has the desired features, ornull
if none is found.