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

C

cacheAttrPool() - Method in class com.ibm.xml.framework.ParserState
 
cacheElementDeclPool() - Method in class com.ibm.xml.framework.ParserState
 
cacheStringPool() - Method in class com.ibm.xml.framework.ParserState
 
canHoldPCData - Variable in class com.ibm.xml.framework.InsertableElementsInfo
 
Catalog - interface com.ibm.xml.framework.Catalog.
Interface for implementing basic catalog support in the parser.
CDATA - Static variable in class com.ibm.xml.framework.AttDef
 
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 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(char[], int, int, boolean) - Method in class com.ibm.xml.parsers.NonValidatingTXDOMParser
Not called.
characters(char[], int, int, boolean) - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
Not called.
characters(char[], int, int, boolean) - Method in class com.ibm.xml.parsers.SAXParser
Characters.
characters(char[], int, int, boolean) - Method in class com.ibm.xml.parsers.NonValidatingParser
Not called.
characters(char[], int, int, boolean) - Method in interface com.ibm.xml.framework.XMLDocumentHandler
 
characters(int, boolean) - Method in class com.ibm.xml.parsers.NonValidatingTXDOMParser
 
characters(int, boolean) - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
Characters.
characters(int, boolean) - Method in class com.ibm.xml.parsers.SAXParser
Not called.
characters(int, boolean) - Method in class com.ibm.xml.parsers.NonValidatingParser
 
characters(int, boolean) - Method in interface com.ibm.xml.framework.XMLDocumentHandler
 
CHARDATA_RESULT_ALL_SPACE - Static variable in class com.ibm.xml.framework.XMLReader
 
CHARDATA_RESULT_CDEND - Static variable in class com.ibm.xml.framework.XMLReader
 
CHARDATA_RESULT_CHARDATA - Static variable in class com.ibm.xml.framework.XMLReader
 
CHARDATA_RESULT_INVALID_CHAR - Static variable in class com.ibm.xml.framework.XMLReader
 
CHARDATA_RESULT_MARKUP - Static variable in class com.ibm.xml.framework.XMLReader
 
CHARDATA_RESULT_REFERENCE - Static variable in class com.ibm.xml.framework.XMLReader
 
CHARDATA_RESULT_STATE_MASK - Static variable in class com.ibm.xml.framework.XMLReader
 
checkAttributes(int, int) - Method in interface com.ibm.xml.framework.XMLValidationHandler
Check that the attributes for an element are valid.
checkContent(int, int, int[]) - Method in interface com.ibm.xml.framework.XMLValidationHandler
Check that the content of an element is valid.
checkDeclaredElements() - Method in interface com.ibm.xml.framework.ElementDeclPool
Checks that all declared elements refer to declared elements in their content models.
checkEOF(int) - Method in class com.ibm.xml.framework.ChunkyByteArray
 
checkHandlers() - Method in class com.ibm.xml.parsers.NonValidatingTXDOMParser
 
checkHandlers() - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
 
checkHandlers() - Method in class com.ibm.xml.framework.XMLParser
 
checkIDRefNames() - Method in interface com.ibm.xml.framework.XMLValidationHandler
Check that all ID references were to ID attributes present in the document.
checkIdRefs() - Method in interface com.ibm.xml.framework.ElementDeclPool
 
checkNamespace(int, int) - Method in interface com.ibm.xml.framework.ElementDeclPool
 
checkRootElementName(int) - Method in interface com.ibm.xml.framework.XMLValidationHandler
Check that the root element name is valid.
checkUnparsedEntities() - Method in interface com.ibm.xml.framework.EntityPool
Checks that all of the declared unparsed entites refer to declared notations.
childCount - Variable in class com.ibm.xml.framework.InsertableElementsInfo
 
CHUNK_MASK - Static variable in class com.ibm.xml.framework.ChunkyCharArray
 
CHUNK_MASK - Static variable in class com.ibm.xml.dom.DeferredDocumentImpl
Chunk mask.
CHUNK_SHIFT - Static variable in class com.ibm.xml.framework.ChunkyCharArray
 
CHUNK_SHIFT - Static variable in class com.ibm.xml.dom.DeferredDocumentImpl
Chunk shift.
CHUNK_SIZE - Static variable in class com.ibm.xml.framework.ChunkyCharArray
 
CHUNK_SIZE - Static variable in class com.ibm.xml.dom.DeferredDocumentImpl
Chunk size.
chunkFor(int) - Method in class com.ibm.xml.framework.ChunkyCharArray.CharArrayChunk
 
ChunkyByteArray - class com.ibm.xml.framework.ChunkyByteArray.
 
ChunkyByteArray(InputStream) - Constructor for class com.ibm.xml.framework.ChunkyByteArray
 
ChunkyCharArray - class com.ibm.xml.framework.ChunkyCharArray.
 
ChunkyCharArray.CharArrayChunk - class com.ibm.xml.framework.ChunkyCharArray.CharArrayChunk.
 
ChunkyCharArray.CharArrayChunk(ChunkyCharArray, ChunkyCharArray.CharArrayChunk) - Constructor for class com.ibm.xml.framework.ChunkyCharArray.CharArrayChunk
 
ChunkyCharArray.CharArrayChunk(ChunkyCharArray, StringPool, ChunkyCharArray.CharArrayChunk) - Constructor for class com.ibm.xml.framework.ChunkyCharArray.CharArrayChunk
 
ChunkyCharArray(StringPool) - Constructor for class com.ibm.xml.framework.ChunkyCharArray
Constructor
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.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.NonValidatingTXDOMParser
 
comment(int) - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
Comment.
comment(int) - Method in class com.ibm.xml.parsers.SAXParser
Comment.
comment(int) - Method in class com.ibm.xml.parsers.NonValidatingParser
 
comment(int) - Method in interface com.ibm.xml.framework.XMLDocumentHandler
 
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.
ContentModel - interface com.ibm.xml.framework.ContentModel.
ContentModel is an interface that can be used by your own custom validators to plug in various types of content models.
contentSpec - Variable in class com.ibm.xml.framework.ElementDecl
 
CONTENTSPEC_ANY - Static variable in class com.ibm.xml.framework.ElementDecl
 
CONTENTSPEC_CHILDREN - Static variable in class com.ibm.xml.framework.ElementDecl
 
CONTENTSPEC_EMPTY - Static variable in class com.ibm.xml.framework.ElementDecl
 
CONTENTSPEC_MIXED - Static variable in class com.ibm.xml.framework.ElementDecl
 
CONTENTSPEC_UNKNOWN - Static variable in class com.ibm.xml.framework.ElementDecl
 
ContentSpecNode - class com.ibm.xml.framework.ContentSpecNode.
Parameter object for the ElementDeclPool.getContentSpecNode() method
ContentSpecNode() - Constructor for class com.ibm.xml.framework.ContentSpecNode
 
contentSpecType - Variable in class com.ibm.xml.framework.ElementDecl
 
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.
createCDATASection(int) - 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.
createClump(int) - Method in class com.ibm.xml.framework.ChunkyCharArray.CharArrayChunk
 
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.
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) - Method in class com.ibm.xml.dom.DeferredDocumentImpl
Creates a doctype.
createDocumentType(String) - Method in class com.ibm.xml.dom.DocumentImpl
NON-DOM Factory method; creates a DocumentType having this Document as its OwnerDoc.
createElement(int, 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.
createEntity(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.
createNotation(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.
createReader(InputSource, boolean) - Method in interface com.ibm.xml.framework.XMLEntityHandler
Creates a parser reader object from the given input source.
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.
curChildren - Variable in class com.ibm.xml.framework.InsertableElementsInfo
 
currentOffset() - Method in class com.ibm.xml.framework.XMLReader
Return the current offset within this reader.

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