JDOM
0.0.5-BETA

Uses of Package
org.jdom2

Packages that use org.jdom2
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 reusable functionality that are not part of the official JDOM API, but are used by many of the JDOM classes. 
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
Attribute
          An XML attribute.
AttributeType
          Use a simple enumeration for the Attribute Types
CDATA
          An XML CDATA section.
Comment
          An XML comment.
Content
          Superclass for JDOM objects which can be legal child content of Parent nodes.
Content.CType
          An enumeration useful for identifying content types without having to do instanceof type conditionals.
DataConversionException
          Thrown when a data conversion from a string to value type fails, such as can happen with the Attribute 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 their Namespace context.
Parent
          Interface for JDOM objects which are allowed to contain Content content - Element and Document.
ProcessingInstruction
          An XML processing instruction.
Text
          An XML character sequence.
 

Classes in org.jdom2 used by org.jdom2.adapters
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
Attribute
          An XML attribute.
CDATA
          An XML CDATA section.
Comment
          An XML comment.
Content
          Superclass for JDOM objects which can be legal child content of Parent 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
CDATA
          An XML CDATA section.
Comment
          An XML comment.
Content
          Superclass for JDOM objects which can be legal child content of Parent 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
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
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
CDATA
          An XML CDATA section.
Comment
          An XML comment.
Content
          Superclass for JDOM objects which can be legal child content of Parent 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 their Namespace context.
Parent
          Interface for JDOM objects which are allowed to contain Content content - Element and Document.
ProcessingInstruction
          An XML processing instruction.
Text
          An XML character sequence.
 

Classes in org.jdom2 used by org.jdom2.output
Attribute
          An XML attribute.
CDATA
          An XML CDATA section.
Comment
          An XML comment.
Content
          Superclass for JDOM objects which can be legal child content of Parent 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
Attribute
          An XML attribute.
CDATA
          An XML CDATA section.
Comment
          An XML comment.
Content
          Superclass for JDOM objects which can be legal child content of Parent 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
Content
          Superclass for JDOM objects which can be legal child content of Parent 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
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
Attribute
          An XML attribute.
Content
          Superclass for JDOM objects which can be legal child content of Parent 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
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
Namespace
          An XML namespace representation, as well as a factory for creating XML namespace objects.
 


JDOM
0.0.5-BETA

Copyright � 2012 Jason Hunter, Brett McLaughlin. All Rights Reserved.