Classes in org.jdom used by org.jdom
Attribute
Attribute defines behavior for an XML
attribute, modeled in Java. |
Comment
Comment defines behavior for an XML
comment, modeled in Java. |
DataConversionException
DataConversionException
is thrown when a requested XML value
is requested to be converted, and conversion
fails. |
DocType
DocType represents an XML
DOCTYPE declaration. |
Document
Document defines behavior for an XML Document, modeled
in Java. |
Element
Attribute defines behavior for an XML
attribute, modeled in Java. |
Entity
Entity Defines an XML entity in Java. |
JDOMException
JDOMException
|
NoSuchAttributeException
NoSuchAttributeException
is thrown when a requested XML attribute is
searched for and does not exist. |
NoSuchElementException
NoSuchElementException is thrown when a requested
XML element is searched for and does not exist. |
NoSuchProcessingInstructionException
NoSuchProcessingInstructionException
is thrown when a requested
XML processing instruction is searched for and does
not exist. |
ProcessingInstruction
ProcessingInstruction defines behavior for an
XML processing instruction, modeled in Java. |