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 TIFFFieldprivate booleanprivate BooleanInitialization flag.Fields inherited from interface 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) intprivate static Stringbooleanprivate voidinsertBefore(Node newChild, Node refChild) removeChild(Node oldChild) replaceChild(Node newChild, Node oldChild) Methods inherited from class 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:
appendChildin interfaceNode- Overrides:
appendChildin classIIOMetadataNode
-
hasChildNodes
public boolean hasChildNodes()- Specified by:
hasChildNodesin interfaceNode- Overrides:
hasChildNodesin classIIOMetadataNode
-
getLength
public int getLength()- Specified by:
getLengthin interfaceNodeList- Overrides:
getLengthin classIIOMetadataNode
-
getFirstChild
- Specified by:
getFirstChildin interfaceNode- Overrides:
getFirstChildin classIIOMetadataNode
-
getLastChild
- Specified by:
getLastChildin interfaceNode- Overrides:
getLastChildin classIIOMetadataNode
-
getPreviousSibling
- Specified by:
getPreviousSiblingin interfaceNode- Overrides:
getPreviousSiblingin classIIOMetadataNode
-
getNextSibling
- Specified by:
getNextSiblingin interfaceNode- Overrides:
getNextSiblingin classIIOMetadataNode
-
insertBefore
- Specified by:
insertBeforein interfaceNode- Overrides:
insertBeforein classIIOMetadataNode
-
replaceChild
- Specified by:
replaceChildin interfaceNode- Overrides:
replaceChildin classIIOMetadataNode
-
removeChild
- Specified by:
removeChildin interfaceNode- Overrides:
removeChildin classIIOMetadataNode
-
cloneNode
- Specified by:
cloneNodein interfaceNode- Overrides:
cloneNodein classIIOMetadataNode
-