Attribute type: the attribute value is a unique identifier.
Attribute type: the attribute value is a reference to a
unique identifier.
Attribute type: the attribute value is a list of references to
unique identifiers.
Capture ignorable whitespace as text.
IllegalAddException
is thrown when trying to add a
illegal object to a JDOM construct.
This will create an
Exception
indicating
that the addition of the
Comment
to the
Document
is illegal.
This will create an
Exception
indicating
that the addition of the
DocType
to the
Document
is illegal.
This will create an
Exception
indicating
that the addition of the
Element
to the
Document
is illegal.
This will create an
Exception
indicating
that the addition of the
Attribute
to the
Element
is illegal.
This will create an
Exception
indicating
that the addition of the
CDATA
This will create an
Exception
indicating
that the addition of the
Comment
to the
Element
is illegal.
This will create an
Exception
indicating
that the addition of the
Element
to parent is illegal.
This will create an
Exception
indicating
that the addition of the
EntityRef
to the
Element
is illegal.
This will create an
Exception
indicating
that the addition of the
Namespace
to the
Element
is illegal.
This will create an
Exception
indicating
that the addition of the
Text
to the
Element
is illegal.
This will create an Exception
with the specified
error message.
IllegalDataException
is thrown when illegal text is supplied to a
JDOM construct.
This will create an Exception
indicating
that the specified data is illegal for the construct
it was supplied to.
This will create an Exception
indicating
that the specified data is illegal for the construct
it was supplied to.
IllegalNameException
is thrown when a name is supplied in construction, etc.,
of a JDOM construct, and that name breaks XML naming
conventions.
This will create an Exception
indicating
that the specified name is illegal for the construct
it was supplied to.
This will create an Exception
indicating
that the specified name is illegal for the construct
it was supplied to.
IllegalTargetException
is thrown when a target is supplied in construction, etc.,
of a JDOM
ProcessingInstruction
, and that name breaks
XML naming conventions.
This will create an
Exception
indicating
that the specified target is illegal for the
ProcessingInstruction
it was supplied to.
This will create an
Exception
indicating
that the specified target is illegal for the
ProcessingInstruction
it was supplied to.
Indicator of whether we are in a CDATA
This will print indents (only if the newlines flag was
set to true
, and indent is non-null).
This will print indents (only if the newlines flag was
set to true
, and indent is non-null).
Indicator of whether we are in the DocType.
Indicator of whether we are in the internal subset
Intializes the cause of this exception to be the specified value.
Handle an internal entity declaration in a DTD.
The internal subset of the DOCTYPE
Determines if this element is the ancestor of another element.
This returns a
boolean
value indicating
whether this
Element
is a root
Element
for a JDOM
Document
.
This is a utility function for determining whether a specified
character is a character according to production 2 of the
XML 1.0 specification.
This is a utility function for determining whether a specified character
is a combining character according to production 87
of the XML 1.0 specification.
This is a utility function for determining whether a specified
Unicode character
is a digit according to production 88 of the XML 1.0 specification.
This is a utility function for determining whether a specified
character is an extender according to production 88 of the XML 1.0
specification.
This is a utility function for determining whether a specified character
is a letter according to production 84 of the XML 1.0 specification.
This is a utility function for determining whether a specified
character is a letter or digit according to productions 84 and 88
of the XML 1.0 specification.
This is a utility function for determining whether a specified
character is a name character according to production 4 of the
XML 1.0 specification.
This is a utility function for determining whether a specified
character is a legal name start character according to production 5
of the XML 1.0 specification.