Xerces 2.0.0.alpha
A B C D E F G H I J K L M N O P R S T U W X

I

identifiers - Variable in class org.apache.xerces.dom.DocumentImpl
Identifiers.
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.ParserAdapter
Adapt a SAX1 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.XMLReaderAdapter
Adapt a SAX2 ignorable whitespace event.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(XMLString) - Method in class org.apache.xerces.parsers.XMLDocumentParser
Ignorable whitespace.
ignorableWhitespace(XMLString) - Method in class org.apache.xerces.parsers.SAXParser
 
ignorableWhitespace(XMLString) - Method in class org.apache.xerces.parsers.DOMParser
Ignorable whitespace.
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.
INDEX_SIZE_ERR - Static variable in class org.w3c.dom.DOMException
 
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.
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(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 .
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.
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.
internalEntityDecl(String, String) - Method in interface org.xml.sax.ext.DeclHandler
Report an internal entity declaration.
internalEntityDecl(String, XMLString) - Method in class org.apache.xerces.parsers.DTDParser
An internal entity declaration.
internalEntityDecl(String, XMLString) - Method in class org.apache.xerces.parsers.XMLDocumentParser
An internal entity declaration.
internalEntityDecl(String, XMLString) - Method in class org.apache.xerces.parsers.SAXParser
internalEntityDecl
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
 
INUSE_ATTRIBUTE_ERR - Static variable in class org.w3c.dom.DOMException
 
INVALID_ACCESS_ERR - Static variable in class org.w3c.dom.DOMException
 
INVALID_CHARACTER_ERR - Static variable in class org.w3c.dom.DOMException
 
INVALID_MODIFICATION_ERR - Static variable in class org.w3c.dom.DOMException
 
INVALID_NODE_TYPE_ERR - Static variable in class org.w3c.dom.range.RangeException
 
INVALID_STATE_ERR - Static variable in class org.w3c.dom.DOMException
 
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.DocumentBuilderFactory
Indicates if this DocumentBuilderFactory is configured to produce parsers that are namespace aware or not.
isNamespaceAware() - Method in class javax.xml.parsers.SAXParserFactory
Indicates if this SAXParserFactory is configured to produce parsers that are namespace aware or not.
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.DocumentBuilderFactory
Indicates if this DocumentBuilderFactory is configured to produce parsers that validate XML documents as they are parsed.
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.
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.NamedNodeMapImpl
Retrieve an item from the map by 0-based 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.DeepNodeListImpl
Returns the node at the specified 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 index th item in the map.
item(int) - Method in interface org.w3c.dom.NodeList
Returns the index th item in the collection.
iterators - Variable in class org.apache.xerces.dom.DocumentImpl
Iterators

Xerces 2.0.0.alpha
A B C D E F G H I J K L M N O P R S T U W X