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
.Provides interfaces for DOM Level 2 Style Specification.
Provides interfaces for DOM Level 2 HTML Specification.
-
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. -
Uses of DOMImplementation in org.w3c.dom.css
Modifier and TypeInterfaceDescriptioninterface
This interface allows the DOM user to create aCSSStyleSheet
outside the context of a document. -
Uses of DOMImplementation in org.w3c.dom.html
Modifier and TypeInterfaceDescriptioninterface
TheHTMLDOMImplementation
interface extends theDOMImplementation
interface with a method for creating an HTML document instance.