Xerces 1.4.3
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.CoreDocumentImpl
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.SAXParser
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.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.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(int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler
callback for ignorable whitespace.
ignorableWhitespace(int) - Method in class org.apache.xerces.parsers.SAXParser
Not called.
ignorableWhitespace(int) - 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.CoreDocumentImpl
Copies a node from another document to this document.
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
 
indent() - Method in class org.apache.xml.serialize.IndentPrinter
Increment the indentation for the next line.
IndentPrinter - class org.apache.xml.serialize.IndentPrinter.
Extends Printer and adds support for indentation and line wrapping.
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, short) - 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, short) - 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.AttrImpl
Move one or more node(s) to our list of children.
insertBefore(Node, Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
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 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.ranges.Range
Inserts a node into the Document or DocumentFragment 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, 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.SAXParser
Report an internal general entity declaration.
internalEntityDecl(int, int) - Method in class org.apache.xerces.parsers.DOMParser
<!ENTITY Name EntityValue> (internal)
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.SAXParser
Report an internal parameter entity declaration.
internalPEDecl(int, int) - Method in class org.apache.xerces.parsers.DOMParser
<!ENTITY % Name EntityValue> (internal)
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.XMLDocumentHandler.DTDHandler
Supports DOM Level 2 internalSubset additions.
internalSubset(int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Supports DOM Level 2 internalSubset additions.
internalSubset(int) - Method in class org.apache.xerces.parsers.SAXParser
New callback from DOM Level 2.
internalSubset(int) - Method in class org.apache.xerces.parsers.DOMParser
Supports DOM Level 2 internalSubset additions.
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.ranges.RangeException
If the container of an boundary-point of a Range is being set to either a node of an invalid type or a node with an ancestor of an invalid type.
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).
isCoalescing() - Method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce parsers which converts CDATA nodes to Text nodes and appends it to the adjacent (if any) Text node.
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.
isExpandEntityReferences() - Method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce parsers which expand entity reference nodes.
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.
isIgnoringComments() - Method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce parsers which ignores comments.
isIgnoringElementContentWhitespace() - Method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce parsers which ignore "ignorable whitespace" when validated in the XML content during parse.
isKidOK(Node, Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Uses the kidOK lookup table to check whether the proposed tree structure is legal.
isNamespaceAware() - Method in class javax.xml.parsers.SAXParser
Indicates whether or not this parser is configured to understand namespaces.
isNamespaceAware() - Method in class javax.xml.parsers.DocumentBuilder
Indicates whether or not this parser is configured to understand namespaces.
isNamespaceAware() - Method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce parsers which are namespace aware.
isNamespaceAware() - Method in class javax.xml.parsers.SAXParserFactory
Indicates whether or not the factory is configured to produce parsers which are namespace aware.
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.
isPrintable(int) - Method in class org.apache.xml.serialize.EncodingInfo
Checks whether the specified character is printable or not.
isPrintable(int) - Method in class org.apache.xml.serialize.SieveEncodingInfo
Checks whether the specified character is printable or not.
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
Indicates whether or not this parser is configured to validate XML documents.
isValidating() - Method in class javax.xml.parsers.DocumentBuilder
Indicates whether or not this parser is configured to validate XML documents.
isValidating() - Method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce parsers which validate the XML content during parse.
isValidating() - Method in class javax.xml.parsers.SAXParserFactory
Indicates whether or not the factory is configured to produce parsers which validate the XML content during parse.
isXMLName(String) - Static method in class org.apache.xerces.dom.CoreDocumentImpl
Check the string against XML's definition of acceptable names for elements and attributes and so on using the XMLCharacterProperties utility class
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.AttrImpl
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.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 1.4.3
A B C D E F G H I J K L M N O P R S T U V W X _