Uses of Package
org.jdom2
-
Packages that use org.jdom2 Package Description org.jdom2 Classes representing the components of an XML document.org.jdom2.adapters Classes to create specific DOM Document instances.org.jdom2.filter 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.org.jdom2.input Classes to build JDOM documents from various sources.org.jdom2.input.sax Support classes for building JDOM documents and content using SAX parsers.org.jdom2.input.stax Support classes for building JDOM documents and content using StAX readers.org.jdom2.located Extended JDOM Content Classes that contain location coordinates.org.jdom2.output Classes to output JDOM documents to various destinations.org.jdom2.output.support Classes used to implement output functionality that are not part of the actual Output API, but rather part of the implementation.org.jdom2.transform Classes to help with transformations, based on the JAXP TrAX classes.org.jdom2.util Classes that implement useful functionality, but are not easy to categorise.org.jdom2.xpath Support for XPath from within JDOM.org.jdom2.xpath.jaxen Support for the Jaxen XPath Library.org.jdom2.xpath.util Classes useful for interfacing the JDOM XPath API to full XPath libraries. -
Classes in org.jdom2 used by org.jdom2 Class Description Attribute An XML attribute.AttributeType Use a simple enumeration for the Attribute TypesCDATA An XML CDATA section.Comment An XML comment.Content Superclass for JDOM objects which can be legal child content ofParent
nodes.Content.CType An enumeration useful for identifying content types without having to doinstanceof
type conditionals.DataConversionException Thrown when a data conversion from a string to value type fails, such as can happen with theAttribute
convenience getter functions.DefaultJDOMFactory Creates the standard top-level JDOM classes (Element, Document, Comment, etc).DocType An XML DOCTYPE declaration.Document An XML document.Element An XML element.EntityRef An XML entity reference.IllegalAddException Thrown when trying to add an illegal object to a JDOM construct.JDOMException The top level 'checked' exception that JDOM classes can throw.JDOMFactory An interface to be used by builders when constructing JDOM objects.Namespace An XML namespace representation, as well as a factory for creating XML namespace objects.NamespaceAware Classes implementing this interface are all sensitive to theirNamespace
context.Parent ProcessingInstruction An XML processing instruction.Text An XML character sequence. -
Classes in org.jdom2 used by org.jdom2.adapters Class Description DocType An XML DOCTYPE declaration.JDOMException The top level 'checked' exception that JDOM classes can throw. -
Classes in org.jdom2 used by org.jdom2.filter Class Description Attribute An XML attribute.CDATA An XML CDATA section.Comment An XML comment.Content Superclass for JDOM objects which can be legal child content ofParent
nodes.DocType An XML DOCTYPE declaration.Document An XML document.Element An XML element.EntityRef An XML entity reference.Namespace An XML namespace representation, as well as a factory for creating XML namespace objects.ProcessingInstruction An XML processing instruction.Text An XML character sequence. -
Classes in org.jdom2 used by org.jdom2.input Class Description CDATA An XML CDATA section.Comment An XML comment.Content Superclass for JDOM objects which can be legal child content ofParent
nodes.DocType An XML DOCTYPE declaration.Document An XML document.Element An XML element.EntityRef An XML entity reference.JDOMException The top level 'checked' exception that JDOM classes can throw.JDOMFactory An interface to be used by builders when constructing JDOM objects.ProcessingInstruction An XML processing instruction.Text An XML character sequence. -
Classes in org.jdom2 used by org.jdom2.input.sax Class Description Document An XML document.Element An XML element.JDOMException The top level 'checked' exception that JDOM classes can throw.JDOMFactory An interface to be used by builders when constructing JDOM objects. -
Classes in org.jdom2 used by org.jdom2.input.stax Class Description DocType An XML DOCTYPE declaration.JDOMException The top level 'checked' exception that JDOM classes can throw.JDOMFactory An interface to be used by builders when constructing JDOM objects.Namespace An XML namespace representation, as well as a factory for creating XML namespace objects. -
Classes in org.jdom2 used by org.jdom2.located Class Description CDATA An XML CDATA section.Comment An XML comment.Content Superclass for JDOM objects which can be legal child content ofParent
nodes.DefaultJDOMFactory Creates the standard top-level JDOM classes (Element, Document, Comment, etc).DocType An XML DOCTYPE declaration.Element An XML element.EntityRef An XML entity reference.JDOMFactory An interface to be used by builders when constructing JDOM objects.Namespace An XML namespace representation, as well as a factory for creating XML namespace objects.NamespaceAware Classes implementing this interface are all sensitive to theirNamespace
context.Parent ProcessingInstruction An XML processing instruction.Text An XML character sequence. -
Classes in org.jdom2 used by org.jdom2.output Class Description Attribute An XML attribute.CDATA An XML CDATA section.Comment An XML comment.Content Superclass for JDOM objects which can be legal child content ofParent
nodes.DocType An XML DOCTYPE declaration.Document An XML document.Element An XML element.EntityRef An XML entity reference.JDOMException The top level 'checked' exception that JDOM classes can throw.ProcessingInstruction An XML processing instruction.Text An XML character sequence. -
Classes in org.jdom2 used by org.jdom2.output.support Class Description Attribute An XML attribute.CDATA An XML CDATA section.Comment An XML comment.Content Superclass for JDOM objects which can be legal child content ofParent
nodes.DocType An XML DOCTYPE declaration.Document An XML document.Element An XML element.EntityRef An XML entity reference.JDOMException The top level 'checked' exception that JDOM classes can throw.Namespace An XML namespace representation, as well as a factory for creating XML namespace objects.ProcessingInstruction An XML processing instruction.Text An XML character sequence. -
Classes in org.jdom2 used by org.jdom2.transform Class Description Content Superclass for JDOM objects which can be legal child content ofParent
nodes.Document An XML document.Element An XML element.JDOMException The top level 'checked' exception that JDOM classes can throw.JDOMFactory An interface to be used by builders when constructing JDOM objects. -
Classes in org.jdom2 used by org.jdom2.util Class Description Attribute An XML attribute.Element An XML element.Namespace An XML namespace representation, as well as a factory for creating XML namespace objects. -
Classes in org.jdom2 used by org.jdom2.xpath Class Description Attribute An XML attribute.Content Superclass for JDOM objects which can be legal child content ofParent
nodes.JDOMException The top level 'checked' exception that JDOM classes can throw.Namespace An XML namespace representation, as well as a factory for creating XML namespace objects. -
Classes in org.jdom2 used by org.jdom2.xpath.jaxen Class Description JDOMException The top level 'checked' exception that JDOM classes can throw.Namespace An XML namespace representation, as well as a factory for creating XML namespace objects. -
Classes in org.jdom2 used by org.jdom2.xpath.util Class Description Namespace An XML namespace representation, as well as a factory for creating XML namespace objects.