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

C

callCharacters(int) - Method in class org.apache.xerces.framework.XMLParser
Call the characters callback.
callCharacters(int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Report the scanning of character data
callComment(int) - Method in class org.apache.xerces.framework.XMLParser
Call the comment callback.
callComment(int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Report the scanning of a comment
callComment(int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Called when a comment has been scanned
callEndDocument() - Method in class org.apache.xerces.framework.XMLParser
Call the end document callback.
callEndDocument() - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal the end of a document
callEndElement(int) - Method in class org.apache.xerces.framework.XMLParser
Call the end element callback.
callEndElement(int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
signal the scanning of an end element tag
callProcessingInstruction(int, int) - Method in class org.apache.xerces.framework.XMLParser
Call the processing instruction callback.
callProcessingInstruction(int, int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Report the scanning of a processing instruction
callProcessingInstruction(int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Called when a processing instruction has been scanned
callStartDocument(int, int, int) - Method in class org.apache.xerces.framework.XMLParser
Call the start document callback.
callStartDocument(int, int, int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal the start of a document
callStartElement(int) - Method in class org.apache.xerces.framework.XMLParser
Call the start element callback.
callStartElement(int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
signal the scanning of a start element tag
CAPTURING_PHASE - Static variable in interface org.apache.xerces.domx.events.Event
 
CDATA_SECTION_NODE - Static variable in interface org.w3c.dom.Node
 
CDATASection - interface org.w3c.dom.CDATASection.
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup.
CDATASectionImpl - class org.apache.xerces.dom.CDATASectionImpl.
XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place.
CDATASectionImpl(DocumentImpl, String) - Constructor for class org.apache.xerces.dom.CDATASectionImpl
Factory constructor for creating a CDATA section.
changed() - Method in class org.apache.xerces.dom.NodeImpl
Denotes that this node has changed.
changeReaders() - Method in class org.apache.xerces.framework.XMLParser
This method is called by the reader subclasses at the end of input, and also by the scanner directly to force a reader change during error recovery.
changes - Variable in class org.apache.xerces.dom.DeepNodeListImpl
 
changes - Variable in class org.apache.xerces.dom.NamedNodeMapImpl
Changes.
CHAR_UNDEFINED - Static variable in interface org.apache.xerces.domx.events.UIEvent
 
CharacterData - interface org.w3c.dom.CharacterData.
The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM.
CharacterDataImpl - class org.apache.xerces.dom.CharacterDataImpl.
CharacterData is an abstract Node that can carry character data as its Value.
CharacterDataImpl(DocumentImpl, String) - Constructor for class org.apache.xerces.dom.CharacterDataImpl
Factory constructor.
characters(char[], int, int) - Method in class org.apache.xerces.parsers.DOMParser
Not called.
characters(char[], int, int) - Method in class org.apache.xerces.parsers.SAXParser
Characters.
characters(char[], int, int) - Method in class org.apache.xerces.framework.XMLParser
callback for characters.
characters(char[], int, int) - Method in interface org.apache.xerces.framework.XMLValidator
a callback for character data - String object version
characters(char[], int, int) - Method in class org.xml.sax.HandlerBase
Receive notification of character data inside an element.
characters(char[], int, int) - Method in interface org.xml.sax.DocumentHandler
Receive notification of character data.
characters(int) - Method in class org.apache.xerces.parsers.DOMParser
Characters.
characters(int) - Method in class org.apache.xerces.parsers.SAXParser
Not called.
characters(int) - Method in class org.apache.xerces.framework.XMLParser
callback for characters (string pool form).
characters(int) - Method in interface org.apache.xerces.framework.XMLValidator
a callback for character data - string pool version
checkContent(int, int, int[]) - Method in interface org.apache.xerces.framework.XMLValidator
validate an element's content
checkForAttributeNameWithPEReference(XMLEntityHandler.EntityReader, char) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Scan for an attribute name at a point in the grammar where parameter entity references are allowed.
checkForElementTypeWithPEReference(XMLEntityHandler.EntityReader, char) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Scan for an element type at a point in the grammar where parameter entity references are allowed.
checkForNameWithPEReference(XMLEntityHandler.EntityReader, char) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Scan for a Name at a point in the grammar where parameter entity references are allowed.
checkForNmtokenWithPEReference(XMLEntityHandler.EntityReader, char) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Scan for a name token at a point in the grammar where parameter entity references are allowed.
checkXMLLangAttributeValue(int) - Method in class org.apache.xerces.framework.XMLDocumentScanner
Check the value of an XML Language attribute
CHUNK_MASK - Static variable in class org.apache.xerces.dom.DeferredDocumentImpl
Chunk mask.
CHUNK_SHIFT - Static variable in class org.apache.xerces.dom.DeferredDocumentImpl
Chunk shift.
CHUNK_SIZE - Static variable in class org.apache.xerces.dom.DeferredDocumentImpl
Chunk size.
clear() - Method in class org.xml.sax.helpers.AttributeListImpl
Clear the attribute list.
cloneMap() - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Cloning a NamedNodeMap is a DEEP OPERATION; it always clones all the nodes contained in the map.
cloneNode(boolean) - Method in class org.apache.xerces.dom.NodeImpl
Returns a duplicate of a given node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.CommentImpl
 
cloneNode(boolean) - Method in class org.apache.xerces.dom.ElementDefinitionImpl
Replicate this object.
cloneNode(boolean) - Method in class org.apache.xerces.dom.TextImpl
Clones this node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.ProcessingInstructionImpl
Clones this node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.CDATASectionImpl
Returns a duplicate of a given node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.ElementImpl
Return a duplicate copy of this Element.
cloneNode(boolean) - Method in class org.apache.xerces.dom.DocumentTypeImpl
Clones the node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.DocumentImpl
Deep-clone a document, including fixing ownerDoc for the cloned children.
cloneNode(boolean) - Method in interface org.w3c.dom.Node
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
code - Variable in class org.w3c.dom.DOMException
 
Comment - interface org.w3c.dom.Comment.
This represents the content of a comment, i.e., all the characters between the starting '<!--' and ending '-->'.
COMMENT_NODE - Static variable in interface org.w3c.dom.Node
 
comment(int) - Method in class org.apache.xerces.parsers.DOMParser
Comment.
comment(int) - Method in class org.apache.xerces.parsers.SAXParser
Comment.
comment(int) - Method in class org.apache.xerces.framework.XMLParser
callback for comment.
CommentImpl - class org.apache.xerces.dom.CommentImpl.
Represents an XML (or HTML) comment.
CommentImpl(DocumentImpl, String) - Constructor for class org.apache.xerces.dom.CommentImpl
Factory constructor.
commentInDTD(int) - Method in class org.apache.xerces.parsers.SAXParser
 
commentInDTD(int) - Method in class org.apache.xerces.framework.XMLParser
Callback for comment in DTD.
Configurable - interface org.xml.sax.Configurable.
Interface for a configurable SAX2 parser.
ConfigurableParserAdapter - class org.xml.sax.helpers.ConfigurableParserAdapter.
Adapt a SAX1 parser to implement the Configurable interface.
ConfigurableParserAdapter(Parser) - Constructor for class org.xml.sax.helpers.ConfigurableParserAdapter
Construct a SAX2 parser by embedding another SAX parser.
CONTENTSPECNODE_CHOICE - Static variable in class org.apache.xerces.framework.XMLContentSpecNode
 
CONTENTSPECNODE_LEAF - Static variable in class org.apache.xerces.framework.XMLContentSpecNode
 
CONTENTSPECNODE_ONE_OR_MORE - Static variable in class org.apache.xerces.framework.XMLContentSpecNode
 
CONTENTSPECNODE_SEQ - Static variable in class org.apache.xerces.framework.XMLContentSpecNode
 
CONTENTSPECNODE_ZERO_OR_MORE - Static variable in class org.apache.xerces.framework.XMLContentSpecNode
 
CONTENTSPECNODE_ZERO_OR_ONE - Static variable in class org.apache.xerces.framework.XMLContentSpecNode
 
createAttribute(int, int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates an attributes in the table.
createAttribute(String) - Method in class org.apache.xerces.dom.DocumentImpl
Factory method; creates an Attribute having this Document as its OwnerDoc.
createAttribute(String) - Method in interface org.w3c.dom.Document
Creates an Attr of the given name.
createAttributeNS(String, String) - Method in class org.apache.xerces.dom.DocumentImpl
Introduced in DOM Level 2.
createCDATASection(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a CDATA section node in the table.
createCDATASection(String) - Method in class org.apache.xerces.dom.DocumentImpl
Factory method; creates a CDATASection having this Document as its OwnerDoc.
createCDATASection(String) - Method in interface org.w3c.dom.Document
Creates a CDATASection node whose value is the specified string.
createComment(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a comment node in the table.
createComment(String) - Method in class org.apache.xerces.dom.DocumentImpl
Factory method; creates a Comment having this Document as its OwnerDoc.
createComment(String) - Method in interface org.w3c.dom.Document
Creates a Comment node given the specified string.
createDocument() - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a document node in the table.
createDocument(String, String, DocumentType) - Method in class org.apache.xerces.dom.DOMImplementationImpl
Introduced in DOM Level 2.
createDocumentFragment() - Method in class org.apache.xerces.dom.DocumentImpl
Factory method; creates a DocumentFragment having this Document as its OwnerDoc.
createDocumentFragment() - Method in interface org.w3c.dom.Document
Creates an empty DocumentFragment object.
createDocumentType(int, int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a doctype.
createDocumentType(String, String, String) - Method in class org.apache.xerces.dom.DOMImplementationImpl
Introduced in DOM Level 2.
createDocumentType(String, String, String) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM Factory method; creates a DocumentType having this Document as its OwnerDoc.
createElement(int, XMLAttrList, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates an element node in the table.
createElement(String) - Method in class org.apache.xerces.dom.DocumentImpl
Factory method; creates an Element having this Document as its OwnerDoc.
createElement(String) - Method in interface org.w3c.dom.Document
Creates an element of the type specified.
createElementDefinition(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates an element definition in the table.
createElementDefinition(String) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM Factory method: creates an element definition.
createElementNS(String, String) - Method in class org.apache.xerces.dom.DocumentImpl
Introduced in DOM Level 2.
createEntity(int, int, int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates an entity in the table.
createEntity(String) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM Factory method; creates an Entity having this Document as its OwnerDoc.
createEntityReference(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates an entity reference node in the table.
createEntityReference(String) - Method in class org.apache.xerces.dom.DocumentImpl
Factory method; creates an EntityReference having this Document as its OwnerDoc.
createEntityReference(String) - Method in interface org.w3c.dom.Document
Creates an EntityReference object.
createEvent(String) - Method in class org.apache.xerces.dom.DocumentImpl
Introduced in DOM Level 2.
createEvent(String) - Method in interface org.apache.xerces.domx.events.DocumentEvent
 
createNode(short) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a node of the specified type.
createNodeIterator(Node, int, NodeFilter, boolean) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM extension: Create and return a NodeIterator.
createNodeIterator(Node, int, NodeFilter, boolean) - Method in interface org.apache.xerces.domx.traversal.DocumentTraversal
 
createNodeIterator(Node, short, NodeFilter) - Method in class org.apache.xerces.dom.DocumentImpl
Introduced in DOM Level 2.
createNodeIterator(Node, short, NodeFilter) - Method in interface org.apache.xerces.domx.traversal.DocumentTWIF
 
createNotation(int, int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a notation in the table.
createNotation(String) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM Factory method; creates a Notation having this Document as its OwnerDoc.
createProcessingInstruction(int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a processing instruction node in the table.
createProcessingInstruction(String, String) - Method in class org.apache.xerces.dom.DocumentImpl
Factory method; creates a ProcessingInstruction having this Document as its OwnerDoc.
createProcessingInstruction(String, String) - Method in interface org.w3c.dom.Document
Creates a ProcessingInstruction node given the specified name and data strings.
createTextNode(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a text node in the table.
createTextNode(String) - Method in class org.apache.xerces.dom.DocumentImpl
Factory method; creates a Text node having this Document as its OwnerDoc.
createTextNode(String) - Method in interface org.w3c.dom.Document
Creates a Text node given the specified string.
createTreeWalker(Node, int, NodeFilter, boolean) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM extension: Create and return a TreeWalker.
createTreeWalker(Node, int, NodeFilter, boolean) - Method in interface org.apache.xerces.domx.traversal.DocumentTraversal
 
createTreeWalker(Node, short, NodeFilter) - Method in class org.apache.xerces.dom.DocumentImpl
Introduced in DOM Level 2.

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