javax.imageio.metadata
Class IIOMetadataNode
public
class
IIOMetadataNode
extends Object
implements Element, NodeList
Method Summary |
Node | appendChild(Node newChild) |
Node | cloneNode(boolean deep) |
short | compareDocumentPosition(Node other) |
String | getAttribute(String name) |
Attr | getAttributeNode(String name) |
Attr | getAttributeNodeNS(String namespaceURI, String localName) |
String | getAttributeNS(String namespaceURI, String localName) |
NamedNodeMap | getAttributes() |
String | getBaseURI() |
NodeList | getChildNodes() |
NodeList | getElementsByTagName(String name) |
NodeList | getElementsByTagNameNS(String namespaceURI, String localName) |
Object | getFeature(String feature, String version) |
Node | getFirstChild() |
Node | getLastChild() |
int | getLength() |
String | getLocalName() |
String | getNamespaceURI() |
Node | getNextSibling() |
String | getNodeName() |
short | getNodeType() |
String | getNodeValue() |
Document | getOwnerDocument() |
Node | getParentNode() |
String | getPrefix() |
Node | getPreviousSibling() |
TypeInfo | getSchemaTypeInfo() |
String | getTagName() |
String | getTextContent() |
Object | getUserData(String key) |
Object | getUserObject() |
boolean | hasAttribute(String name) |
boolean | hasAttributeNS(String namespaceURI, String localName) |
boolean | hasAttributes() |
boolean | hasChildNodes() |
Node | insertBefore(Node newChild, Node refChild) |
boolean | isDefaultNamespace(String namespaceURI) |
boolean | isEqualNode(Node arg) |
boolean | isSameNode(Node other) |
boolean | isSupported(String feature, String version) |
Node | item(int index) |
String | lookupNamespaceURI(String prefix) |
String | lookupPrefix(String namespaceURI) |
void | normalize() |
void | removeAttribute(String name) |
Attr | removeAttributeNode(Attr oldAttr) |
void | removeAttributeNS(String namespaceURI, String localName) |
Node | removeChild(Node oldChild) |
Node | replaceChild(Node newChild, Node oldChild) |
void | setAttribute(String name, String value) |
Attr | setAttributeNode(Attr newAttr) |
Attr | setAttributeNodeNS(Attr newAttr) |
void | setAttributeNS(String namespaceURI, String qualifiedName, String value) |
void | setIdAttribute(String name, boolean isId) |
void | setIdAttributeNode(Attr idAttr, boolean isId) |
void | setIdAttributeNS(String namespaceURI, String localName, boolean isId) |
void | setNodeValue(String nodeValue) |
void | setPrefix(String prefix) |
void | setTextContent(String textContent) |
Object | setUserData(String key, Object data, UserDataHandler handler) |
void | setUserObject(Object o) |
public IIOMetadataNode()
public IIOMetadataNode(
String nodename)
public Node appendChild(Node newChild)
public Node cloneNode(boolean deep)
public short compareDocumentPosition(Node other)
public Attr getAttributeNode(
String name)
public Attr getAttributeNodeNS(
String namespaceURI,
String localName)
public NamedNodeMap getAttributes()
public NodeList getChildNodes()
public NodeList getElementsByTagName(
String name)
public NodeList getElementsByTagNameNS(
String namespaceURI,
String localName)
public Node getFirstChild()
public Node getLastChild()
public int getLength()
public
String getNamespaceURI()
public Node getNextSibling()
public short getNodeType()
public Document getOwnerDocument()
public Node getParentNode()
public Node getPreviousSibling()
public TypeInfo getSchemaTypeInfo()
public
String getTextContent()
public boolean hasAttribute(
String name)
public boolean hasAttributeNS(
String namespaceURI,
String localName)
public boolean hasAttributes()
public boolean hasChildNodes()
public Node insertBefore(Node newChild, Node refChild)
public boolean isDefaultNamespace(
String namespaceURI)
public boolean isEqualNode(Node arg)
public boolean isSameNode(Node other)
public Node item(int index)
public void normalize()
public void removeAttribute(
String name)
public Attr removeAttributeNode(Attr oldAttr)
public void removeAttributeNS(
String namespaceURI,
String localName)
public Node removeChild(Node oldChild)
public Node replaceChild(Node newChild, Node oldChild)
public Attr setAttributeNode(Attr newAttr)
public Attr setAttributeNodeNS(Attr newAttr)
public void setIdAttribute(
String name, boolean isId)
public void setIdAttributeNode(Attr idAttr, boolean isId)
public void setIdAttributeNS(
String namespaceURI,
String localName, boolean isId)
public void setNodeValue(
String nodeValue)
public void setPrefix(
String prefix)
public void setTextContent(
String textContent)
public void setUserObject(
Object o)