Alphabetical Index: I

A B C D E F G H I M N P Q R S T U V W X

I

ID - static field in class nu.xom.Attribute.Type
The type of attributes declared to have type ID in the DTD.
IDREF - static field in class nu.xom.Attribute.Type
The type of attributes declared to have type IDREF in the DTD.
IDREFS - static field in class nu.xom.Attribute.Type
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.
IllegalAddException(String) - constructor for class nu.xom.IllegalAddException
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.
IllegalDataException(String) - constructor for class nu.xom.IllegalDataException
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.
IllegalNameException(String) - constructor for class nu.xom.IllegalNameException
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.
InclusionLoopException(String) - constructor for class nu.xom.xinclude.InclusionLoopException
Constructs an InclusionLoopException with the specified detail message.
InclusionLoopException(String,String) - constructor for class 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(nu.xom.Node) - method in class nu.xom.ParentNode
Returns the position of a node within the children of this node.
initCause(Throwable) - method in class nu.xom.canonical.CanonicalizationException
Sets the root cause of this exception.
initCause(Throwable) - method in class nu.xom.ParsingException
Sets the root cause of this exception.
initCause(Throwable) - method in class 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 class nu.xom.XMLException
Sets the root cause of this exception.
initCause(Throwable) - method in class nu.xom.XPathException
Sets the root cause of this exception.
initCause(Throwable) - method in class nu.xom.xslt.XSLException
Sets the root cause of this exception.
insert(nu.xom.Node,int) - method in class nu.xom.Nodes
Inserts a node at the indexth position in the list.
insertChild(nu.xom.Node,int) - method in class nu.xom.ParentNode
Inserts a child node at the specified position.
insertChild(String,int) - method in class nu.xom.Element
Converts a string to a text node and inserts that node at the specified position.

Copyright 2002-2005 Elliotte Rusty Harold
elharo@metalab.unc.edu