Xerces 3.1.1 API: I-Index
Xerces 3.1.1
A B C D E F G H I J 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(char[], int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler
callback for 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.xml.serialize.BaseMarkupSerializer
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.html.dom.HTMLBuilder
 
ignorableWhitespace(char[], int, int) - Method in interface org.xml.sax.ContentHandler
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 ignorable whitespace event.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an ignorable whitespace event.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 ignorable whitespace event.
ignorableWhitespace(char[], int, int, boolean) - Method in class com.ibm.xml.parsers.SAXParser
Deprecated. Ignorable whitespace.
ignorableWhitespace(int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler
callback for ignorable whitespace.
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, boolean) - Method in class com.ibm.xml.parsers.SAXParser
Deprecated. Not called.
IGNORABLEWS - Static variable in class org.apache.xerces.dom.NodeImpl
 
importNode(Node, boolean) - Method in class org.apache.xerces.dom.DocumentImpl
Copies data from the source node.
importNode(Node, boolean) - Method in interface org.w3c.dom.Document
Imports a node from another document to this document.
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.Printer
 
INDEX_SIZE_ERR - Static variable in class org.w3c.dom.DOMException
If index or size is negative, or greater than the allowed value
init() - Method in class org.apache.xerces.parsers.DOMParser
Initializes the parser to a pre-parse state.
initEvent(String, boolean, boolean) - Method in class org.apache.xerces.dom.events.EventImpl
The DOM doesn't deal with constructors, so instead we have an initializer call to set most of the read-only fields.
initEvent(String, boolean, boolean) - Method in interface org.w3c.dom.events.Event
The initEvent method is used to initialize the value of an Event created through the DocumentEvent interface.
initHandlers(boolean, XMLDocumentHandler, XMLDocumentHandler.DTDHandler) - Method in class org.apache.xerces.framework.XMLParser
Set char data processing preference and handlers.
INITIAL_CHUNK_COUNT - Static variable in class org.apache.xerces.dom.DeferredDocumentImpl
Initial chunk size.
initialized - Variable in class org.apache.xerces.dom.events.EventImpl
 
initMutationEvent(String, boolean, boolean, Node, String, String, String) - Method in class org.apache.xerces.dom.events.MutationEventImpl
Initialize a mutation event, or overwrite the event's current settings with new values of the parameters.
initMutationEvent(String, boolean, boolean, Node, String, String, String) - Method in interface org.w3c.dom.events.MutationEvent
The initMutationEvent method is used to initialize the value of a MutationEvent created through the DocumentEvent interface.
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.ParentNode
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 class org.apache.xerces.dom.ChildAndParentNode
Move one or more node(s) to our list of children.
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 16-bit unit offset.
insertedNodeFromDOM(Node) - Method in class org.apache.xerces.dom.RangeImpl
This function is called from the DOM.
insertNode(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
insertNode(Node) - Method in interface org.w3c.dom.range.Range
Inserts a node into the document or document fragment at the start of the range.
insertRow(int) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
insertRow(int) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
 
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.
internalEntityDecl(int) - Method in class com.ibm.xml.parsers.SAXParser
Deprecated. Internal entity decl.
internalEntityDecl(int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
callback for internal general entity declaration.
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(String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
internalEntityDecl(String, String) - Method in interface org.xml.sax.ext.DeclHandler
Report an internal entity declaration.
internalPEDecl(int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
callback for an internal parameter entity declaration.
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.
internalRemoveNamedItem(String, boolean) - Method in class org.apache.xerces.dom.AttributeMap
Internal removeNamedItem method allowing to specify whether an exception must be thrown if the specified name is not found.
internalRemoveNamedItemNS(String, String, boolean) - Method in class org.apache.xerces.dom.AttributeMap
Internal removeNamedItemNS method allowing to specify whether an exception must be thrown if the specified local name and namespace URI is not found.
internalSubset - Variable in class org.apache.xerces.dom.DocumentTypeImpl
 
internalSubset(int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Supports DOM Level 2 internalSubset additions.
internalSubset(int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
Supports DOM Level 2 internalSubset additions.
internalSubset(int) - Method in class org.apache.xerces.parsers.DOMParser
Supports DOM Level 2 internalSubset additions.
internalSubset(int) - Method in class org.apache.xerces.parsers.SAXParser
New callback from DOM Level 2.
INUSE_ATTRIBUTE_ERR - Static variable in class org.w3c.dom.DOMException
If an attempt is made to add an attribute that is already in use elsewhere
INVALID_ACCESS_ERR - Static variable in class org.w3c.dom.DOMException
If a parameter or an operation is not supported by the underlying object.
INVALID_CHARACTER_ERR - Static variable in class org.w3c.dom.DOMException
If an invalid or illegal character is specified, such as in a name.
INVALID_MODIFICATION_ERR - Static variable in class org.w3c.dom.DOMException
If an attempt is made to modify the type of the underlying object.
INVALID_NODE_TYPE_ERR - Static variable in class org.w3c.dom.range.RangeException
 
INVALID_STATE_ERR - Static variable in class org.w3c.dom.DOMException
If an attempt is made to use an object that is not, or is no longer, usable.
isBoolean(String, String) - Static method in class org.apache.xml.serialize.HTMLdtd
Returns true if the specified attribute is a boolean and should be printed without the value.
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.
isClosing(String, String) - Static method in class org.apache.xml.serialize.HTMLdtd
Returns true if the opening of one element (tagName) implies the closing of another open element (openTag).
isDocumentState() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Returns true if in the state of the document.
isElementContent(String) - Static method in class org.apache.xml.serialize.HTMLdtd
Returns true if element is declared to have element content.
isEmptyTag(String) - Static method in class org.apache.xml.serialize.HTMLdtd
Returns true if element is declared to be empty.
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.
isNamespaceAware() - Method in class javax.xml.parsers.SAXParser
Returns whether or not this parser supports XML namespaces.
isNamespaceAware() - Method in class javax.xml.parsers.DocumentBuilder
Returns whether or not this parser supports XML namespaces.
isNamespaceAware() - Method in class javax.xml.parsers.SAXParserFactory
Indicates if this SAXParserFactory is configured to produce parsers that are namespace aware or not.
isNamespaceAware() - Method in class javax.xml.parsers.DocumentBuilderFactory
Indicates if this DocumentBuilderFactory is configured to produce parsers that are namespace aware or not.
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.
isOnlyOpening(String) - Static method in class org.apache.xml.serialize.HTMLdtd
Returns true if element's closing tag is generally not printed.
isOptionalClosing(String) - Static method in class org.apache.xml.serialize.HTMLdtd
Returns true if element's closing tag is optional and need not exist.
isPreserveSpace(String) - Static method in class org.apache.xml.serialize.HTMLdtd
Returns true if element's textual contents preserves spaces.
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?
isSupported(String, String) - Method in class org.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
isSupported(String, String) - Method in interface org.w3c.dom.Node
Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
isURI(String, String) - Static method in class org.apache.xml.serialize.HTMLdtd
Returns true if the specified attribute it a URI and should be escaped appropriately.
isValidating() - Method in class javax.xml.parsers.SAXParser
Returns whether or not this parser supports validating XML content.
isValidating() - Method in class javax.xml.parsers.DocumentBuilder
Returns whether or not this parser supports validating XML content.
isValidating() - Method in class javax.xml.parsers.SAXParserFactory
Indicates if this SAXParserFactory is configured to produce parsers that validate XML documents as they are parsed.
isValidating() - Method in class javax.xml.parsers.DocumentBuilderFactory
Indicates if this DocumentBuilderFactory is configured to produce parsers that validate XML documents as they are parsed.
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.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.ParentNode
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.DeepNodeListImpl
Returns the node at the specified index.
item(int) - Method in class org.apache.xerces.dom.ChildAndParentNode
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 class org.apache.xerces.dom.EntityReferenceImpl
Returns the node at the given 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 3.1.1
A B C D E F G H I J K L M N O P R S T U V W X _