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 _

C

callCharacters(int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Report the scanning of character data
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
callEndCDATA() - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal the end of a CDATA section
callEndDocument() - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal the end of a document
callEndDTD() - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
End of DTD.
callEndElement(int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
signal the scanning of an end element tag
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
callStandaloneIsYes() - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal standalone = "yes"
callStartCDATA() - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal the start of a CDATA section
callStartDocument() - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal the start of a document
callStartDTD() - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Start of DTD.
callStartElement(QName) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
signal the scanning of a start element tag
callTextDecl(int, int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal the Text declaration of an external entity.
callTextDecl(int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Signal the Text declaration of an external entity.
callXMLDecl(int, int, int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal the XML declaration of a document
cancelable - Variable in class org.apache.xerces.dom.events.EventImpl
 
CAPTURING_PHASE - Static variable in interface org.w3c.dom.events.Event
The current event phase is the capturing phase.
CDATA_SECTION_NODE - Static variable in interface org.w3c.dom.Node
The node is a CDATASection.
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(CoreDocumentImpl, 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.CoreDocumentImpl
Denotes that this node has changed.
changes - Variable in class org.apache.xerces.dom.DeepNodeListImpl
 
changes - Variable in class org.apache.xerces.dom.CoreDocumentImpl
Number of alterations made to this document since its creation.
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.CoreDocumentImpl
Returns the number of changes to this node.
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(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.CharacterDataImpl
Factory constructor.
characters(char[], int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler
callback for characters.
characters(char[], int, int) - Method in class org.apache.xerces.parsers.SAXParser
Characters.
characters(char[], int, int) - Method in class org.apache.xerces.parsers.DOMParser
 
characters(char[], int, int) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
characters(char[], int, int) - Method in class org.apache.xml.serialize.HTMLSerializer
 
characters(char[], int, int) - Method in class org.apache.xml.serialize.TextSerializer
 
characters(char[], int, int) - Method in class org.apache.html.dom.HTMLBuilder
 
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(int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler
callback for characters (string pool form).
characters(int) - Method in class org.apache.xerces.parsers.SAXParser
Not called.
characters(int) - Method in class org.apache.xerces.parsers.DOMParser
Characters.
characters(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Called to print the text contents in the prevailing element format.
characters(String) - Method in class org.apache.xml.serialize.HTMLSerializer
 
characters(String) - Method in class org.apache.html.dom.HTMLBuilder
 
characters(String, boolean) - Method in class org.apache.xml.serialize.TextSerializer
 
charFromName(String) - Static method in class org.apache.xml.serialize.HTMLdtd
Returns the value of an HTML character reference by its name.
checkForAttributeNameWithPEReference(XMLEntityHandler.EntityReader, char, QName) - Method in class org.apache.xerces.framework.XMLDTDScanner
 
checkForElementTypeWithPEReference(XMLEntityHandler.EntityReader, char, QName) - Method in class org.apache.xerces.framework.XMLDTDScanner
 
checkForNameWithPEReference(XMLEntityHandler.EntityReader, char) - Method in class org.apache.xerces.framework.XMLDTDScanner
 
checkForNmtokenWithPEReference(XMLEntityHandler.EntityReader, char) - Method in class org.apache.xerces.framework.XMLDTDScanner
 
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(CoreDocumentImpl) - 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
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.apache.xerces.framework.XMLContentSpec
Clears the values.
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.
click() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
click() - Method in interface org.w3c.dom.html.HTMLInputElement
Simulate a mouse-click.
clone() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Clone.
cloneContent(NamedNodeMapImpl) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
 
cloneContent(NamedNodeMapImpl) - Method in class org.apache.xerces.dom.AttributeMap
Override parent's method to set the ownerNode correctly
cloneContents() - Method in class org.apache.xerces.dom.RangeImpl
 
cloneContents() - Method in interface org.w3c.dom.ranges.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.ChildNode
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.AttrImpl
 
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.ElementDefinitionImpl
Replicate this object.
cloneNode(boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Deep-clone a document, including fixing ownerDoc for the cloned children.
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.EntityImpl
Clone node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.DocumentTypeImpl
Clones the node.
cloneNode(boolean) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
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.
cloneNode(CoreDocumentImpl, boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
internal method to share code with subclass
cloneRange() - Method in class org.apache.xerces.dom.RangeImpl
 
cloneRange() - Method in interface org.w3c.dom.ranges.Range
Produces a new Range whose boundary-points are equal to the boundary-points of the Range.
close() - Method in class org.apache.html.dom.HTMLDocumentImpl
 
close() - Method in interface org.w3c.dom.html.HTMLDocument
Closes a document stream opened by open() and forces rendering.
code - Variable in class org.w3c.dom.DOMException
 
code - Variable in class org.w3c.dom.events.EventException
 
code - Variable in class org.w3c.dom.ranges.RangeException
 
collapse(boolean) - Method in class org.apache.xerces.dom.RangeImpl
 
collapse(boolean) - Method in interface org.w3c.dom.ranges.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
The node is a Comment.
comment(char[], int, int) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
comment(char[], int, int) - Method in class org.apache.xml.serialize.TextSerializer
 
comment(char[], int, int) - Method in interface org.xml.sax.ext.LexicalHandler
Report an XML comment anywhere in the document.
comment(int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler
callback for comment.
comment(int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
Callback for comment in DTD.
comment(int) - Method in class org.apache.xerces.parsers.SAXParser
Comment.
comment(int) - Method in class org.apache.xerces.parsers.DOMParser
Comment.
comment(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
comment(String) - Method in class org.apache.xml.serialize.TextSerializer
 
CommentImpl - class org.apache.xerces.dom.CommentImpl.
Represents an XML (or HTML) comment.
CommentImpl(CoreDocumentImpl, 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.ranges.Range
Compare the boundary-points of two Ranges in a document.
content() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Must be called by a method about to print any type of content.
content() - Method in class org.apache.xml.serialize.TextSerializer
 
ContentHandler - interface org.xml.sax.ContentHandler.
Receive notification of the logical content of a document.
CONTENTSPECNODE_ALL - Static variable in class org.apache.xerces.framework.XMLContentSpec
Represents
CONTENTSPECNODE_ANY - Static variable in class org.apache.xerces.framework.XMLContentSpec
Represents any namespace specified namespace.
CONTENTSPECNODE_ANY_LAX - Static variable in class org.apache.xerces.framework.XMLContentSpec
prcessContent is 'lax'
CONTENTSPECNODE_ANY_NS - Static variable in class org.apache.xerces.framework.XMLContentSpec
Represents any namespace element (including "##local").
CONTENTSPECNODE_ANY_NS_LAX - Static variable in class org.apache.xerces.framework.XMLContentSpec
 
CONTENTSPECNODE_ANY_NS_SKIP - Static variable in class org.apache.xerces.framework.XMLContentSpec
 
CONTENTSPECNODE_ANY_OTHER - Static variable in class org.apache.xerces.framework.XMLContentSpec
Represents any other namespace (XML Schema: ##other).
CONTENTSPECNODE_ANY_OTHER_LAX - Static variable in class org.apache.xerces.framework.XMLContentSpec
 
CONTENTSPECNODE_ANY_OTHER_SKIP - Static variable in class org.apache.xerces.framework.XMLContentSpec
 
CONTENTSPECNODE_ANY_SKIP - Static variable in class org.apache.xerces.framework.XMLContentSpec
processContent is 'skip'
CONTENTSPECNODE_CHOICE - Static variable in class org.apache.xerces.framework.XMLContentSpec
Represents choice, '|'.
CONTENTSPECNODE_LEAF - Static variable in class org.apache.xerces.framework.XMLContentSpec
Name or #PCDATA.
CONTENTSPECNODE_ONE_OR_MORE - Static variable in class org.apache.xerces.framework.XMLContentSpec
Represents a one or more occurence count, '+'.
CONTENTSPECNODE_SEQ - Static variable in class org.apache.xerces.framework.XMLContentSpec
Represents sequence, ','.
CONTENTSPECNODE_ZERO_OR_MORE - Static variable in class org.apache.xerces.framework.XMLContentSpec
Represents a zero or more occurence count, '*'.
CONTENTSPECNODE_ZERO_OR_ONE - Static variable in class org.apache.xerces.framework.XMLContentSpec
Represents a zero or one occurence count, '?'.
CoreDocumentImpl - class org.apache.xerces.dom.CoreDocumentImpl.
The Document interface represents the entire HTML or XML document.
CoreDocumentImpl() - Constructor for class org.apache.xerces.dom.CoreDocumentImpl
NON-DOM: Actually creating a Document is outside the DOM's spec, since it has to operate in terms of a particular implementation.
CoreDocumentImpl(boolean) - Constructor for class org.apache.xerces.dom.CoreDocumentImpl
Constructor.
CoreDocumentImpl(DocumentType) - Constructor for class org.apache.xerces.dom.CoreDocumentImpl
For DOM2 support.
CoreDocumentImpl(DocumentType, boolean) - Constructor for class org.apache.xerces.dom.CoreDocumentImpl
For DOM2 support.
CoreDOMImplementationImpl - class org.apache.xerces.dom.CoreDOMImplementationImpl.
The DOMImplementation class is description of a particular implementation of the Document Object Model.
CoreDOMImplementationImpl() - Constructor for class org.apache.xerces.dom.CoreDOMImplementationImpl
 
createAttribute(int, int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates an attribute in the table.
createAttribute(int, int, int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates an attribute with a URI in the table.
createAttribute(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Factory method; creates an Attribute having this Document as its OwnerDoc.
createAttribute(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
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.CoreDocumentImpl
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.
createCaption() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
createCaption() - Method in interface org.w3c.dom.html.HTMLTableElement
Create a new table caption object or return an existing one.
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.CoreDocumentImpl
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.CoreDocumentImpl
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.
createDocument(String, String, DocumentType) - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
Introduced in DOM Level 2.
createDocument(String, String, DocumentType) - Method in class org.apache.wml.dom.WMLDOMImplementationImpl
 
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.CoreDocumentImpl
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.CoreDocumentImpl
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 class org.apache.xerces.dom.CoreDOMImplementationImpl
Introduced in DOM Level 2.
createDocumentType(String, String, String) - Method in interface org.w3c.dom.DOMImplementation
Creates an empty DocumentType node.
createElement(int, int, XMLAttrList, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates an element node with a URI in the table.
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.CoreDocumentImpl
Factory method; creates an Element having this Document as its OwnerDoc.
createElement(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
createElement(String) - Method in class org.apache.wml.dom.WMLDocumentImpl
 
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.CoreDocumentImpl
NON-DOM Factory method: creates an element definition.
createElementNS(String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Introduced in DOM Level 2.
createElementNS(String, String) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
createElementNS(String, String) - Method in interface org.w3c.dom.Document
Creates an element of the given qualified name and namespace URI.
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.CoreDocumentImpl
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.CoreDocumentImpl
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
 
createHTMLDocument(String) - Method in class org.apache.html.dom.HTMLDOMImplementationImpl
Create a new HTML document of the specified TITLE text.
createHTMLDocument(String) - Method in interface org.w3c.dom.html.HTMLDOMImplementation
Creates an HTMLDocument object with the minimal tree made of the following elements: HTML , HEAD , TITLE , and BODY .
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
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(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.CoreDocumentImpl
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.CoreDocumentImpl
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.ranges.DocumentRange
This interface can be obtained from the object implementing the Document interface using binding-specific casting methods.
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.CoreDocumentImpl
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.
createTFoot() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
createTFoot() - Method in interface org.w3c.dom.html.HTMLTableElement
Create a table footer row or return an existing one.
createTHead() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
createTHead() - Method in interface org.w3c.dom.html.HTMLTableElement
Create a table header row or return an existing one.
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.
currentTarget - Variable in class org.apache.xerces.dom.events.EventImpl
 

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 _