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
Attribute type: the attribute value is a unique identifier.
IDREF_ATTRIBUTE - 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
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.
IllegalAddException is thrown when trying to add a illegal object to a JDOM construct.
IllegalAddException(Document, Comment, String) - Constructor for class org.jdom.IllegalAddException
This will create an Exception indicating that the addition of the Comment to the Document is illegal.
IllegalAddException(Document, DocType, String) - Constructor for class org.jdom.IllegalAddException
This will create an Exception indicating that the addition of the DocType to the Document is illegal.
IllegalAddException(Document, Element, String) - Constructor for class org.jdom.IllegalAddException
This will create an Exception indicating that the addition of the Element to the Document is illegal.
IllegalAddException(Document, ProcessingInstruction, String) - Constructor for class org.jdom.IllegalAddException
This will create an Exception indicating that the addition of the ProcessingInstruction to the Document is illegal.
IllegalAddException(Element, Attribute, String) - Constructor for class org.jdom.IllegalAddException
This will create an Exception indicating that the addition of the Attribute to the Element is illegal.
IllegalAddException(Element, CDATA, String) - Constructor for class org.jdom.IllegalAddException
This will create an Exception indicating that the addition of the CDATA
IllegalAddException(Element, Comment, String) - Constructor for class org.jdom.IllegalAddException
This will create an Exception indicating that the addition of the Comment to the Element is illegal.
IllegalAddException(Element, Element, String) - Constructor for class org.jdom.IllegalAddException
This will create an Exception indicating that the addition of the Element to parent is illegal.
IllegalAddException(Element, EntityRef, String) - Constructor for class org.jdom.IllegalAddException
This will create an Exception indicating that the addition of the EntityRef to the Element is illegal.
IllegalAddException(Element, Namespace, String) - Constructor for class org.jdom.IllegalAddException
This will create an Exception indicating that the addition of the Namespace to the Element is illegal.
IllegalAddException(Element, ProcessingInstruction, String) - Constructor for class org.jdom.IllegalAddException
This will create an Exception indicating that the addition of the ProcessingInstruction to the Element is illegal.
IllegalAddException(Element, Text, String) - Constructor for class org.jdom.IllegalAddException
This will create an Exception indicating that the addition of the Text to the Element is illegal.
IllegalAddException(String) - Constructor for class org.jdom.IllegalAddException
This will create an Exception with the specified error message.
IllegalDataException - exception org.jdom.IllegalDataException.
IllegalDataException is thrown when illegal text is supplied to a JDOM construct.
IllegalDataException(String, String) - Constructor for class org.jdom.IllegalDataException
This will create an Exception indicating that the specified data is illegal for the construct it was supplied to.
IllegalDataException(String, String, String) - Constructor for class org.jdom.IllegalDataException
This will create an Exception indicating that the specified data is illegal for the construct it was supplied to.
IllegalNameException - exception org.jdom.IllegalNameException.
IllegalNameException is thrown when a name is supplied in construction, etc., of a JDOM construct, and that name breaks XML naming conventions.
IllegalNameException(String, String) - Constructor for class org.jdom.IllegalNameException
This will create an Exception indicating that the specified name is illegal for the construct it was supplied to.
IllegalNameException(String, String, String) - Constructor for class org.jdom.IllegalNameException
This will create an Exception indicating that the specified name is illegal for the construct it was supplied to.
IllegalTargetException - exception org.jdom.IllegalTargetException.
IllegalTargetException is thrown when a target is supplied in construction, etc., of a JDOM ProcessingInstruction, and that name breaks XML naming conventions.
IllegalTargetException(String) - Constructor for class org.jdom.IllegalTargetException
This will create an Exception indicating that the specified target is illegal for the ProcessingInstruction it was supplied to.
IllegalTargetException(String, String) - Constructor for class org.jdom.IllegalTargetException
This will create an Exception indicating that the specified target is illegal for the ProcessingInstruction it was supplied to.
inCDATA - Variable in class org.jdom.input.SAXHandler
Indicator of whether we are in a CDATA
indent(Writer, int) - Method in class org.jdom.output.XMLOutputter
This will print indents (only if the newlines flag was set to true, and indent is non-null).
inDTD - Variable in class org.jdom.input.SAXHandler
Indicator of whether we are in the DocType.
inInternalSubset - Variable in class org.jdom.input.SAXHandler
Indicator of whether we are in the internal subset
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
This returns a boolean value indicating whether this Element is a root Element for a JDOM Document.
isXMLCharacter(char) - 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.

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