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

I

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 nu.xom.IllegalAddException.
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.
IllegalAddException(String, Throwable) - Constructor for class nu.xom.IllegalAddException
Creates a new IllegalAddException with a detail message and an underlying root cause.
IllegalCharacterDataException - exception nu.xom.IllegalCharacterDataException.
Indicates an attempt to create text content that is not allowed in XML 1.0.
IllegalCharacterDataException(String) - Constructor for class nu.xom.IllegalCharacterDataException
Creates a new IllegalCharacterDataException with a detail message.
IllegalCharacterDataException(String, Throwable) - Constructor for class nu.xom.IllegalCharacterDataException
Creates a new IllegalCharacterDataException with a detail message and an underlying root cause.
IllegalDataException - exception nu.xom.IllegalDataException.
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.
IllegalDataException(String, Throwable) - Constructor for class nu.xom.IllegalDataException
Creates a new IllegalDataException with a detail message and an underlying root cause.
IllegalNameException - exception nu.xom.IllegalNameException.
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.
IllegalNameException(String, Throwable) - Constructor for class nu.xom.IllegalNameException
Creates a new IllegalNameException with a detail message and an underlying root cause.
IllegalTargetException - exception nu.xom.IllegalTargetException.
Indicates an attempt to assign a processing instruction target that is not a legal XML 1.0 processing instruction target.
IllegalTargetException(String) - Constructor for class nu.xom.IllegalTargetException
Creates a new IllegalTargetException with a detail message.
IllegalTargetException(String, Throwable) - Constructor for class nu.xom.IllegalTargetException
Creates a new IllegalTargetException with a detail message and an underlying root cause.
InclusionLoopException - exception nu.xom.xinclude.InclusionLoopException.
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(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.ParsingException
Sets the root cause of this exception.
initCause(Throwable) - Method in class nu.xom.XMLException
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.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.

A B C D E F G H I M N P R S T U V W X
Copyright 2002-2005 Elliotte Rusty Harold

elharo@metalab.unc.edu