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

C

CachingParserPool - class org.apache.xerces.parsers.CachingParserPool.
 
CachingParserPool() - Constructor for class org.apache.xerces.parsers.CachingParserPool
 
CachingParserPool(GrammarPool) - Constructor for class org.apache.xerces.parsers.CachingParserPool
 
CachingParserPool(SymbolTable) - Constructor for class org.apache.xerces.parsers.CachingParserPool
 
CachingParserPool(SymbolTable, GrammarPool) - Constructor for class org.apache.xerces.parsers.CachingParserPool
 
cancelable - Variable in class org.apache.xerces.dom.events.EventImpl
 
CAPTURING_PHASE - Static variable in interface org.w3c.dom.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 - Static variable in class org.apache.xerces.dom.NamedNodeMapImpl
 
changed() - Method in class org.apache.xerces.dom.NodeImpl
Denotes that this node has changed.
changed() - Method in class org.apache.xerces.dom.ParentNode
Denotes that this node has changed.
changed() - Method in class org.apache.xerces.dom.ChildNode
Denotes that this node has changed.
changed() - Method in class org.apache.xerces.dom.ChildAndParentNode
Denotes that this node has changed.
changes - Variable in class org.apache.xerces.dom.ParentNode
Number of alterations made to this subtree since its creation.
changes - Variable in class org.apache.xerces.dom.ChildAndParentNode
Number of alterations made to this subtree since its creation.
changes - Variable in class org.apache.xerces.dom.DeepNodeListImpl
 
changes() - Method in class org.apache.xerces.dom.NodeImpl
Returns the number of changes to this node.
changes() - Method in class org.apache.xerces.dom.ParentNode
 
changes() - Method in class org.apache.xerces.dom.ChildAndParentNode
 
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 interface org.xml.sax.ContentHandler
Receive notification of character data.
characters(char[], int, int) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of character data inside an element.
characters(char[], int, int) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of character data.
characters(char[], int, int) - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 characters event.
characters(char[], int, int) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a character data event.
characters(char[], int, int) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 characters event.
characters(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of character data inside an element.
characters(XMLString) - Method in class org.apache.xerces.parsers.XMLDocumentParser
Character content.
characters(XMLString) - Method in class org.apache.xerces.parsers.SAXParser
 
characters(XMLString) - Method in class org.apache.xerces.parsers.DOMParser
Character content.
checkFeature(String) - Method in class org.apache.xerces.parsers.XMLParser
Check a feature.
checkFeature(String) - Method in class org.apache.xerces.parsers.XMLDocumentParser
Check a feature.
checkProperty(String) - Method in class org.apache.xerces.parsers.XMLParser
Check a property.
checkProperty(String) - Method in class org.apache.xerces.parsers.XMLDocumentParser
Check a property.
ChildAndParentNode - class org.apache.xerces.dom.ChildAndParentNode.
If we had multiple inheritance ChildAndParentNode would simply inherit both from ChildNode and ParentNode.
ChildAndParentNode() - Constructor for class org.apache.xerces.dom.ChildAndParentNode
Constructor for serialization.
ChildAndParentNode(DocumentImpl) - Constructor for class org.apache.xerces.dom.ChildAndParentNode
No public constructor; only subclasses of ParentNode should be instantiated, and those normally via a Document's factory methods
ChildNode - class org.apache.xerces.dom.ChildNode.
ChildNode inherits from NodeImpl and adds the capability of being a child by having references to its previous and next siblings.
ChildNode() - Constructor for class org.apache.xerces.dom.ChildNode
Constructor for serialization.
ChildNode(DocumentImpl) - Constructor for class org.apache.xerces.dom.ChildNode
No public constructor; only subclasses of Node should be instantiated, and those normally via a Document's factory methods
childrenElement(String) - Method in class org.apache.xerces.parsers.DTDParser
A referenced element in a children content model.
childrenElement(String) - Method in class org.apache.xerces.parsers.XMLDocumentParser
A referenced element in a children content model.
childrenEndGroup() - Method in class org.apache.xerces.parsers.DTDParser
The end of a children group.
childrenEndGroup() - Method in class org.apache.xerces.parsers.XMLDocumentParser
The end of a children group.
childrenOccurrence(short) - Method in class org.apache.xerces.parsers.DTDParser
The occurrence count for a child in a children content model.
childrenOccurrence(short) - Method in class org.apache.xerces.parsers.XMLDocumentParser
The occurrence count for a child in a children content model.
childrenSeparator(short) - Method in class org.apache.xerces.parsers.DTDParser
The separator between choices or sequences of a children content model.
childrenSeparator(short) - Method in class org.apache.xerces.parsers.XMLDocumentParser
The separator between choices or sequences of a children content model.
childrenStartGroup() - Method in class org.apache.xerces.parsers.DTDParser
The start of a children group.
childrenStartGroup() - Method in class org.apache.xerces.parsers.XMLDocumentParser
The start of a children group.
clear() - Method in class org.xml.sax.helpers.AttributesImpl
Clear the attribute list for reuse.
clear() - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Clear the attribute list.
clone() - Method in class org.apache.xerces.dom.DocumentImpl
Clone.
cloneContent(NamedNodeMapImpl) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
 
cloneContents() - Method in class org.apache.xerces.dom.RangeImpl
 
cloneContents() - Method in interface org.w3c.dom.range.Range
Duplicates the contents of a range
cloneMap(NodeImpl) - 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.
cloneMap(NodeImpl) - Method in class org.apache.xerces.dom.AttributeMap
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.ParentNode
Returns a duplicate of a given 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 class org.apache.xerces.dom.ChildNode
Returns a duplicate of a given node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.ElementDefinitionImpl
Replicate this object.
cloneNode(boolean) - Method in class org.apache.xerces.dom.EntityImpl
Clone node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.ChildAndParentNode
Returns a duplicate of a given node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.DocumentTypeImpl
Clones the node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.AttrImpl
 
cloneNode(boolean) - Method in class org.apache.xerces.dom.ElementImpl
Return a duplicate copy of this Element.
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.
cloneRange() - Method in class org.apache.xerces.dom.RangeImpl
 
cloneRange() - Method in interface org.w3c.dom.range.Range
Produces a new range whose boundary-points are equal to the boundary-points of the range.
code - Variable in class org.w3c.dom.DOMException
 
code - Variable in class org.w3c.dom.events.EventException
 
code - Variable in class org.w3c.dom.range.RangeException
 
collapse(boolean) - Method in class org.apache.xerces.dom.RangeImpl
 
collapse(boolean) - Method in interface org.w3c.dom.range.Range
Collapse a range onto one of its boundary-points
Comment - interface org.w3c.dom.Comment.
This interface inherits from CharacterData and 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(char[], int, int) - Method in interface org.xml.sax.ext.LexicalHandler
Report an XML comment anywhere in the document.
comment(XMLString) - Method in class org.apache.xerces.parsers.DTDParser
A comment.
comment(XMLString) - Method in class org.apache.xerces.parsers.XMLDocumentParser
A comment.
comment(XMLString) - Method in class org.apache.xerces.parsers.SAXParser
comment
comment(XMLString) - Method in class org.apache.xerces.parsers.DOMParser
A 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.
compareBoundaryPoints(short, Range) - Method in class org.apache.xerces.dom.RangeImpl
 
compareBoundaryPoints(short, Range) - Method in interface org.w3c.dom.range.Range
Compare the boundary-points of two ranges in a document.
ContentHandler - interface org.xml.sax.ContentHandler.
Receive notification of the logical content of a document.
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.
createAttributeNS(String, String) - Method in interface org.w3c.dom.Document
Creates an attribute of the given qualified name and namespace URI.
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(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(String, String, DocumentType) - Method in class org.apache.xerces.dom.DOMImplementationImpl
Introduced in DOM Level 2.
createDocument(String, String, DocumentType) - Method in interface org.w3c.dom.DOMImplementation
Creates an XML Document object of the specified type with its document element.
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(String, String, String) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM Factory method; creates a DocumentType having this Document as its OwnerDoc.
createDocumentType(String, String, String) - Method in class org.apache.xerces.dom.DOMImplementationImpl
Introduced in DOM Level 2.
createDocumentType(String, String, String) - Method in interface org.w3c.dom.DOMImplementation
Creates an empty DocumentType node.
createDOMParser() - Method in class org.apache.xerces.parsers.CachingParserPool
createDOMParser
createDTDParser() - Method in class org.apache.xerces.parsers.CachingParserPool
createDTDParser
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(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.
createElementNS(String, String) - Method in interface org.w3c.dom.Document
Creates an element of the given qualified name and namespace URI.
createEntity(String) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM Factory method; creates an Entity having this Document as its OwnerDoc.
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.w3c.dom.events.DocumentEvent
 
createNodeIterator(Node, int, NodeFilter, boolean) - Method in class org.apache.xerces.dom.DocumentImpl
Create and return a NodeIterator.
createNodeIterator(Node, int, NodeFilter, boolean) - Method in interface org.w3c.dom.traversal.DocumentTraversal
Create a new NodeIterator over the subtree rooted at the specified node.
createNodeIterator(Node, short, NodeFilter) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM extension: Create and return a NodeIterator.
createNotation(String) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM Factory method; creates a Notation having this Document as its OwnerDoc.
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.
createRange() - Method in class org.apache.xerces.dom.DocumentImpl
 
createRange() - Method in interface org.w3c.dom.range.DocumentRange
This interface can be obtained from the object implementing the Document interface using binding-specific casting methods.
createSAXParser() - Method in class org.apache.xerces.parsers.CachingParserPool
createSAXParser
createSchemaParser() - Method in class org.apache.xerces.parsers.CachingParserPool
createSchemaParser
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
Create and return a TreeWalker.
createTreeWalker(Node, int, NodeFilter, boolean) - Method in interface org.w3c.dom.traversal.DocumentTraversal
Create a new TreeWalker over the subtree rooted at the specified node.
createTreeWalker(Node, short, NodeFilter) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM extension: Create and return a TreeWalker.
createXMLReader() - Static method in class org.xml.sax.helpers.XMLReaderFactory
Attempt to create an XML reader from a system property.
createXMLReader(String) - Static method in class org.xml.sax.helpers.XMLReaderFactory
Attempt to create an XML reader from a class name.
currentNode - Variable in class org.apache.xerces.dom.events.EventImpl
 

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