public class TIFFFieldNode extends IIOMetadataNode
Node
representation of a TIFFField
wherein the child node is procedural rather than buffered.Modifier and Type | Field and Description |
---|---|
private TIFFField |
field |
private boolean |
isIFD |
private Boolean |
isInitialized
Initialization flag.
|
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 and Description |
---|
TIFFFieldNode(TIFFField field) |
Modifier and Type | Method and Description |
---|---|
Node |
appendChild(Node newChild) |
Node |
cloneNode(boolean deep) |
Node |
getFirstChild() |
Node |
getLastChild() |
int |
getLength() |
Node |
getNextSibling() |
private static String |
getNodeName(TIFFField f) |
Node |
getPreviousSibling() |
boolean |
hasChildNodes() |
private void |
initialize() |
Node |
insertBefore(Node newChild,
Node refChild) |
Node |
removeChild(Node oldChild) |
Node |
replaceChild(Node newChild,
Node oldChild) |
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
private boolean isIFD
private Boolean isInitialized
private TIFFField field
public TIFFFieldNode(TIFFField field)
private void initialize()
public Node appendChild(Node newChild)
appendChild
in interface Node
appendChild
in class IIOMetadataNode
public boolean hasChildNodes()
hasChildNodes
in interface Node
hasChildNodes
in class IIOMetadataNode
public int getLength()
getLength
in interface NodeList
getLength
in class IIOMetadataNode
public Node getFirstChild()
getFirstChild
in interface Node
getFirstChild
in class IIOMetadataNode
public Node getLastChild()
getLastChild
in interface Node
getLastChild
in class IIOMetadataNode
public Node getPreviousSibling()
getPreviousSibling
in interface Node
getPreviousSibling
in class IIOMetadataNode
public Node getNextSibling()
getNextSibling
in interface Node
getNextSibling
in class IIOMetadataNode
public Node insertBefore(Node newChild, Node refChild)
insertBefore
in interface Node
insertBefore
in class IIOMetadataNode
public Node replaceChild(Node newChild, Node oldChild)
replaceChild
in interface Node
replaceChild
in class IIOMetadataNode
public Node removeChild(Node oldChild)
removeChild
in interface Node
removeChild
in class IIOMetadataNode
public Node cloneNode(boolean deep)
cloneNode
in interface Node
cloneNode
in class IIOMetadataNode
Copyright © 2016 Open Microscopy Environment