XML for Java Compatibility API 2.0.15
A B C D E F G H I L M N O P Q R S T U V W X

I

ID - Static variable in class com.ibm.xml.parser.AttDef
 
IDREF - Static variable in class com.ibm.xml.parser.AttDef
 
IDREFS - Static variable in class com.ibm.xml.parser.AttDef
 
IDs() - Method in class com.ibm.xml.parser.DTD
Returns an Enumeration of all Element IDs currently registered in the XML document.
IMPLIED - Static variable in class com.ibm.xml.parser.AttDef
 
indent - Variable in class com.ibm.xml.parser.FormatPrintVisitor
 
indent(Writer, int) - Static method in class com.ibm.xml.parser.Util
Prints a newline character and n spaces.
index - Variable in class com.ibm.xml.parser.InsertableElement
When this InsertableElement's name is DTD.CMERROR, this variable indicates the 0-based index of the offending Child Node of the specified Element Node.
insert(Node, int) - Method in class com.ibm.xml.parser.Parent
Insert a Child Node into the specified position in this Node's list of children.
InsertableElement - class com.ibm.xml.parser.InsertableElement.
InsertableElements are hash table entries used by the DTD class in order to determine what kind of Element you can insert into a given index of a given Element Node according to the document grammar specified by a given DTD's internal and external subset.
InsertableElement(int) - Constructor for class com.ibm.xml.parser.InsertableElement
Constructor for DTD.CM_ERROR InsertableElements.
InsertableElement(String) - Constructor for class com.ibm.xml.parser.InsertableElement
Constructor.
InsertableElement(String, boolean) - Constructor for class com.ibm.xml.parser.InsertableElement
Constructor.
insertAfter(Node, Node) - Method in class com.ibm.xml.parser.Parent
Inserts a Child Node (newChild) after the existing Child Node (refChild).
insertBefore(Node, Node) - Method in class com.ibm.xml.parser.Child
Throws a DOMException because Child Nodes are leaf Nodes.
insertBefore(Node, Node) - Method in class com.ibm.xml.parser.Parent
Inserts a Child Node (newChild) before the existing Child Node (refChild).
insertData(int, String) - Method in class com.ibm.xml.parser.TXCharacterData
Insert data at the specified character offset.
insertFirst(Node) - Method in class com.ibm.xml.parser.Parent
Inserts the specified Node as the first Child in this Node's list of children.
insertLast(Node) - Method in class com.ibm.xml.parser.Parent
Inserts the specified Node as the last Child in this Node's list of children.
insertOtherTerm(OtherTerm) - Method in class com.ibm.xml.xpointer.XPointer
Inserts the specified otherTerm to the beginning of the other terms for this XPointer.
internalElements() - Method in class com.ibm.xml.parser.DTD
Returns an Enumeration instance of all internal subset children of this DTD.
InvalidEncodingException - exception com.ibm.xml.parser.InvalidEncodingException.
XML4J parser exception which signals that the XML parser is unable to detect the encoding of the input or has detected irregularities in the input such as missing byte marks.
InvalidEncodingException() - Constructor for class com.ibm.xml.parser.InvalidEncodingException
Constructor for exception with no detail message.
InvalidEncodingException(String) - Constructor for class com.ibm.xml.parser.InvalidEncodingException
Constructor for exception with detail message.
isAddFixedAttributes() - Method in class com.ibm.xml.parser.TXDocument
Returns a flag whether #FIXED attributes are automatically added.
isAll() - Method in class com.ibm.xml.xpointer.RelTerm
Returns whether all candidate locations are selected by this relative term.
isAll() - Method in class com.ibm.xml.xpointer.StringTerm
Returns whether all occurrences of string are used as candidates in forming the designated resource.
isAttributeDeclared(String, String) - Method in class com.ibm.xml.parser.DTD
Return whether an attribute definition exists that matches the specified elementName and attributeName in this DTD's internal and external subsets.
isChar(int) - Static method in class com.ibm.xml.parser.XMLChar
Returns whether the specified ch conforms to the XML 1.0 definition of a character.
isCheckNodeLoop() - Method in class com.ibm.xml.parser.TXDocument
Returns a flag whether new child is an ancestor of a parent.
isCheckOwnerDocument() - Method in class com.ibm.xml.parser.TXDocument
Returns a flag whether new child was created from another document.
isCheckValidity() - Method in class com.ibm.xml.parser.TXDocument
Returns whether validity constraints are checked in this doument.
isElementDeclared(String) - Method in class com.ibm.xml.parser.DTD
Return whether an element definition exists that matches the specified elementName in this DTD's internal and external subsets.
isEmpty() - Method in class com.ibm.xml.parser.TXElement
Deprecated. Use hasChildNodes().
isEnd() - Method in class com.ibm.xml.xpointer.StringTerm
Returns whether to select the position immediately following the last character of the match.
isExternal() - Method in class com.ibm.xml.parser.EntityDecl
Returns whether this entity value is external.
isLeaf() - Method in class com.ibm.xml.parser.util.TreeFactory
 
isLeaf() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeElement
 
isLeaf() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeDTD
 
isLeaf() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeText
 
isLeaf() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeCDATASection
 
isLeaf() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeComment
 
isLeaf() - Method in class com.ibm.xml.parser.util.TreeFactory.TreePI
 
isLeaf() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeStylesheetPI
 
isLeaf() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeElementDecl
 
isLeaf() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeAttlist
 
isLeaf() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeAttDef
 
isLeaf() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeEntity
 
isLeaf() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeNotation
 
isLeaf() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeGeneralReference
 
isLeaf() - Method in class com.ibm.xml.parser.util.TreeFactory.TreePseudoNode
 
isLetter(int) - Static method in class com.ibm.xml.parser.XMLChar
Returns whether the specified ch conforms to the XML 1.0 definition of a Letter.
isNameChar(int) - Static method in class com.ibm.xml.parser.XMLChar
Returns whether the specified ch conforms to the XML 1.0 definition of a character that can be used in a name.
isNDATA() - Method in class com.ibm.xml.parser.EntityDecl
Deprecated. This method will be removed in future release.
isParameter() - Method in class com.ibm.xml.parser.EntityDecl
Returns whether this Entity is a parameter Entity.
isParsingExternal() - Method in class com.ibm.xml.parser.DTD
Returns whether the internal of external DTD subset is currently being parsed.
ispreserve - Variable in class com.ibm.xml.parser.FormatPrintVisitor
 
isPreserveSpace() - Method in class com.ibm.xml.parser.TXElement
Returns, at the Element level, whether space is to be preserved.
isprevtext - Variable in class com.ibm.xml.parser.FormatPrintVisitor
 
isPrintInternalDTD() - Method in class com.ibm.xml.parser.DTD
Returns whether the print() method prints internal subse.
isPrintNonSpecifiedAttributes - Variable in class com.ibm.xml.parser.ToXMLStringVisitor
 
isPrintWarning - Variable in class com.ibm.xml.parser.Stderr
 
isProcessNamespace() - Method in class com.ibm.xml.parser.TXDocument
Returns whether namespaces are considered.
isPublic() - Method in class com.ibm.xml.parser.ExternalID
Returns if this external ID is a public ID (or system ID).
isSpace(int) - Static method in class com.ibm.xml.parser.XMLChar
Returns whether the specified ch conforms to the XML 1.0 definition of whitespace.
isStandalone() - Method in class com.ibm.xml.parser.TXDocument
Returns if this Document is standalone.
isSystem() - Method in class com.ibm.xml.parser.ExternalID
Returns if this external ID is a system ID (or public ID).
isURN(String) - Static method in class com.ibm.xml.parser.Util
Returns whether the specified URI string is a URN.
item(int) - Method in class com.ibm.xml.xpointer.Pointed
Returns an individual string or Node being pointed to by an XPointer.

XML for Java Compatibility API 2.0.15
A B C D E F G H I L M N O P Q R S T U V W X