Contents | Package | Class | Tree | Deprecated | Index | Help XML for Java
PREV | NEXT SHOW LISTS | HIDE LISTS
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 interface org.w3c.dom.AttributeDefinition
IDREF. Static variable in interface org.w3c.dom.AttributeDefinition
IDREFS. Static variable in interface org.w3c.dom.AttributeDefinition
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 interface org.w3c.dom.AttributeDefinition
InputSource class org.xml.sax.InputSource.
A single input source for an XML entity.
InputSource(). Constructor for class org.xml.sax.InputSource
Zero-argument default constructor.
InputSource(String). Constructor for class org.xml.sax.InputSource
Create a new input source with a system identifier.
InputSource(InputStream). Constructor for class org.xml.sax.InputSource
Create a new input source with a byte stream.
InputSource(Reader). Constructor for class org.xml.sax.InputSource
Create a new input source with a character stream.
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(String). Constructor for class com.ibm.xml.parser.InsertableElement
Constructor.
InsertableElement(String, boolean). Constructor for class com.ibm.xml.parser.InsertableElement
Constructor.
InsertableElement(int). Constructor for class com.ibm.xml.parser.InsertableElement
Constructor for DTD.CM_ERROR InsertableElements.
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.
ignorableWhitespace(char[], int, int). Method in class org.xml.sax.HandlerBase
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int). Method in interface org.xml.sax.DocumentHandler
Receive notification of ignorable whitespace in element content.
indent(PrintWriter, int). Static method in class com.ibm.xml.parser.Format
Print a return character and printSpace(pw,n).
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.
indexOf(String). Method in class com.ibm.xml.parser.TXAttributeList
Returns the index of the Attribute whose name matches the specified name.
insert(Child, int). Method in class com.ibm.xml.parser.Parent
Insert a Child Node into the specified position in this Node's list of children.
insert(Child, int). Method in class com.ibm.xml.parser.TXDocument
Insert a Child Node into the specified position.
insert(int, String). Method in class com.ibm.xml.parser.TXText
Insert data at the specified character offset.
insert(Child, int). Method in class com.ibm.xml.parser.DTD
Invalidate this Parent class function because DTDs have multiple Child lists.
insert(int, Node). Method in interface org.w3c.dom.EditableNodeList
insert(int, String). Method in interface org.w3c.dom.Text
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 NotMyChildException 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).
insertBefore(Node, Node). Method in class com.ibm.xml.parser.DTD
Invalidate this Parent class function because DTDs have multiple Child lists.
insertBefore(Node, Node). Method in interface org.w3c.dom.Node
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
internalElements(). Method in class com.ibm.xml.parser.DTD
Returns an Enumeration instance of all internal subset children of this DTD.
isAll(). Method in class com.ibm.xml.xpointer.RelTerm
isAll(). Method in class com.ibm.xml.xpointer.StringTerm
isApplySyntax(). Method in class com.ibm.xml.parser.TXDocument
Returns whether a syntax is being applied to this doument.
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
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
Returns whether this Element has any children.
isEnd(). Method in class com.ibm.xml.xpointer.StringTerm
isExternal(). Method in class com.ibm.xml.parser.Entity
Returns whether this entity value is external.
isLeaf(). Method in class com.ibm.xml.parser.util.TreeFactory.TreeDocument
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.TreeNamespacePI
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
isLetter(int). Static method in class com.ibm.xml.parser.XMLChar
isNDATA(). Method in class com.ibm.xml.parser.Entity
Returns whether there is a notation associated with this entity value.
isNameChar(int). Static method in class com.ibm.xml.parser.XMLChar
isParameter(). Method in class com.ibm.xml.parser.Entity
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.
isPreserveSpace(). Method in class com.ibm.xml.parser.TXElement
Returns, at the Element level, whether space is to be preserved.
isPrintInternalDTD(). Method in class com.ibm.xml.parser.DTD
Returns whether the print() method prints internal subse.
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
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).
isSystem(). Method in class com.ibm.xml.parser.TXNotation
Returns if the Notation's external ID is a system ID (or public ID).
isTerm(). Method in interface org.w3c.dom.QueryExpression
item(int). Method in class com.ibm.xml.parser.TXAttributeList
Returns the Attribute at the specified index.
item(int). Method in class com.ibm.xml.xpointer.Pointed
item(int). Method in interface org.w3c.dom.AttributeList
item(int). Method in interface org.w3c.dom.NodeList

A B C D E F G H I L M N O P Q R S T U V W X
Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS