|
||||||||||
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 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |