AbstractContentNode, Elementpublic abstract class AbstractChild extends java.lang.Object implements Child
ANY_NODE, IS_COMMENT, IS_ELEMENT, IS_EMPTY_ELEMENT, IS_IGNORABLE_TEXT, IS_TEXT| Modifier | Constructor | Description |
|---|---|---|
protected |
AbstractChild() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract AbstractChild |
clone(boolean recurse) |
Return a clone of this node.
|
Document |
getDocument() |
|
Parent |
getParent() |
|
Child |
getRootChild() |
|
Element |
getRootElement() |
|
protected void |
resetParent() |
|
void |
setParent(Parent parent) |
|
java.lang.String |
toString() |
deepEquals, getTypepublic abstract AbstractChild clone(boolean recurse)
Nodepublic final Child getRootChild()
getRootChild in interface Childpublic final Document getDocument()
getDocument in interface Nodepublic final Element getRootElement()
getRootElement in interface Nodeprotected void resetParent()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018. All rights reserved.