javax.imageio.metadata

Class IIOMetadataNode

public class IIOMetadataNode extends Object implements Element, NodeList

Constructor Summary
IIOMetadataNode()
IIOMetadataNode(String nodename)
Method Summary
NodeappendChild(Node newChild)
NodecloneNode(boolean deep)
shortcompareDocumentPosition(Node other)
StringgetAttribute(String name)
AttrgetAttributeNode(String name)
AttrgetAttributeNodeNS(String namespaceURI, String localName)
StringgetAttributeNS(String namespaceURI, String localName)
NamedNodeMapgetAttributes()
StringgetBaseURI()
NodeListgetChildNodes()
NodeListgetElementsByTagName(String name)
NodeListgetElementsByTagNameNS(String namespaceURI, String localName)
ObjectgetFeature(String feature, String version)
NodegetFirstChild()
NodegetLastChild()
intgetLength()
StringgetLocalName()
StringgetNamespaceURI()
NodegetNextSibling()
StringgetNodeName()
shortgetNodeType()
StringgetNodeValue()
DocumentgetOwnerDocument()
NodegetParentNode()
StringgetPrefix()
NodegetPreviousSibling()
TypeInfogetSchemaTypeInfo()
StringgetTagName()
StringgetTextContent()
ObjectgetUserData(String key)
ObjectgetUserObject()
booleanhasAttribute(String name)
booleanhasAttributeNS(String namespaceURI, String localName)
booleanhasAttributes()
booleanhasChildNodes()
NodeinsertBefore(Node newChild, Node refChild)
booleanisDefaultNamespace(String namespaceURI)
booleanisEqualNode(Node arg)
booleanisSameNode(Node other)
booleanisSupported(String feature, String version)
Nodeitem(int index)
StringlookupNamespaceURI(String prefix)
StringlookupPrefix(String namespaceURI)
voidnormalize()
voidremoveAttribute(String name)
AttrremoveAttributeNode(Attr oldAttr)
voidremoveAttributeNS(String namespaceURI, String localName)
NoderemoveChild(Node oldChild)
NodereplaceChild(Node newChild, Node oldChild)
voidsetAttribute(String name, String value)
AttrsetAttributeNode(Attr newAttr)
AttrsetAttributeNodeNS(Attr newAttr)
voidsetAttributeNS(String namespaceURI, String qualifiedName, String value)
voidsetIdAttribute(String name, boolean isId)
voidsetIdAttributeNode(Attr idAttr, boolean isId)
voidsetIdAttributeNS(String namespaceURI, String localName, boolean isId)
voidsetNodeValue(String nodeValue)
voidsetPrefix(String prefix)
voidsetTextContent(String textContent)
ObjectsetUserData(String key, Object data, UserDataHandler handler)
voidsetUserObject(Object o)

Constructor Detail

IIOMetadataNode

public IIOMetadataNode()

IIOMetadataNode

public IIOMetadataNode(String nodename)

Method Detail

appendChild

public Node appendChild(Node newChild)

cloneNode

public Node cloneNode(boolean deep)

compareDocumentPosition

public short compareDocumentPosition(Node other)

getAttribute

public String getAttribute(String name)

getAttributeNode

public Attr getAttributeNode(String name)

getAttributeNodeNS

public Attr getAttributeNodeNS(String namespaceURI, String localName)

getAttributeNS

public String getAttributeNS(String namespaceURI, String localName)

getAttributes

public NamedNodeMap getAttributes()

getBaseURI

public String getBaseURI()

getChildNodes

public NodeList getChildNodes()

getElementsByTagName

public NodeList getElementsByTagName(String name)

getElementsByTagNameNS

public NodeList getElementsByTagNameNS(String namespaceURI, String localName)

getFeature

public Object getFeature(String feature, String version)

getFirstChild

public Node getFirstChild()

getLastChild

public Node getLastChild()

getLength

public int getLength()

getLocalName

public String getLocalName()

getNamespaceURI

public String getNamespaceURI()

getNextSibling

public Node getNextSibling()

getNodeName

public String getNodeName()

getNodeType

public short getNodeType()

getNodeValue

public String getNodeValue()

getOwnerDocument

public Document getOwnerDocument()

getParentNode

public Node getParentNode()

getPrefix

public String getPrefix()

getPreviousSibling

public Node getPreviousSibling()

getSchemaTypeInfo

public TypeInfo getSchemaTypeInfo()

getTagName

public String getTagName()

getTextContent

public String getTextContent()

getUserData

public Object getUserData(String key)

getUserObject

public Object getUserObject()

hasAttribute

public boolean hasAttribute(String name)

hasAttributeNS

public boolean hasAttributeNS(String namespaceURI, String localName)

hasAttributes

public boolean hasAttributes()

hasChildNodes

public boolean hasChildNodes()

insertBefore

public Node insertBefore(Node newChild, Node refChild)

isDefaultNamespace

public boolean isDefaultNamespace(String namespaceURI)

isEqualNode

public boolean isEqualNode(Node arg)

isSameNode

public boolean isSameNode(Node other)

isSupported

public boolean isSupported(String feature, String version)

item

public Node item(int index)

lookupNamespaceURI

public String lookupNamespaceURI(String prefix)

lookupPrefix

public String lookupPrefix(String namespaceURI)

normalize

public void normalize()

removeAttribute

public void removeAttribute(String name)

removeAttributeNode

public Attr removeAttributeNode(Attr oldAttr)

removeAttributeNS

public void removeAttributeNS(String namespaceURI, String localName)

removeChild

public Node removeChild(Node oldChild)

replaceChild

public Node replaceChild(Node newChild, Node oldChild)

setAttribute

public void setAttribute(String name, String value)

setAttributeNode

public Attr setAttributeNode(Attr newAttr)

setAttributeNodeNS

public Attr setAttributeNodeNS(Attr newAttr)

setAttributeNS

public void setAttributeNS(String namespaceURI, String qualifiedName, String value)

setIdAttribute

public void setIdAttribute(String name, boolean isId)

setIdAttributeNode

public void setIdAttributeNode(Attr idAttr, boolean isId)

setIdAttributeNS

public void setIdAttributeNS(String namespaceURI, String localName, boolean isId)

setNodeValue

public void setNodeValue(String nodeValue)

setPrefix

public void setPrefix(String prefix)

setTextContent

public void setTextContent(String textContent)

setUserData

public Object setUserData(String key, Object data, UserDataHandler handler)

setUserObject

public void setUserObject(Object o)