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

I

ID - Static variable in class com.ibm.xml.framework.AttDef
 
identifiers - Variable in class com.ibm.xml.dom.DocumentImpl
Identifiers.
IDREF - Static variable in class com.ibm.xml.framework.AttDef
 
IDREFS - Static variable in class com.ibm.xml.framework.AttDef
 
ignorableWhitespace - Variable in class com.ibm.xml.dom.TextImpl
Ignorable whitespace.
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.
ignorableWhitespace(char[], int, int, boolean) - Method in class com.ibm.xml.parsers.NonValidatingTXDOMParser
Not called.
ignorableWhitespace(char[], int, int, boolean) - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
Not called.
ignorableWhitespace(char[], int, int, boolean) - Method in class com.ibm.xml.parsers.SAXParser
Ignorable whitespace.
ignorableWhitespace(char[], int, int, boolean) - Method in class com.ibm.xml.parsers.NonValidatingParser
Not called.
ignorableWhitespace(char[], int, int, boolean) - Method in interface com.ibm.xml.framework.XMLDocumentHandler
 
ignorableWhitespace(int, boolean) - Method in class com.ibm.xml.parsers.NonValidatingTXDOMParser
 
ignorableWhitespace(int, boolean) - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
Ignorable whitespace.
ignorableWhitespace(int, boolean) - Method in class com.ibm.xml.parsers.SAXParser
Not called.
ignorableWhitespace(int, boolean) - Method in class com.ibm.xml.parsers.NonValidatingParser
 
ignorableWhitespace(int, boolean) - Method in interface com.ibm.xml.framework.XMLDocumentHandler
 
IMPLIED - Static variable in class com.ibm.xml.framework.AttDef
 
importNode(Node, boolean) - Method in class com.ibm.xml.dom.DocumentImpl
NON-DOM: Copies data from the source node.
inCDSect - Variable in class com.ibm.xml.framework.ScanContentState
 
INDEX_SIZE_ERR - Static variable in class org.w3c.dom.DOMException
 
init() - Method in class com.ibm.xml.parsers.NonValidatingTXDOMParser
 
init(ParserState) - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
 
INITIAL_CHUNK_COUNT - Static variable in class com.ibm.xml.dom.DeferredDocumentImpl
Initial chunk size.
INITIAL_CHUNK_SHIFT - Static variable in class com.ibm.xml.framework.ChunkyCharArray
 
INITIAL_CHUNK_SIZE - Static variable in class com.ibm.xml.framework.ChunkyCharArray
 
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(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.
InputSource(String) - Constructor for class org.xml.sax.InputSource
Create a new input source with a system identifier.
InsertableElementsInfo - class com.ibm.xml.framework.InsertableElementsInfo.
--------------------------------------------------------------------------- InsertableElementsInfo is a simple 'data packet' class that is used to get information into and out of the validator APIs that allow you to ask what kind of elements can be inserted into a particular place in an element's content model.
InsertableElementsInfo() - Constructor for class com.ibm.xml.framework.InsertableElementsInfo
 
insertAt - Variable in class com.ibm.xml.framework.InsertableElementsInfo
 
insertBefore(Node, Node) - Method in class com.ibm.xml.dom.NodeImpl
Move one or more node(s) to our list of children.
insertBefore(Node, Node) - Method in class com.ibm.xml.dom.DocumentImpl
Since a Document may contain at most one top-level Element child, and at most one DocumentType declaraction, we need to subclass our add-children methods to implement this constraint.
insertBefore(Node, Node) - Method in interface org.w3c.dom.Node
Inserts the node newChild before the existing child node refChild.
insertData(int, String) - Method in class com.ibm.xml.dom.CharacterDataImpl
Insert additional characters into the data stored in this node, at the offset specified.
insertData(int, String) - Method in interface org.w3c.dom.CharacterData
Insert a string at the specified character offset.
internalEntityDecl(int) - Method in class com.ibm.xml.parsers.NonValidatingTXDOMParser
Append an internal EntityDecl as a Child to the DTD.
internalEntityDecl(int) - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
<!ENTITY Name EntityValue> (internal)
internalEntityDecl(int) - Method in class com.ibm.xml.parsers.SAXParser
Internal entity decl.
internalEntityDecl(int) - Method in class com.ibm.xml.parsers.NonValidatingParser
 
internalEntityDecl(int) - Method in interface com.ibm.xml.framework.XMLDocumentTypeHandler
 
INUSE_ATTRIBUTE_ERR - Static variable in class org.w3c.dom.DOMException
 
INVALID_CHARACTER_ERR - Static variable in class org.w3c.dom.DOMException
 
isExternal(int) - Method in interface com.ibm.xml.framework.EntityPool
 
isFatal(String) - Method in class com.ibm.xml.framework.XMLParser
 
isIgnorableWhitespace() - Method in class com.ibm.xml.dom.TextImpl
NON-DOM: Returns whether this Text is ignorable whitespace.
isKidOK(Node, Node) - Static method in class com.ibm.xml.dom.NodeImpl
Uses the kidOK lookup table to check whether the proposed tree structure is legal.
isLastAttr(int) - Method in interface com.ibm.xml.framework.AttrPool
 
isSpecified(int) - Method in interface com.ibm.xml.framework.AttrPool
 
isUnparsed(int) - Method in interface com.ibm.xml.framework.EntityPool
 
isValidEOC - Variable in class com.ibm.xml.framework.InsertableElementsInfo
 
isWarning(String) - Method in class com.ibm.xml.framework.XMLParser
 
isXMLName(String) - Static method in class com.ibm.xml.dom.DocumentImpl
Check the string against XML's definition of acceptable names for elements and attributes and so on.
item(int) - Method in class com.ibm.xml.dom.NodeImpl
NodeList method: Return the Nth immediate child of this node, or null if the index is out of bounds.
item(int) - Method in class com.ibm.xml.dom.DeepNodeListImpl
Returns the node at the specified index.
item(int) - Method in class com.ibm.xml.dom.NamedNodeMapImpl
Retrieve an item from the map by 0-based index.
item(int) - Method in interface org.w3c.dom.NamedNodeMap
Returns the indexth item in the map.
item(int) - Method in interface org.w3c.dom.NodeList
Returns the indexth item in the collection.

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