| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Element | |
|---|---|
| javax.imageio.metadata | A package of the Java Image I/O API dealing with reading and writing metadata. | 
| org.w3c.dom | Provides the interfaces for the Document Object Model (DOM) which is a component API of the Java API for XML Processing. | 
| org.w3c.dom.ls | |
| Uses of Element in javax.imageio.metadata | 
|---|
| Classes in javax.imageio.metadata that implement Element | |
|---|---|
|  class | IIOMetadataNodeA class representing a node in a meta-data tree, which implements the org.w3c.dom.Elementinterface and additionally allows
 for the storage of non-textual objects via thegetUserObjectandsetUserObjectmethods. | 
| Uses of Element in org.w3c.dom | 
|---|
| Methods in org.w3c.dom that return Element | |
|---|---|
|  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.getDocumentElement()This is a convenience attribute that allows direct access to the child node that is the document element of the document. | 
|  Element | Document.getElementById(String elementId)Returns the Elementthat has an ID attribute with the 
 given value. | 
|  Element | Attr.getOwnerElement()The Elementnode this attribute is attached to ornullif this attribute is not in use. | 
| Uses of Element in org.w3c.dom.ls | 
|---|
| Methods in org.w3c.dom.ls with parameters of type Element | |
|---|---|
|  short | LSParserFilter.startElement(Element elementArg)The parser will call this method after each Elementstart 
 tag has been scanned, but before the remainder of theElementis processed. | 
| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.