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

I

identifiers - Variable in class com.ibm.xml.dom.DocumentImpl
Identifiers.
ignorableWhitespace - Variable in class com.ibm.xml.dom.TextImpl
Ignorable whitespace.
ignorableWhitespace(char[], int, int) - Method in class com.ibm.xml.parsers.DOMParser
Not called.
ignorableWhitespace(char[], int, int) - Method in class com.ibm.xml.parsers.SAXParser
Ignorable whitespace.
ignorableWhitespace(char[], int, int) - Method in class com.ibm.xml.framework.XMLParser
Ignorable whitespace.
ignorableWhitespace(char[], int, int) - Method in interface com.ibm.xml.framework.XMLValidator
 
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(int) - Method in class com.ibm.xml.parsers.DOMParser
Ignorable whitespace.
ignorableWhitespace(int) - Method in class com.ibm.xml.parsers.SAXParser
Not called.
ignorableWhitespace(int) - Method in class com.ibm.xml.framework.XMLParser
Ignorable whitespace.
ignorableWhitespace(int) - Method in interface com.ibm.xml.framework.XMLValidator
 
importNode(Node, boolean) - Method in class com.ibm.xml.dom.DocumentImpl
NON-DOM: Copies data from the source node.
increaseMarkupDepth() - Method in class com.ibm.xml.framework.XMLDocumentScanner
 
increaseMarkupDepth() - Method in class com.ibm.xml.framework.XMLDTDScanner
 
increaseParenDepth() - Method in class com.ibm.xml.framework.XMLDTDScanner
 
INDEX_SIZE_ERR - Static variable in class org.w3c.dom.DOMException
 
init() - Method in class com.ibm.xml.parsers.DOMParser
Initializes the parser to a pre-parse state.
INITIAL_CHUNK_COUNT - Static variable in class com.ibm.xml.dom.DeferredDocumentImpl
Initial chunk size.
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.
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, int) - Method in class com.ibm.xml.parsers.DOMParser
<!ENTITY Name EntityValue> (internal)
internalEntityDecl(int, int) - Method in class com.ibm.xml.parsers.SAXParser
Report an internal general entity declaration.
internalEntityDecl(int, int) - Method in class com.ibm.xml.framework.XMLParser
Internal general entity declaration.
internalPEDecl(int, int) - Method in class com.ibm.xml.parsers.DOMParser
<!ENTITY % Name EntityValue> (internal)
internalPEDecl(int, int) - Method in class com.ibm.xml.parsers.SAXParser
Report an internal parameter entity declaration.
internalPEDecl(int, int) - Method in class com.ibm.xml.framework.XMLParser
Internal parameter entity declaration.
INUSE_ATTRIBUTE_ERR - Static variable in class org.w3c.dom.DOMException
 
INVALID_CHARACTER_ERR - Static variable in class org.w3c.dom.DOMException
 
isExternalEntity(int) - Method in interface com.ibm.xml.framework.XMLValidator
 
isExternalParameterEntity(int) - Method in interface com.ibm.xml.framework.XMLValidator
 
isFeatureRecognized(String) - Method in class com.ibm.xml.framework.XMLParser
Returns true if the specified feature is recognized.
isIgnorableWhitespace() - Method in class com.ibm.xml.dom.TextImpl
NON-DOM: Returns whether this Text is ignorable whitespace.
isKidOK(Node, Node) - Method in class com.ibm.xml.dom.DocumentImpl
Uses the kidOK lookup table to check whether the proposed tree structure is legal.
isPropertyRecognized(String) - Method in class com.ibm.xml.framework.XMLParser
Returns true if the specified property is recognized.
isSpecified(int) - Method in class com.ibm.xml.framework.XMLAttrList
 
isUnparsedEntity(int) - Method in interface com.ibm.xml.framework.XMLValidator
 
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.
iterators - Variable in class com.ibm.xml.dom.DocumentImpl
Iterators

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