JDOM
1.0beta10
A B C D E F G H I J M N O P R S T U V W X

I

ID_ATTRIBUTE - Static variable in class org.jdom.Attribute
Deprecated. Deprecated in Beta 10 use ID_TYPE
ID_TYPE - Static variable in class org.jdom.Attribute
Attribute type: the attribute value is a unique identifier.
IDREF_ATTRIBUTE - Static variable in class org.jdom.Attribute
Deprecated. Deprecated in Beta 10 use IDREF_TYPE
IDREF_TYPE - Static variable in class org.jdom.Attribute
Attribute type: the attribute value is a reference to a unique identifier.
IDREFS_ATTRIBUTE - Static variable in class org.jdom.Attribute
Deprecated. Deprecated in Beta 10 use IDREFS_TYPE
IDREFS_TYPE - Static variable in class org.jdom.Attribute
Attribute type: the attribute value is a list of references to unique identifiers.
ignorableWhitespace(char[], int, int) - Method in class org.jdom.input.SAXHandler
Capture ignorable whitespace as text.
IllegalAddException - exception org.jdom.IllegalAddException.
Thrown when trying to add a illegal object to a JDOM construct.
IllegalAddException(String) - Constructor for class org.jdom.IllegalAddException
This will create an Exception with the specified error message.
IllegalDataException - exception org.jdom.IllegalDataException.
Thrown when illegal text is supplied to a JDOM construct.
IllegalDataException(String) - Constructor for class org.jdom.IllegalDataException
This will create an exceptoin with the specified error message.
IllegalNameException - exception org.jdom.IllegalNameException.
Thrown when a name is supplied in construction of a JDOM construct whose where the name breaks XML naming conventions.
IllegalNameException(String) - Constructor for class org.jdom.IllegalNameException
Creates an exception with the specified error message.
IllegalTargetException - exception org.jdom.IllegalTargetException.
Thrown when a target is supplied in construction of a JDOM ProcessingInstruction, and that name breaks XML naming conventions.
IllegalTargetException(String) - Constructor for class org.jdom.IllegalTargetException
Creates an exception with the specified error message.
indexOf(Content) - Method in interface org.jdom.Parent
Returns the index of the supplied child in the content list, or -1 if not a child of this parent.
indexOf(Content) - Method in class org.jdom.Element
 
indexOf(Content) - Method in class org.jdom.Document
 
initCause(Throwable) - Method in class org.jdom.JDOMException
Intializes the cause of this exception to be the specified value.
internalEntityDecl(String, String) - Method in class org.jdom.input.SAXHandler
Handle an internal entity declaration in a DTD.
internalSubset - Variable in class org.jdom.DocType
The internal subset of the DOCTYPE
isAncestor(Element) - Method in class org.jdom.Element
Determines if this element is the ancestor of another element.
isRootElement() - Method in class org.jdom.Element
Returns whether this element is a root element.

JDOM
1.0beta10
A B C D E F G H I J M N O P R S T U V W X
Copyright © 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.