XML for Java 2.0.0
A B C D E F G H I 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.
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.
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 interface com.ibm.xml.framework.XMLDocumentHandler
 
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.
checkEOF(int) - Method in class com.ibm.xml.framework.ChunkyByteArray
 
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_SHIFT - Static variable in class com.ibm.xml.framework.ChunkyCharArray
 
CHUNK_SIZE - Static variable in class com.ibm.xml.framework.ChunkyCharArray
 
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(StringPool) - Constructor for class com.ibm.xml.framework.ChunkyCharArray
Constructor
clear() - Method in class org.xml.sax.helpers.AttributeListImpl
Clear the attribute list.
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.framework - package com.ibm.xml.framework
 
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 interface com.ibm.xml.framework.XMLDocumentHandler
 
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(String) - Method in interface org.w3c.dom.Document
Creates an Attr of the given name.
createCDATASection(String) - Method in interface org.w3c.dom.Document
Creates a CDATASection node whose value is the specified string.
createComment(String) - Method in interface org.w3c.dom.Document
Creates a Comment node given the specified string.
createDocumentFragment() - Method in interface org.w3c.dom.Document
Creates an empty DocumentFragment object.
createElement(String) - Method in interface org.w3c.dom.Document
Creates an element of the type specified.
createEntityReference(String) - Method in interface org.w3c.dom.Document
Creates an EntityReference object.
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(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.0
A B C D E F G H I L M N O P R S T U V W X