| Package | Description |
|---|---|
| org.w3c.dom |
| Modifier and Type | Method and Description |
|---|---|
Element |
Document.createElement(java.lang.String tagName)
Creates an element of the type specified.
|
Element |
Document.createElementNS(java.lang.String namespaceURI,
java.lang.String qualifiedName)
Creates an element of the given qualified name and namespace URI.
|
Element |
Document.getDocumentElement()
This is a convenience attribute that allows direct access to the child
node that is the root element of the document.
|
Element |
Document.getElementById(java.lang.String elementId)
Returns the
Element whose ID is given by
elementId. |
Element |
Attr.getOwnerElement()
The
Element node this attribute is attached to or
null if this attribute is not in use. |