Example usage for Java org.jdom2 Content fields, constructors, methods, implement or subclass
The text is from its open source code.
Content | clone() |
CType | getCType() All content has an enumerated type expressing the type of content. |
Document | getDocument() Return this child's owning document or null if the branch containing this child is currently not attached to a document. |
List | getNamespacesInScope() |
Parent | getParent() Return this child's parent, or null if this child is currently not attached. |
Element | getParentElement() A convenience method that returns any parent element for this element, or null if the element is unattached or is a root element. |
String | getValue() Returns the XPath 1.0 string value of this child. |