Modifier and Type | Field and Description |
---|---|
protected ChildNode | nextSibling
Next sibling. |
protected ChildNode | previousSibling
Previous sibling. |
pack-priv static final long | serialVersionUID
Hides com. |
Access | Constructor and Description |
---|---|
protected | ChildNode(CoreDocumentImpl ownerDocument)
No public constructor; only subclasses of Node should be instantiated, and those normally via a Document's factory methods Every Node knows what Document it belongs to. |
public |
Modifier and Type | Method and Description |
---|---|
public Node | cloneNode(boolean
If deep)true , recursively clone the subtree under
the specified node; if false , clone only the node
itself (and its attributes, if it is an Element ).Overrides com. Implements org. Returns a duplicate of a given node. |
public Node | getNextSibling()
Overrides com. Implements org. The next child of this node's parent, or null if none |
public Node | getParentNode()
Overrides com. Implements org. Returns the parent node of this node |
public Node | getPreviousSibling()
Overrides com. Implements org. The previous child of this node's parent, or null if none |
pack-priv final NodeImpl | |
pack-priv final ChildNode |
nextSibling | back to summary |
---|---|
protected ChildNode nextSibling Next sibling. |
previousSibling | back to summary |
---|---|
protected ChildNode previousSibling Previous sibling. |
serialVersionUID | back to summary |
---|---|
pack-priv static final long serialVersionUID Hides com. Serialization version. |
ChildNode | back to summary |
---|---|
protected ChildNode(CoreDocumentImpl ownerDocument) No public constructor; only subclasses of Node should be instantiated, and those normally via a Document's factory methods Every Node knows what Document it belongs to. |
ChildNode | back to summary |
---|---|
public ChildNode() Constructor for serialization. |
getNextSibling | back to summary |
---|---|
public Node getNextSibling() Overrides com. Implements org. The next child of this node's parent, or null if none |
getParentNode | back to summary |
---|---|
public Node getParentNode() Overrides com. Implements org. Returns the parent node of this node |
getPreviousSibling | back to summary |
---|---|
public Node getPreviousSibling() Overrides com. Implements org. The previous child of this node's parent, or null if none |
parentNode | back to summary |
---|---|
pack-priv final NodeImpl parentNode() Overrides com. |
previousSibling | back to summary |
---|---|
pack-priv final ChildNode previousSibling() Overrides com. |