Frames | No Frames |
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. |
Methods with return type org.w3c.dom.DOMImplementation | |
DOMImplementation | Return the first implementation that has the desired
features, or null if none is found.
|
Classes implementing org.w3c.dom.DOMImplementation | |
class | Specialised DOMImplementation for creating HTML documents.
|
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 | ImplementationList.item(int index) Returns the index th item in the collection. |
Methods with return type org.w3c.dom.DOMImplementation | |
DOMImplementation | Returns the DOM implementation.
|
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 | DOMImplementationList.item(int index) Returns the index th item in the collection. |