|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Element | |
| org.w3c.dom | The org.w3c.dom package provides the Java ME DOM API defined by JSR 280. |
| Uses of Element in org.w3c.dom |
| Methods in org.w3c.dom that return Element | |
Element |
ElementTraversal.getFirstElementChild()
Retrieves the first child element. |
Element |
ElementTraversal.getLastElementChild()
Retrieves the last child element. |
Element |
ElementTraversal.getNextElementSibling()
Retrieves the next sibling element. |
Element |
ElementTraversal.getPreviousElementSibling()
Retrieves the previous sibling element. |
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.createElement(String tagName)
Creates an element of the type specified. |
Element |
Document.createElementNS(String namespaceURI,
String qualifiedName)
Creates an element of the given qualified name and namespace URI. |
Element |
Document.getElementById(String elementId)
Returns the Elementthat has an ID attribute with the
given value. |
Element |
Attr.getOwnerElement()
The Element node this attribute is attached to or
null if this attribute is not in use. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||