|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectIIOMetadataNode
TIFFFieldNode
public class TIFFFieldNode
The Node representation of a TIFFField
wherein the child node is procedural rather than buffered.
| Field Summary |
|---|
| 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 | |
|---|---|
TIFFFieldNode(TIFFField field)
|
|
| Method Summary | |
|---|---|
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 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 |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TIFFFieldNode(TIFFField field)
| Method Detail |
|---|
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 IIOMetadataNode
public Node insertBefore(Node newChild,
Node refChild)
insertBefore in interface NodeinsertBefore in class IIOMetadataNode
public 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 IIOMetadataNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||