- ID - Static variable in class nu.xom.Attribute.Type
-
The type of attributes declared to have type ID
in the DTD.
- IDREF - Static variable in class nu.xom.Attribute.Type
-
The type of attributes declared to have type IDREF
in the DTD.
- IDREFS - Static variable in class nu.xom.Attribute.Type
-
The type of attributes declared to have type IDREFS
in the DTD.
- IllegalAddException - Exception in nu.xom
-
Indicates an attempt to add a node in a wrong place; for instance
adding a Text
node to a Document
object.
- IllegalAddException(String) - Constructor for exception nu.xom.IllegalAddException
-
Creates a new IllegalAddException
with a detail message.
- IllegalAddException(String, Throwable) - Constructor for exception nu.xom.IllegalAddException
-
Creates a new IllegalAddException
with a detail message
and an underlying root cause.
- IllegalCharacterDataException - Exception in nu.xom
-
Indicates an attempt to create text content that is not allowed in
XML 1.0.
- IllegalCharacterDataException(String) - Constructor for exception nu.xom.IllegalCharacterDataException
-
Creates a new IllegalCharacterDataException
with a detail message.
- IllegalCharacterDataException(String, Throwable) - Constructor for exception nu.xom.IllegalCharacterDataException
-
Creates a new IllegalCharacterDataException
with a detail message and an underlying root cause.
- IllegalDataException - Exception in nu.xom
-
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.
- IllegalDataException(String) - Constructor for exception nu.xom.IllegalDataException
-
Creates a new IllegalDataException
with a detail message.
- IllegalDataException(String, Throwable) - Constructor for exception nu.xom.IllegalDataException
-
Creates a new IllegalDataException
with a detail message and an underlying root cause.
- IllegalNameException - Exception in nu.xom
-
Indicates an attempt to assign a name that is not a legal XML name.
- IllegalNameException(String) - Constructor for exception nu.xom.IllegalNameException
-
Creates a new IllegalNameException
with a detail message.
- IllegalNameException(String, Throwable) - Constructor for exception nu.xom.IllegalNameException
-
Creates a new IllegalNameException
with a detail message and an underlying root cause.
- IllegalTargetException - Exception in nu.xom
-
Indicates an attempt to
assign a processing instruction target that is not a
legal XML 1.0 processing instruction target.
- IllegalTargetException(String) - Constructor for exception nu.xom.IllegalTargetException
-
Creates a new IllegalTargetException
with a detail message.
- IllegalTargetException(String, Throwable) - Constructor for exception nu.xom.IllegalTargetException
-
Creates a new IllegalTargetException
with a detail message and an underlying root cause.
- InclusionLoopException - Exception in nu.xom.xinclude
-
Indicates that an included document attempts to include itself or
one of its ancestor documents, directly or indirectly.
- InclusionLoopException(String) - Constructor for exception nu.xom.xinclude.InclusionLoopException
-
Constructs an InclusionLoopException
with
the specified detail message.
- InclusionLoopException(String, String) - Constructor for exception nu.xom.xinclude.InclusionLoopException
-
Creates a new InclusionLoopException
with a detail
message, line and column numbers, and a URI of the document
that caused the exception.
- indexOf(Node) - Method in class nu.xom.ParentNode
-
Returns the position of a node within the children of this
node.
- initCause(Throwable) - Method in exception nu.xom.canonical.CanonicalizationException
-
Sets the root cause of this exception.
- initCause(Throwable) - Method in exception nu.xom.ParsingException
-
Sets the root cause of this exception.
- initCause(Throwable) - Method in exception nu.xom.xinclude.XIncludeException
-
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
.
- initCause(Throwable) - Method in exception nu.xom.XMLException
-
Sets the root cause of this exception.
- initCause(Throwable) - Method in exception nu.xom.XPathException
-
Sets the root cause of this exception.
- initCause(Throwable) - Method in exception nu.xom.xslt.XSLException
-
Sets the root cause of this exception.
- insert(Node, int) - Method in class nu.xom.Nodes
-
Inserts a node at the indexth position in the list.
- insertChild(String, int) - Method in class nu.xom.Element
-
Converts a string to a text node and inserts that
node at the specified position.
- insertChild(Node, int) - Method in class nu.xom.ParentNode
-
Inserts a child node at the specified position.
- iterator() - Method in class nu.xom.Elements
-
- iterator() - Method in class nu.xom.Nodes
-