The type of attributes declared to have type ID
in the DTD.
The type of attributes declared to have type IDREF
in the DTD.
The type of attributes declared to have type IDREFS
in the DTD.
Indicates an attempt to add a node in a wrong place; for instance
adding a Text
node to a Document
object.
Creates a new IllegalAddException
with a detail message.
Creates a new IllegalAddException
with a detail message
and an underlying root cause.
Indicates an attempt to create text content that is not allowed in
XML 1.0.
Creates a new IllegalCharacterDataException
with a detail message.
Creates a new IllegalCharacterDataException
with a detail message and an underlying root cause.
Indicates an attempt to
set some value to malformed content; for instance
by adding a string containing a null or a vertical tab
to a text node, or using white space in an element name.
Creates a new IllegalDataException
with a detail message.
Creates a new IllegalDataException
with a detail message and an underlying root cause.
Indicates an attempt to assign a name that is not a legal XML name.
Creates a new IllegalNameException
with a detail message.
Creates a new IllegalNameException
with a detail message and an underlying root cause.
Indicates an attempt to
assign a processing instruction target that is not a
legal XML 1.0 processing instruction target.
Creates a new IllegalTargetException
with a detail message.
Creates a new IllegalTargetException
with a detail message and an underlying root cause.
Indicates that an included document attempts to include itself or
one of its ancestor documents, directly or indirectly.
Constructs an InclusionLoopException
with
the specified detail message.
Creates a new InclusionLoopException
with a detail
message, line and column numbers, and a URI of the document
that caused the exception.
Returns the position of a node within the children of this
node.
Sets the root cause of this exception.
Sets the root cause of this exception.
When an IOException
,
MalformedURLException
, or other generic exception
is thrown while processing an XML document
for XIncludes, it is customarily replaced
by some form of XIncludeException
.
Sets the root cause of this exception.
Sets the root cause of this exception.
Sets the root cause of this exception.
Inserts a node at the indexth position in the list.
Inserts a child node at the specified position.
Converts a string to a text node and inserts that
node at the specified position.