Package | Description |
---|---|
org.jdom |
Classes to represent the components of an XML document.
|
org.jdom.adapters |
Classes to interface with various DOM implementations.
|
org.jdom.filter |
Classes to programmatically filter nodes of a document based on type, name,
value, or other aspects and to boolean and/or/negate these rules.
|
org.jdom.input |
Classes to build JDOM documents from various sources.
|
org.jdom.output |
Classes to output JDOM documents to various destinations.
|
org.jdom.transform |
Classes to help with transformations, based on the JAXP TrAX classes.
|
org.jdom.xpath |
Support for XPath from within JDOM.
|
Class and 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
of
Parent nodes. |
DataConversionException
Thrown when a data conversion from a string to value type fails, such as
can happen with the
Attribute convenience getter functions. |
DocType
An XML DOCTYPE declaration.
|
Document
An XML document.
|
Element
An XML element.
|
EntityRef
An XML entity reference.
|
JDOMException
The top level 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.
|
Parent
Superclass for JDOM objects which are allowed to contain
Content content. |
ProcessingInstruction
An XML processing instruction.
|
Text
Character-based XML content.
|
Class and Description |
---|
DocType
An XML DOCTYPE declaration.
|
JDOMException
The top level exception that JDOM classes can throw.
|
Class and Description |
---|
Namespace
An XML namespace representation, as well as a factory for creating XML
namespace objects.
|
Class and Description |
---|
Document
An XML document.
|
Element
An XML element.
|
JDOMException
The top level exception that JDOM classes can throw.
|
JDOMFactory
An interface to be used by builders when constructing JDOM objects.
|
Class and Description |
---|
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 exception that JDOM classes can throw.
|
ProcessingInstruction
An XML processing instruction.
|
Text
Character-based XML content.
|
Class and Description |
---|
Document
An XML document.
|
Element
An XML element.
|
JDOMException
The top level exception that JDOM classes can throw.
|
JDOMFactory
An interface to be used by builders when constructing JDOM objects.
|
Class and Description |
---|
JDOMException
The top level exception that JDOM classes can throw.
|
Namespace
An XML namespace representation, as well as a factory for creating XML
namespace objects.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.