- ID_TYPE - Static variable in class org.jdom.Attribute
-
Attribute type: the attribute value is a unique identifier.
- IDREF_TYPE - Static variable in class org.jdom.Attribute
-
Attribute type: the attribute value is a reference to a
unique identifier.
- 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 in org.jdom
-
Thrown when trying to add a illegal object to a JDOM construct.
- IllegalAddException(String) - Constructor for exception org.jdom.IllegalAddException
-
This will create an Exception
with the specified
error message.
- IllegalDataException - Exception in org.jdom
-
Thrown when illegal text is supplied to a JDOM construct.
- IllegalDataException(String) - Constructor for exception org.jdom.IllegalDataException
-
This will create an exceptoin with the specified error message.
- IllegalNameException - Exception in org.jdom
-
Thrown when a name is supplied in construction of a JDOM construct whose
where the name breaks XML naming conventions.
- IllegalNameException(String) - Constructor for exception org.jdom.IllegalNameException
-
Creates an exception with the specified error message.
- IllegalTargetException - Exception in org.jdom
-
Thrown when a target is supplied in construction of a JDOM
ProcessingInstruction
, and that name breaks XML naming conventions.
- IllegalTargetException(String) - Constructor for exception org.jdom.IllegalTargetException
-
Creates an exception with the specified error message.
- indexOf(Content) - Method in class org.jdom.Document
-
- indexOf(Content) - Method in class org.jdom.Element
-
- 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.
- initCause(Throwable) - Method in exception 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.
- isHexDigit(char) - Static method in class org.jdom.Verifier
-
This is a utility function for determining whether a specified
Unicode character is a hexadecimal digit as defined in RFC 2396;
that is, one of the ASCII characters 0-9, a-f, or A-F.
- isHighSurrogate(char) - Static method in class org.jdom.Verifier
-
This is a function for determining whether the
specified character is the high 16 bits in a
UTF-16 surrogate pair.
- isLowSurrogate(char) - Static method in class org.jdom.Verifier
-
This is a function for determining whether the
specified character is the low 16 bits in a
UTF-16 surrogate pair.
- isRootElement() - Method in class org.jdom.Element
-
Returns whether this element is a root element.
- isURICharacter(char) - Static method in class org.jdom.Verifier
-
This is a utility function for determining whether
a specified Unicode character is legal in URI references
as determined by RFC 2396.
- isXMLCharacter(int) - Static method in class org.jdom.Verifier
-
This is a utility function for determining whether a specified
character is a character according to production 2 of the
XML 1.0 specification.
- isXMLCombiningChar(char) - Static method in class org.jdom.Verifier
-
This is a utility function for determining whether a specified character
is a combining character according to production 87
of the XML 1.0 specification.
- isXMLDigit(char) - Static method in class org.jdom.Verifier
-
This is a utility function for determining whether a specified
Unicode character
is a digit according to production 88 of the XML 1.0 specification.
- isXMLExtender(char) - Static method in class org.jdom.Verifier
-
This is a utility function for determining whether a specified
character is an extender according to production 88 of the XML 1.0
specification.
- isXMLLetter(char) - Static method in class org.jdom.Verifier
-
This is a utility function for determining whether a specified character
is a letter according to production 84 of the XML 1.0 specification.
- isXMLLetterOrDigit(char) - Static method in class org.jdom.Verifier
-
This is a utility function for determining whether a specified
character is a letter or digit according to productions 84 and 88
of the XML 1.0 specification.
- isXMLNameCharacter(char) - Static method in class org.jdom.Verifier
-
This is a utility function for determining whether a specified
character is a name character according to production 4 of the
XML 1.0 specification.
- isXMLNameStartCharacter(char) - Static method in class org.jdom.Verifier
-
This is a utility function for determining whether a specified
character is a legal name start character according to production 5
of the XML 1.0 specification.
- isXMLPublicIDCharacter(char) - Static method in class org.jdom.Verifier
-
- isXMLWhitespace(char) - Static method in class org.jdom.Verifier
-
This is a utility function for determining whether a specified
Unicode character is a whitespace character according to production 3
of the XML 1.0 specification.