Java org.jdom2 Content fields, constructors, methods, implement or subclass

Example usage for Java org.jdom2 Content fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jdom2 Content.

The text is from its open source code.

Method

Contentclone()
CTypegetCType()
All content has an enumerated type expressing the type of content.
DocumentgetDocument()
Return this child's owning document or null if the branch containing this child is currently not attached to a document.
ListgetNamespacesInScope()
ParentgetParent()
Return this child's parent, or null if this child is currently not attached.
ElementgetParentElement()
A convenience method that returns any parent element for this element, or null if the element is unattached or is a root element.
StringgetValue()
Returns the XPath 1.0 string value of this child.