Uses of Interface
org.loboevolution.html.dom.DOMImplementation
Package
Description
Contains an implementation of the W3C HTML DOM Level 2 interfaces.
-
Uses of DOMImplementation in org.loboevolution.apache.xml.dtm.ref
Modifier and TypeMethodDescriptionfinal DOMImplementation
DTMNodeProxy.getImplementation()
Gets the implementation object of the current document. -
Uses of DOMImplementation in org.loboevolution.html.dom
Modifier and TypeMethodDescriptionDOMImplementationSource.getDOMImplementation
(String features) getDOMImplementation.DOMImplementationList.item
(int index) item. -
Uses of DOMImplementation in org.loboevolution.html.dom.domimpl
Modifier and TypeMethodDescriptionDOMImplementationSourceImpl.getDOMImplementation
(String features) A method to request a DOM implementation.DOMImplementationListImpl.item
(int index) item. -
Uses of DOMImplementation in org.loboevolution.html.dom.nodeimpl
Modifier and TypeMethodDescriptionDocumentImpl.getImplementation()
Gets the implementation object of the current document. -
Uses of DOMImplementation in org.loboevolution.html.dom.nodeimpl.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.loboevolution.html.js.xml
Modifier and TypeMethodDescriptionXMLDocument.getImplementation()
Gets the implementation object of the current document. -
Uses of DOMImplementation in org.loboevolution.html.node
Modifier and TypeMethodDescriptionDocument.getImplementation()
Gets the implementation object of the current document.