Xerces 1.0.1
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 org.apache.xerces.dom.DocumentImpl
Identifiers.
ignorableWhitespace - Variable in class org.apache.xerces.dom.TextImpl
Ignorable whitespace.
ignorableWhitespace(char[], int, int) - Method in class org.apache.xerces.parsers.DOMParser
Not called.
ignorableWhitespace(char[], int, int) - Method in class org.apache.xerces.parsers.SAXParser
Ignorable whitespace.
ignorableWhitespace(char[], int, int) - Method in class org.apache.xerces.framework.XMLParser
callback for ignorable whitespace.
ignorableWhitespace(char[], int, int) - Method in interface org.apache.xerces.framework.XMLValidator
a callback for ignorable whitespace - String object version
ignorableWhitespace(char[], int, int) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.html.dom.HTMLBuilder
 
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 org.apache.xerces.parsers.DOMParser
Ignorable whitespace.
ignorableWhitespace(int) - Method in class org.apache.xerces.parsers.SAXParser
Not called.
ignorableWhitespace(int) - Method in class org.apache.xerces.framework.XMLParser
callback for ignorable whitespace.
ignorableWhitespace(int) - Method in interface org.apache.xerces.framework.XMLValidator
a callback for ignorable whitespace - string pool version
importNode(Node, boolean) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM: Copies data from the source node.
Indent - Static variable in class org.apache.xml.serialize.OutputFormat.Defaults
If indentation is turned on, the default identation level is 4.
indent() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Increment the indentation for the next line.
INDEX_SIZE_ERR - Static variable in class org.w3c.dom.DOMException
 
init() - Method in class org.apache.xerces.parsers.DOMParser
Initializes the parser to a pre-parse state.
initEvent(String, boolean, boolean) - Method in interface org.apache.xerces.domx.events.Event
 
INITIAL_CHUNK_COUNT - Static variable in class org.apache.xerces.dom.DeferredDocumentImpl
Initial chunk size.
initMutationEvent(String, boolean, boolean, Node, String, String, String) - Method in interface org.apache.xerces.domx.events.MutationEvent
 
initUIEvent(String, boolean, boolean, int, int, int, int, boolean, boolean, boolean, boolean, int, int, short, short, Node) - Method in interface org.apache.xerces.domx.events.UIEvent
 
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(int, int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Inserts a child before the specified node in the table.
insertBefore(Node, Node) - Method in class org.apache.xerces.dom.NodeImpl
Move one or more node(s) to our list of children.
insertBefore(Node, Node) - Method in class org.apache.xerces.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.
insertCell(int) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
insertCell(int) - Method in interface org.w3c.dom.html.HTMLTableRowElement
Insert an empty TD cell into this row.
insertData(int, String) - Method in class org.apache.xerces.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.
insertRow(int) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
 
insertRow(int) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
insertRow(int) - Method in interface org.w3c.dom.html.HTMLTableSectionElement
Insert a row into this section.
insertRow(int) - Method in interface org.w3c.dom.html.HTMLTableElement
Insert a new empty row in the table.Note.
internalEntityDecl(int, int) - Method in class org.apache.xerces.parsers.DOMParser
<!ENTITY Name EntityValue> (internal)
internalEntityDecl(int, int) - Method in class org.apache.xerces.parsers.SAXParser
Report an internal general entity declaration.
internalEntityDecl(int, int) - Method in class org.apache.xerces.framework.XMLParser
callback for internal general entity declaration.
internalEntityDecl(String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
internalPEDecl(int, int) - Method in class org.apache.xerces.parsers.DOMParser
<!ENTITY % Name EntityValue> (internal)
internalPEDecl(int, int) - Method in class org.apache.xerces.parsers.SAXParser
Report an internal parameter entity declaration.
internalPEDecl(int, int) - Method in class org.apache.xerces.framework.XMLParser
callback for an 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
 
isCDataElement(String) - Method in class org.apache.xml.serialize.OutputFormat
Returns true if the text node children of the given elements should be output as CDATA.
isExternalEntity(int) - Method in interface org.apache.xerces.framework.XMLValidator
return true if entityIndex's entity is external
isExternalParameterEntity(int) - Method in interface org.apache.xerces.framework.XMLValidator
return true if a parameter entity is external
isFeatureRecognized(String) - Method in class org.apache.xerces.framework.XMLParser
Returns true if the specified feature is recognized.
isIgnorableWhitespace() - Method in class org.apache.xerces.dom.TextImpl
NON-DOM: Returns whether this Text is ignorable whitespace.
isKidOK(Node, Node) - Method in class org.apache.xerces.dom.DocumentImpl
Uses the kidOK lookup table to check whether the proposed tree structure is legal.
isNonEscapingElement(String) - Method in class org.apache.xml.serialize.OutputFormat
Returns true if the text node children of the given elements should be output unescaped.
isPropertyRecognized(String) - Method in class org.apache.xerces.framework.XMLParser
Returns true if the specified property is recognized.
isSpecified(int) - Method in class org.apache.xerces.framework.XMLAttrList
Was the attribute explicitly supplied or was it provided through a default?
isUnparsedEntity(int) - Method in interface org.apache.xerces.framework.XMLValidator
return true if entityIndex's entity is unparsed
isXMLName(String) - Static method in class org.apache.xerces.dom.DocumentImpl
Check the string against XML's definition of acceptable names for elements and attributes and so on.
item(int) - Method in class org.apache.xerces.dom.DeepNodeListImpl
Returns the node at the specified index.
item(int) - Method in class org.apache.xerces.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 org.apache.xerces.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.
item(int) - Method in interface org.w3c.dom.html.HTMLCollection
This method retrieves a node specified by ordinal index.
iterators - Variable in class org.apache.xerces.dom.DocumentImpl
Iterators

Xerces 1.0.1
A B C D E F G H I K L M N O P R S T U V W X _