XML for Java EA2
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 com.ibm.xml.framework.XMLDocumentScanner
 
callCharacters(int) - Method in class com.ibm.xml.framework.XMLParser
Calls characters.
callComment(int) - Method in class com.ibm.xml.framework.XMLDocumentScanner
 
callComment(int) - Method in class com.ibm.xml.framework.XMLParser
Calls comment.
callComment(int) - Method in class com.ibm.xml.framework.XMLDTDScanner
 
callEndDocument() - Method in class com.ibm.xml.framework.XMLDocumentScanner
 
callEndDocument() - Method in class com.ibm.xml.framework.XMLParser
Calls the end document.
callEndElement(int) - Method in class com.ibm.xml.framework.XMLDocumentScanner
 
callEndElement(int) - Method in class com.ibm.xml.framework.XMLParser
Calls end element.
callProcessingInstruction(int, int) - Method in class com.ibm.xml.framework.XMLDocumentScanner
 
callProcessingInstruction(int, int) - Method in class com.ibm.xml.framework.XMLParser
Calls processing instruction.
callProcessingInstruction(int, int) - Method in class com.ibm.xml.framework.XMLDTDScanner
 
callStartDocument(int, int, int) - Method in class com.ibm.xml.framework.XMLDocumentScanner
 
callStartDocument(int, int, int) - Method in class com.ibm.xml.framework.XMLParser
Calls the start document.
callStartElement(int) - Method in class com.ibm.xml.framework.XMLDocumentScanner
 
callStartElement(int) - Method in class com.ibm.xml.framework.XMLParser
Calls start element.
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 com.ibm.xml.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 com.ibm.xml.dom.CDATASectionImpl
Factory constructor for creating a CDATA section.
changed() - Method in class com.ibm.xml.dom.NodeImpl
Denotes that this node has changed.
changes - Variable in class com.ibm.xml.dom.DeepNodeListImpl
 
changes - Variable in class com.ibm.xml.dom.NamedNodeMapImpl
Changes.
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 com.ibm.xml.dom.CharacterDataImpl.
CharacterData is an abstract Node that can carry character data as its Value.
CharacterDataImpl(DocumentImpl, String) - Constructor for class com.ibm.xml.dom.CharacterDataImpl
Factory constructor.
characters(char[], int, int) - Method in class com.ibm.xml.parsers.DOMParser
Not called.
characters(char[], int, int) - Method in class com.ibm.xml.parsers.SAXParser
Characters.
characters(char[], int, int) - Method in class com.ibm.xml.framework.XMLParser
Characters.
characters(char[], int, int) - Method in interface com.ibm.xml.framework.XMLValidator
 
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 com.ibm.xml.parsers.DOMParser
Characters.
characters(int) - Method in class com.ibm.xml.parsers.SAXParser
Not called.
characters(int) - Method in class com.ibm.xml.framework.XMLParser
Characters.
characters(int) - Method in interface com.ibm.xml.framework.XMLValidator
 
checkContent(int, int, int[]) - Method in interface com.ibm.xml.framework.XMLValidator
 
checkForAttributeNameWithPEReference(char) - Method in class com.ibm.xml.framework.XMLDTDScanner
 
checkForElementTypeWithPEReference(char) - Method in class com.ibm.xml.framework.XMLDTDScanner
 
checkForNameWithPEReference(char) - Method in class com.ibm.xml.framework.XMLDTDScanner
 
checkForNmtokenWithPEReference(char) - Method in class com.ibm.xml.framework.XMLDTDScanner
 
checkXMLLangAttributeValue(int) - Method in class com.ibm.xml.framework.XMLDocumentScanner
 
CHUNK_MASK - Static variable in class com.ibm.xml.dom.DeferredDocumentImpl
Chunk mask.
CHUNK_SHIFT - Static variable in class com.ibm.xml.dom.DeferredDocumentImpl
Chunk shift.
CHUNK_SIZE - Static variable in class com.ibm.xml.dom.DeferredDocumentImpl
Chunk size.
clear() - Method in class org.xml.sax.helpers.AttributeListImpl
Clear the attribute list.
cloneMap() - Method in class com.ibm.xml.dom.NamedNodeMapImpl
Cloning a NamedNodeMap is a DEEP OPERATION; it always clones all the nodes contained in the map.
cloneNode(boolean) - Method in class com.ibm.xml.dom.NodeImpl
Returns a duplicate of a given node.
cloneNode(boolean) - Method in class com.ibm.xml.dom.ElementDefinitionImpl
Replicate this object.
cloneNode(boolean) - Method in class com.ibm.xml.dom.TextImpl
Clones this node.
cloneNode(boolean) - Method in class com.ibm.xml.dom.CDATASectionImpl
Returns a duplicate of a given node.
cloneNode(boolean) - Method in class com.ibm.xml.dom.ElementImpl
Return a duplicate copy of this Element.
cloneNode(boolean) - Method in class com.ibm.xml.dom.DocumentImpl
Deep-clone a document, including fixing ownerDoc for the cloned children.
cloneNode(boolean) - Method in class com.ibm.xml.dom.ProcessingInstructionImpl
Clones this node.
cloneNode(boolean) - Method in class com.ibm.xml.dom.DocumentTypeImpl
Clones the node.
cloneNode(boolean) - Method in class com.ibm.xml.dom.CommentImpl
 
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
 
com.ibm.xml.dom - package com.ibm.xml.dom
 
com.ibm.xml.dom.traversal - package com.ibm.xml.dom.traversal
 
com.ibm.xml.domx.traversal - package com.ibm.xml.domx.traversal
 
com.ibm.xml.framework - package com.ibm.xml.framework
 
com.ibm.xml.parsers - package com.ibm.xml.parsers
 
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 com.ibm.xml.parsers.DOMParser
Comment.
comment(int) - Method in class com.ibm.xml.parsers.SAXParser
Comment.
comment(int) - Method in class com.ibm.xml.framework.XMLParser
Comment.
CommentImpl - class com.ibm.xml.dom.CommentImpl.
Represents an XML (or HTML) comment.
CommentImpl(DocumentImpl, String) - Constructor for class com.ibm.xml.dom.CommentImpl
Factory constructor.
commentInDTD(int) - Method in class com.ibm.xml.parsers.SAXParser
 
commentInDTD(int) - Method in class com.ibm.xml.framework.XMLParser
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 com.ibm.xml.framework.XMLContentSpecNode
 
CONTENTSPECNODE_LEAF - Static variable in class com.ibm.xml.framework.XMLContentSpecNode
 
CONTENTSPECNODE_ONE_OR_MORE - Static variable in class com.ibm.xml.framework.XMLContentSpecNode
 
CONTENTSPECNODE_SEQ - Static variable in class com.ibm.xml.framework.XMLContentSpecNode
 
CONTENTSPECNODE_ZERO_OR_MORE - Static variable in class com.ibm.xml.framework.XMLContentSpecNode
 
CONTENTSPECNODE_ZERO_OR_ONE - Static variable in class com.ibm.xml.framework.XMLContentSpecNode
 
createAttribute(int, int, boolean) - Method in class com.ibm.xml.dom.DeferredDocumentImpl
Creates an attributes in the table.
createAttribute(String) - Method in class com.ibm.xml.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 com.ibm.xml.dom.DocumentImpl
Introduced in DOM Level 2.
createCDATASection(int, boolean) - Method in class com.ibm.xml.dom.DeferredDocumentImpl
Creates a CDATA section node in the table.
createCDATASection(String) - Method in class com.ibm.xml.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 com.ibm.xml.dom.DeferredDocumentImpl
Creates a comment node in the table.
createComment(String) - Method in class com.ibm.xml.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 com.ibm.xml.dom.DeferredDocumentImpl
Creates a document node in the table.
createDocument(String, String, DocumentType) - Method in class com.ibm.xml.dom.DOMImplementationImpl
Introduced in DOM Level 2.
createDocumentFragment() - Method in class com.ibm.xml.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 com.ibm.xml.dom.DeferredDocumentImpl
Creates a doctype.
createDocumentType(String, String, String) - Method in class com.ibm.xml.dom.DOMImplementationImpl
Introduced in DOM Level 2.
createDocumentType(String, String, String) - Method in class com.ibm.xml.dom.DocumentImpl
NON-DOM Factory method; creates a DocumentType having this Document as its OwnerDoc.
createElement(int, XMLAttrList, int) - Method in class com.ibm.xml.dom.DeferredDocumentImpl
Creates an element node in the table.
createElement(String) - Method in class com.ibm.xml.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 com.ibm.xml.dom.DeferredDocumentImpl
Creates an element definition in the table.
createElementDefinition(String) - Method in class com.ibm.xml.dom.DocumentImpl
NON-DOM Factory method: creates an element definition.
createElementNS(String, String) - Method in class com.ibm.xml.dom.DocumentImpl
Introduced in DOM Level 2.
createEntity(int, int, int, int) - Method in class com.ibm.xml.dom.DeferredDocumentImpl
Creates an entity in the table.
createEntity(String) - Method in class com.ibm.xml.dom.DocumentImpl
NON-DOM Factory method; creates an Entity having this Document as its OwnerDoc.
createEntityReference(int) - Method in class com.ibm.xml.dom.DeferredDocumentImpl
Creates an entity reference node in the table.
createEntityReference(String) - Method in class com.ibm.xml.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.
createNode(short) - Method in class com.ibm.xml.dom.DeferredDocumentImpl
Creates a node of the specified type.
createNodeIterator(Node, short, NodeFilter) - Method in class com.ibm.xml.dom.DocumentImpl
Introduced in DOM Level 2.
createNodeIterator(Node, short, NodeFilter) - Method in interface com.ibm.xml.domx.traversal.DocumentTraversal
 
createNodeIterator(Node, short, NodeFilter) - Method in interface com.ibm.xml.domx.traversal.DocumentTWIF
 
createNotation(int, int, int) - Method in class com.ibm.xml.dom.DeferredDocumentImpl
Creates a notation in the table.
createNotation(String) - Method in class com.ibm.xml.dom.DocumentImpl
NON-DOM Factory method; creates a Notation having this Document as its OwnerDoc.
createProcessingInstruction(int, int) - Method in class com.ibm.xml.dom.DeferredDocumentImpl
Creates a processing instruction node in the table.
createProcessingInstruction(String, String) - Method in class com.ibm.xml.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 com.ibm.xml.dom.DeferredDocumentImpl
Creates a text node in the table.
createTextNode(String) - Method in class com.ibm.xml.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, short, NodeFilter) - Method in class com.ibm.xml.dom.DocumentImpl
Introduced in DOM Level 2.
createTreeWalker(Node, short, NodeFilter) - Method in interface com.ibm.xml.domx.traversal.DocumentTraversal
 

XML for Java EA2
A B C D E F G H I K L M N O P R S T U V W X