Uses of Interface org.w3c.dom.DOMImplementation

Uses in package gnu.xml.libxmlj.dom

Classes implementing org.w3c.dom.DOMImplementation

class
A JAXP DOM implementation that uses Gnome libxml2 as the underlying parser and node representation.

Methods with return type org.w3c.dom.DOMImplementation

DOMImplementation
DOMImplementation
The DOMImplementation object that handles this document.

Uses in package org.w3c.dom.bootstrap

Methods with return type org.w3c.dom.DOMImplementation

DOMImplementation
Return the first implementation that has the desired features, or null if none is found.

Uses in package gnu.xml.dom.html2

Classes implementing org.w3c.dom.DOMImplementation

class
Specialised DOMImplementation for creating HTML documents.

Uses in package gnu.xml.dom

Classes implementing org.w3c.dom.DOMImplementation

class
"DOMImplementation" implementation.

Constructors with parameter type org.w3c.dom.DOMImplementation

DomDoctype.DomDoctype(DOMImplementation impl, String name, String publicId, String systemId, String internalSubset)
Constructs a DocumentType node associated with the specified implementation, with the specified name.
Constructs a Document node, associating it with the specified implementation.

Methods with return type org.w3c.dom.DOMImplementation

DOMImplementation
DOMImplementation
Returns the implementation associated with this document type.
DOMImplementation
DOM L1 Returns the document's DOMImplementation.
DOMImplementation
Returns the indexth item in the collection.

Uses in package javax.xml.parsers

Methods with return type org.w3c.dom.DOMImplementation

DOMImplementation
Returns the DOM implementation.

Uses in package org.w3c.dom

Methods with return type org.w3c.dom.DOMImplementation

DOMImplementation
A method to request the first DOM implementation that supports the specified features.
DOMImplementation
The DOMImplementation object that handles this document.
DOMImplementation
Returns the indexth item in the collection.