Java javax.imageio.metadata IIOMetadataNode fields, constructors, methods, implement or subclass

Example usage for Java javax.imageio.metadata IIOMetadataNode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.imageio.metadata IIOMetadataNode.

The text is from its open source code.

Constructor

IIOMetadataNode(String nodeName)
Constructs an IIOMetadataNode with a given node name.
IIOMetadataNode

Method

NodeappendChild(Node newChild)
Adds the node newChild to the end of the list of children of this node.
StringgetAttribute(String name)
Retrieves an attribute value by name.
NodeListgetElementsByTagName(String name)
ObjectgetUserObject()
Returns the Object value associated with this node.
voidsetAttribute(String name, String value)
voidsetNodeValue(String value)
voidsetUserObject(Object userObject)
Sets the value associated with this node.