Node
representation of a TIFFField
wherein the child node is procedural rather than buffered.
Modifier and Type | Field and Description |
---|---|
private TIFFField | |
private boolean | |
private Boolean |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public Node | appendChild(Node
the newChild)Node to insert.Overrides javax. Implements org. Adds the node |
public Node | cloneNode(boolean
if deep)true , recursively clone the subtree
under the specified node; if false , clone only the
node itself.Overrides javax. Implements org. Returns a duplicate of this node. |
public Node | getFirstChild()
Overrides javax. Implements org. Returns the first child of this node, or |
public Node | getLastChild()
Overrides javax. Implements org. Returns the last child of this node, or |
public int | getLength()
Overrides javax. Implements org. The number of nodes in the list. |
public Node | getNextSibling()
Overrides javax. Implements org. Returns the next sibling of this node, or |
private static String | |
public Node | getPreviousSibling()
Overrides javax. Implements org. Returns the previous sibling of this node, or |
public boolean | hasChildNodes()
Overrides javax. Implements org. Returns |
private synchronized void | |
public Node | insertBefore(Node
the newChild, Node Node to insert.the reference refChild)Node .Overrides javax. Implements org. Inserts the node |
private static boolean | |
public Node | removeChild(Node
the oldChild)Node to be removed.Overrides javax. Implements org. Removes the child node indicated by |
public Node | replaceChild(Node
the newChild, Node Node to insert.the oldChild)Node to be replaced.Overrides javax. Implements org. Replaces the child node |
field | back to summary |
---|---|
private TIFFField field |
isIFD | back to summary |
---|---|
private boolean isIFD |
isInitialized | back to summary |
---|---|
private Boolean isInitialized |
TIFFFieldNode | back to summary |
---|---|
public TIFFFieldNode(TIFFField field) |
appendChild | back to summary |
---|---|
public Node appendChild(Node newChild) Overrides javax. Implements org. Doc from javax. Adds the node |
cloneNode | back to summary |
---|---|
public Node cloneNode(boolean deep) Overrides javax. Implements org. Doc from javax. Returns a duplicate of this node. The duplicate node has no
parent (
|
getFirstChild | back to summary |
---|---|
public Node getFirstChild() Overrides javax. Implements org. Doc from javax. Returns the first child of this node, or
|
getLastChild | back to summary |
---|---|
public Node getLastChild() Overrides javax. Implements org. Doc from javax. Returns the last child of this node, or
|
getLength | back to summary |
---|---|
public int getLength() Overrides javax. Implements org. Doc from org. The number of nodes in the list. The range of valid child node indices
is 0 to |
getNextSibling | back to summary |
---|---|
public Node getNextSibling() Overrides javax. Implements org. Doc from javax. Returns the next sibling of this node, or
|
getNodeName | back to summary |
---|---|
private static String getNodeName(TIFFField f) |
getPreviousSibling | back to summary |
---|---|
public Node getPreviousSibling() Overrides javax. Implements org. Doc from javax. Returns the previous sibling of this node, or
|
hasChildNodes | back to summary |
---|---|
public boolean hasChildNodes() Overrides javax. Implements org. Doc from javax. Returns
|
initialize | back to summary |
---|---|
private synchronized void initialize() |
insertBefore | back to summary |
---|---|
public Node insertBefore(Node newChild, Node refChild) Overrides javax. Implements org. Doc from javax. Inserts the node |
isIFD | back to summary |
---|---|
private static boolean isIFD(TIFFField f) |
removeChild | back to summary |
---|---|
public Node removeChild(Node oldChild) Overrides javax. Implements org. Doc from javax. Removes the child node indicated by |
replaceChild | back to summary |
---|---|
public Node replaceChild(Node newChild, Node oldChild) Overrides javax. Implements org. Doc from javax. Replaces the child node |