Uses of Package
org.jdom2
Packages that use org.jdom2
Package
Description
Classes representing the components of an XML document.
Classes to create specific DOM Document instances.
Classes to both filter and generically type-cast nodes of a document
based on type, name, value, or other aspects, and to boolean
AND/OR/NEGATE these rules.
Classes to build JDOM documents from various sources.
Support classes for building JDOM documents and content using SAX parsers.
Support classes for building JDOM documents and content using StAX readers.
Extended JDOM Content Classes that contain location coordinates.
Classes to output JDOM documents to various destinations.
Classes used to implement output functionality that are not part of the
actual Output API, but rather part of the implementation.
Classes to help with transformations, based on the JAXP TrAX classes.
Classes that implement useful functionality, but are not easy to categorise.
-
ClassDescriptionAn XML attribute.Use a simple enumeration for the Attribute TypesAn XML CDATA section.An XML comment.Superclass for JDOM objects which can be legal child content of
Parent
nodes.An enumeration useful for identifying content types without having to doinstanceof
type conditionals.Thrown when a data conversion from a string to value type fails, such as can happen with theAttribute
convenience getter functions.Creates the standard top-level JDOM classes (Element, Document, Comment, etc).An XML DOCTYPE declaration.An XML document.An XML element.An XML entity reference.Thrown when trying to add an illegal object to a JDOM construct.The top level 'checked' exception that JDOM classes can throw.An interface to be used by builders when constructing JDOM objects.An XML namespace representation, as well as a factory for creating XML namespace objects.Classes implementing this interface are all sensitive to theirNamespace
context.An XML processing instruction.An XML character sequence. -
Classes in org.jdom2 used by org.jdom2.adaptersClassDescriptionAn XML DOCTYPE declaration.The top level 'checked' exception that JDOM classes can throw.
-
Classes in org.jdom2 used by org.jdom2.filterClassDescriptionAn XML attribute.An XML CDATA section.An XML comment.Superclass for JDOM objects which can be legal child content of
Parent
nodes.An XML DOCTYPE declaration.An XML document.An XML element.An XML entity reference.An XML namespace representation, as well as a factory for creating XML namespace objects.An XML processing instruction.An XML character sequence. -
Classes in org.jdom2 used by org.jdom2.inputClassDescriptionAn XML CDATA section.An XML comment.Superclass for JDOM objects which can be legal child content of
Parent
nodes.An XML DOCTYPE declaration.An XML document.An XML element.An XML entity reference.The top level 'checked' exception that JDOM classes can throw.An interface to be used by builders when constructing JDOM objects.An XML processing instruction.An XML character sequence. -
Classes in org.jdom2 used by org.jdom2.input.saxClassDescriptionAn XML document.An XML element.The top level 'checked' exception that JDOM classes can throw.An interface to be used by builders when constructing JDOM objects.
-
Classes in org.jdom2 used by org.jdom2.input.staxClassDescriptionAn XML DOCTYPE declaration.The top level 'checked' exception that JDOM classes can throw.An interface to be used by builders when constructing JDOM objects.An XML namespace representation, as well as a factory for creating XML namespace objects.
-
Classes in org.jdom2 used by org.jdom2.locatedClassDescriptionAn XML CDATA section.An XML comment.Superclass for JDOM objects which can be legal child content of
Parent
nodes.Creates the standard top-level JDOM classes (Element, Document, Comment, etc).An XML DOCTYPE declaration.An XML element.An XML entity reference.An interface to be used by builders when constructing JDOM objects.An XML namespace representation, as well as a factory for creating XML namespace objects.Classes implementing this interface are all sensitive to theirNamespace
context.An XML processing instruction.An XML character sequence. -
Classes in org.jdom2 used by org.jdom2.outputClassDescriptionAn XML attribute.An XML CDATA section.An XML comment.Superclass for JDOM objects which can be legal child content of
Parent
nodes.An XML DOCTYPE declaration.An XML document.An XML element.An XML entity reference.The top level 'checked' exception that JDOM classes can throw.An XML processing instruction.An XML character sequence. -
Classes in org.jdom2 used by org.jdom2.output.supportClassDescriptionAn XML attribute.An XML CDATA section.An XML comment.Superclass for JDOM objects which can be legal child content of
Parent
nodes.An XML DOCTYPE declaration.An XML document.An XML element.An XML entity reference.The top level 'checked' exception that JDOM classes can throw.An XML namespace representation, as well as a factory for creating XML namespace objects.An XML processing instruction.An XML character sequence. -
Classes in org.jdom2 used by org.jdom2.transformClassDescriptionSuperclass for JDOM objects which can be legal child content of
Parent
nodes.An XML document.An XML element.The top level 'checked' exception that JDOM classes can throw.An interface to be used by builders when constructing JDOM objects. -
Classes in org.jdom2 used by org.jdom2.util