Class TIFFFieldNode
java.lang.Object
javax.imageio.metadata.IIOMetadataNode
com.github.jaiimageio.impl.plugins.tiff.TIFFFieldNode
The
Node
representation of a TIFFField
wherein the child node is procedural rather than buffered.- Since:
- 1.1-beta
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate TIFFField
private boolean
private Boolean
Initialization flag.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 -
Method Summary
Modifier and TypeMethodDescriptionappendChild
(Node newChild) cloneNode
(boolean deep) int
private static String
boolean
private void
insertBefore
(Node newChild, Node refChild) removeChild
(Node oldChild) 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
-
Field Details
-
isIFD
private boolean isIFD -
isInitialized
Initialization flag. -
field
-
-
Constructor Details
-
TIFFFieldNode
-
-
Method Details
-
getNodeName
-
initialize
private void initialize() -
appendChild
- 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
- Specified by:
getFirstChild
in interfaceNode
- Overrides:
getFirstChild
in classIIOMetadataNode
-
getLastChild
- Specified by:
getLastChild
in interfaceNode
- Overrides:
getLastChild
in classIIOMetadataNode
-
getPreviousSibling
- Specified by:
getPreviousSibling
in interfaceNode
- Overrides:
getPreviousSibling
in classIIOMetadataNode
-
getNextSibling
- Specified by:
getNextSibling
in interfaceNode
- Overrides:
getNextSibling
in classIIOMetadataNode
-
insertBefore
- Specified by:
insertBefore
in interfaceNode
- Overrides:
insertBefore
in classIIOMetadataNode
-
replaceChild
- Specified by:
replaceChild
in interfaceNode
- Overrides:
replaceChild
in classIIOMetadataNode
-
removeChild
- Specified by:
removeChild
in interfaceNode
- Overrides:
removeChild
in classIIOMetadataNode
-
cloneNode
- Specified by:
cloneNode
in interfaceNode
- Overrides:
cloneNode
in classIIOMetadataNode
-