|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
IllegalAddException
is thrown when an Element
or
Attribute
is added to a JDOM
construct illegally..Exception
indicating
that the addition of the Element
supplied as a child of the document is not allowed.
Exception
indicating
that the addition of the Attribute
supplied to the Element
supplied
is illegal.
Exception
indicating
that the addition of the Element
supplied as a child of the supplied parent is not allowed.
Exception
with the specified
error message.
IllegalDataException
is thrown when illegal text is supplied to a
JDOM construct.Exception
indicating
that the specified data is illegal for the construct
it was supplied to.
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.Exception
indicating
that the specified name is illegal for the construct
it was supplied to.
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.Exception
indicating
that the specified target is illegal for the
ProcessingInstruction
it was supplied to.
Exception
indicating
that the specified target is illegal for the
ProcessingInstruction
it was supplied to.
boolean
value indicating
whether this Element
is a root
Element
for a JDOM Document
.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |