Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
I
- ID - Enum constant in enum class org.jdom2.AttributeType
-
Attribute type: the attribute value is a unique identifier.
- ID_TYPE - Static variable in class org.jdom2.Attribute
-
JDOM 1.x compatible reference to
AttributeType.ID
- IDREF - Enum constant in enum class org.jdom2.AttributeType
-
Attribute type: the attribute value is a reference to a unique identifier.
- IDREF_TYPE - Static variable in class org.jdom2.Attribute
-
JDOM 1.x compatible reference to
AttributeType.IDREF
- IDREFS - Enum constant in enum class org.jdom2.AttributeType
-
Attribute type: the attribute value is a list of references to unique identifiers.
- IDREFS_TYPE - Static variable in class org.jdom2.Attribute
-
JDOM 1.x compatible reference to
AttributeType.IDREFS
- ignorableWhitespace(char[], int, int) - Method in class org.jdom2.input.sax.SAXHandler
-
Capture ignorable whitespace as text.
- IllegalAddException - Exception Class in org.jdom2
-
Thrown when trying to add an illegal object to a JDOM construct.
- IllegalAddException(String) - Constructor for exception class org.jdom2.IllegalAddException
-
This will create an
Exception
with the specified error message. - IllegalDataException - Exception Class in org.jdom2
-
Thrown when illegal text is supplied to a JDOM construct.
- IllegalDataException(String) - Constructor for exception class org.jdom2.IllegalDataException
-
This will create an exceptoin with the specified error message.
- IllegalNameException - Exception Class in org.jdom2
-
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 class org.jdom2.IllegalNameException
-
Creates an exception with the specified error message.
- IllegalTargetException - Exception Class in org.jdom2
-
Thrown when a target is supplied in construction of a JDOM
ProcessingInstruction
, and that name breaks XML naming conventions. - IllegalTargetException(String) - Constructor for exception class org.jdom2.IllegalTargetException
-
Creates an exception with the specified error message.
- includeCDATA(int, String) - Method in class org.jdom2.input.stax.DefaultStAXFilter
- includeCDATA(int, String) - Method in interface org.jdom2.input.stax.StAXFilter
-
The current event is a CDATA event.
- includeComment(int, String) - Method in class org.jdom2.input.stax.DefaultStAXFilter
- includeComment(int, String) - Method in interface org.jdom2.input.stax.StAXFilter
-
The current event is a Comment event.
- includeDocType() - Method in class org.jdom2.input.stax.DefaultStAXFilter
- includeDocType() - Method in interface org.jdom2.input.stax.StAXFilter
-
The current event is a DocType event.
- includeElement(int, String, Namespace) - Method in class org.jdom2.input.stax.DefaultStAXFilter
- includeElement(int, String, Namespace) - Method in interface org.jdom2.input.stax.StAXFilter
-
The current event is an Element event.
- includeEntityRef(int, String) - Method in class org.jdom2.input.stax.DefaultStAXFilter
- includeEntityRef(int, String) - Method in interface org.jdom2.input.stax.StAXFilter
-
The current event is an EntityRef event.
- includeProcessingInstruction(int, String) - Method in class org.jdom2.input.stax.DefaultStAXFilter
- includeProcessingInstruction(int, String) - Method in interface org.jdom2.input.stax.StAXFilter
-
The current event is a ProcessingInstruction event.
- includeText(int, String) - Method in class org.jdom2.input.stax.DefaultStAXFilter
- includeText(int, String) - Method in interface org.jdom2.input.stax.StAXFilter
-
The current event is a TEXT event.
- indexOf(Content) - Method in class org.jdom2.Document
- indexOf(Content) - Method in class org.jdom2.Element
- indexOf(Content) - Method in interface org.jdom2.Parent
-
Returns the index of the supplied child in the content list, or -1 if not a child of this parent.
- internalEntityDecl(String, String) - Method in class org.jdom2.input.sax.SAXHandler
-
Handle an internal entity declaration in a DTD.
- internalSubset - Variable in class org.jdom2.DocType
-
The internal subset of the DOCTYPE
- Introduction - Search tag in package org.jdom2.input.sax
- Section
- isAllText() - Method in class org.jdom2.output.support.AbstractFormattedWalker
- isAllText() - Method in interface org.jdom2.output.support.Walker
-
If all the content in this walker is empty, or if whatever content is available is Text-like.
- isAllText() - Method in class org.jdom2.output.support.WalkerPRESERVE
- isAllWhitespace() - Method in class org.jdom2.output.support.AbstractFormattedWalker
- isAllWhitespace() - Method in interface org.jdom2.output.support.Walker
-
If all the content is Text-like (
Walker.isAllText()
returns true), and additionally that any content is either Text or CDATA, and that the values of these Text/CDATA members are all XML Whitespace. - isAllWhitespace() - Method in class org.jdom2.output.support.WalkerPRESERVE
- isAllXMLWhitespace(String) - Static method in class org.jdom2.Verifier
-
This is a utility function for determining whether a specified String is a whitespace character according to production 3 of the XML 1.0 specification.
- isAncestor(Element) - Method in class org.jdom2.Element
-
Determines if this element is the ancestor of another element.
- isAttributeSpecified(int) - Method in class org.jdom2.output.support.AbstractStAXStreamReader
- isCDATA() - Method in class org.jdom2.output.support.AbstractFormattedWalker
- isCDATA() - Method in interface org.jdom2.output.support.Walker
-
If the previous next() method returned null, then this will indicate whether the current text() value is CDATA or regular Text.
- isCDATA() - Method in class org.jdom2.output.support.WalkerPRESERVE
- isCharacters() - Method in class org.jdom2.output.support.AbstractStAXStreamReader
- isDeclareNamespaces() - Method in class org.jdom2.output.support.SAXTarget
- isEndElement() - Method in class org.jdom2.output.support.AbstractStAXStreamReader
- isExpandEmptyElements() - Method in class org.jdom2.output.support.FormatStack
- isHexDigit(char) - Static method in class org.jdom2.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.jdom2.Verifier
-
This is a function for determining whether the specified character is the high 16 bits in a UTF-16 surrogate pair.
- isIgnoreTrAXEscapingPIs() - Method in class org.jdom2.output.support.FormatStack
- isInScope(Namespace) - Method in class org.jdom2.util.NamespaceStack
-
Inspect the current scope and return true if the specified namespace is in scope.
- isLowSurrogate(char) - Static method in class org.jdom2.Verifier
-
This is a function for determining whether the specified character is the low 16 bits in a UTF-16 surrogate pair.
- isOmitDeclaration() - Method in class org.jdom2.output.support.FormatStack
- isOmitEncoding() - Method in class org.jdom2.output.support.FormatStack
- isReportDTDEvents() - Method in class org.jdom2.output.support.SAXTarget
- isRootElement() - Method in class org.jdom2.Element
-
Returns whether this element is a root element.
- isSpecified() - Method in class org.jdom2.Attribute
-
Get the 'specified' flag.
- isSpecifiedAttributesOnly() - Method in class org.jdom2.output.Format
-
Will Attributes defaulted from the DTD or XMLSchema be output
- isSpecifiedAttributesOnly() - Method in class org.jdom2.output.support.FormatStack
-
Indicate whether only those Attributes specified in the XML should be output.
- isStandalone() - Method in class org.jdom2.output.support.AbstractStAXStreamReader
- isStartElement() - Method in class org.jdom2.output.support.AbstractStAXStreamReader
- isURICharacter(char) - Static method in class org.jdom2.Verifier
-
This is a utility function for determining whether a specified Unicode character is legal in URI references as determined by RFC 2396.
- isValidating() - Method in class org.jdom2.input.sax.AbstractReaderSchemaFactory
- isValidating() - Method in class org.jdom2.input.sax.SAXBuilderEngine
- isValidating() - Method in interface org.jdom2.input.sax.SAXEngine
-
Returns whether validation is to be performed during the build.
- isValidating() - Method in class org.jdom2.input.sax.XMLReaderJAXPFactory
- isValidating() - Method in interface org.jdom2.input.sax.XMLReaderJDOMFactory
-
Does an XMLReader from this factory do more than just well-formed checks.
- isValidating() - Method in enum class org.jdom2.input.sax.XMLReaders
- isValidating() - Method in class org.jdom2.input.sax.XMLReaderSAX2Factory
- isValidating() - Method in class org.jdom2.input.SAXBuilder
-
Returns whether validation is to be performed during the build.
- isWhiteSpace() - Method in class org.jdom2.output.support.AbstractStAXStreamReader
- isXMLCharacter(int) - Static method in class org.jdom2.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.jdom2.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.jdom2.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.jdom2.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.jdom2.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.jdom2.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.jdom2.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.jdom2.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.jdom2.Verifier
- isXMLWhitespace(char) - Static method in class org.jdom2.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.
- iterator() - Method in class org.jdom2.util.NamespaceStack
-
Get all the Namespaces in-scope at the current level of the stack.
- IteratorIterable<T> - Interface in org.jdom2.util
-
An interface that represents both a
java.util.Iterator
and ajava.lang.Iterable
.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form