public class TIFFFieldNode extends IIOMetadataNode
Node representation of a TIFFField
 wherein the child node is procedural rather than buffered.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() | 
| Node | getPreviousSibling() | 
| boolean | hasChildNodes() | 
| 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, setUserObjectpublic TIFFFieldNode(TIFFField field)
public Node appendChild(Node newChild)
appendChild in interface NodeappendChild in class IIOMetadataNodepublic boolean hasChildNodes()
hasChildNodes in interface NodehasChildNodes in class IIOMetadataNodepublic int getLength()
getLength in interface NodeListgetLength in class IIOMetadataNodepublic Node getFirstChild()
getFirstChild in interface NodegetFirstChild in class IIOMetadataNodepublic Node getLastChild()
getLastChild in interface NodegetLastChild in class IIOMetadataNodepublic Node getPreviousSibling()
getPreviousSibling in interface NodegetPreviousSibling in class IIOMetadataNodepublic Node getNextSibling()
getNextSibling in interface NodegetNextSibling in class IIOMetadataNodepublic Node insertBefore(Node newChild, Node refChild)
insertBefore in interface NodeinsertBefore in class IIOMetadataNodepublic Node replaceChild(Node newChild, Node oldChild)
replaceChild in interface NodereplaceChild in class IIOMetadataNodepublic Node removeChild(Node oldChild)
removeChild in interface NoderemoveChild in class IIOMetadataNodepublic Node cloneNode(boolean deep)
cloneNode in interface NodecloneNode in class IIOMetadataNodeCopyright © 2014 Open Microscopy Environment