Uses of Interface
org.w3c.dom.Element

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.
 



Copyright © 2000,2004 World Wide Web Consortium (W3C). See the Copyright Notice for details.