Class TIFFFieldNode
- java.lang.Object
-
- javax.imageio.metadata.IIOMetadataNode
-
- com.sun.media.imageioimpl.plugins.tiff.TIFFFieldNode
-
public class TIFFFieldNode extends IIOMetadataNode
TheNode
representation of aTIFFField
wherein the child node is procedural rather than buffered.- Since:
- 1.1-beta
-
-
Field Summary
-
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
-
-
Constructor Summary
Constructors Constructor Description TIFFFieldNode(TIFFField field)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Node
appendChild(Node newChild)
Node
cloneNode(boolean deep)
Node
getFirstChild()
Node
getLastChild()
int
getLength()
Node
getNextSibling()
Node
getPreviousSibling()
boolean
hasChildNodes()
Node
insertBefore(Node newChild, Node refChild)
Node
removeChild(Node oldChild)
Node
replaceChild(Node newChild, Node oldChild)
-
Methods inherited from class javax.imageio.metadata.IIOMetadataNode
compareDocumentPosition, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getBaseURI, getChildNodes, getElementsByTagName, getElementsByTagNameNS, getFeature, getLocalName, getNamespaceURI, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getSchemaTypeInfo, getTagName, getTextContent, getUserData, getUserObject, hasAttribute, hasAttributeNS, hasAttributes, isDefaultNamespace, isEqualNode, isSameNode, isSupported, item, lookupNamespaceURI, lookupPrefix, normalize, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setNodeValue, setPrefix, setTextContent, setUserData, setUserObject
-
-
-
-
Constructor Detail
-
TIFFFieldNode
public TIFFFieldNode(TIFFField field)
-
-
Method Detail
-
appendChild
public Node appendChild(Node newChild)
- Specified by:
appendChild
in interfaceNode
- Overrides:
appendChild
in classIIOMetadataNode
-
hasChildNodes
public boolean hasChildNodes()
- Specified by:
hasChildNodes
in interfaceNode
- Overrides:
hasChildNodes
in classIIOMetadataNode
-
getLength
public int getLength()
- Specified by:
getLength
in interfaceNodeList
- Overrides:
getLength
in classIIOMetadataNode
-
getFirstChild
public Node getFirstChild()
- Specified by:
getFirstChild
in interfaceNode
- Overrides:
getFirstChild
in classIIOMetadataNode
-
getLastChild
public Node getLastChild()
- Specified by:
getLastChild
in interfaceNode
- Overrides:
getLastChild
in classIIOMetadataNode
-
getPreviousSibling
public Node getPreviousSibling()
- Specified by:
getPreviousSibling
in interfaceNode
- Overrides:
getPreviousSibling
in classIIOMetadataNode
-
getNextSibling
public Node getNextSibling()
- Specified by:
getNextSibling
in interfaceNode
- Overrides:
getNextSibling
in classIIOMetadataNode
-
insertBefore
public Node insertBefore(Node newChild, Node refChild)
- Specified by:
insertBefore
in interfaceNode
- Overrides:
insertBefore
in classIIOMetadataNode
-
replaceChild
public Node replaceChild(Node newChild, Node oldChild)
- Specified by:
replaceChild
in interfaceNode
- Overrides:
replaceChild
in classIIOMetadataNode
-
removeChild
public Node removeChild(Node oldChild)
- Specified by:
removeChild
in interfaceNode
- Overrides:
removeChild
in classIIOMetadataNode
-
cloneNode
public Node cloneNode(boolean deep)
- Specified by:
cloneNode
in interfaceNode
- Overrides:
cloneNode
in classIIOMetadataNode
-
-