Package | Description |
---|---|
org.jdom2 |
Classes representing the components of an XML document.
|
org.jdom2.located |
Extended JDOM Content Classes that contain location coordinates.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Parent
|
Modifier and Type | Class and Description |
---|---|
class |
Attribute
An XML attribute.
|
class |
CDATA
An XML CDATA section.
|
class |
Comment
An XML comment.
|
class |
Content
Superclass for JDOM objects which can be legal child content
of
Parent nodes. |
class |
DocType
An XML DOCTYPE declaration.
|
class |
Document
An XML document.
|
class |
Element
An XML element.
|
class |
EntityRef
An XML entity reference.
|
class |
ProcessingInstruction
An XML processing instruction.
|
class |
Text
An XML character sequence.
|
Modifier and Type | Class and Description |
---|---|
class |
LocatedCDATA
An XML CDATA section.
|
class |
LocatedComment
An XML comment.
|
class |
LocatedDocType
An XML DOCTYPE declaration.
|
class |
LocatedElement
This Element specialization contains the location information as parsed.
|
class |
LocatedEntityRef
An XML entity reference.
|
class |
LocatedProcessingInstruction
An XML processing instruction.
|
class |
LocatedText
An XML character sequence.
|
Copyright © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.