Frames | No Frames |
Classes derived from gnu.xml.dom.DomDocument | |
class | An HTML document.
|
Constructors with parameter type gnu.xml.dom.DomDocument | |
Constructs an Attr node associated with the specified document.
| |
DomAttr.DomAttr(DomDocument owner, String namespaceURI, String name, String prefix, String localName) Constructs an Attr node associated with the specified document.
| |
Constructs a CDATA section node associated with the specified
document and holding the specified data.
| |
Constructs a comment node associated with the specified
document and holding the specified data.
| |
JAXP builder constructor.
| |
Constructs a DocumentFragment node associated with the
specified document.
| |
Constructs an Element node associated with the specified document.
| |
DomElement.DomElement(DomDocument owner, String namespaceURI, String name, String prefix, String localName)
Constructs an Element node associated with the specified document.
| |
DomEntity.DomEntity(DomDocument owner, String name, String publicId, String systemId, String notation) Constructs an Entity node associated with the specified document,
with the specified descriptive data.
| |
Constructs an EntityReference node associated with the specified
document. | |
Constructs a node and associates it with its owner. | |
Constructs a Notation node associated with the specified document,
with the specified descriptive data. | |
Constructs a ProcessingInstruction node associated with the
specified document, with the specified data.
| |
Constructs a text node associated with the specified
document and holding the specified data.
|