Contents | Package | Class | Tree | Deprecated | Index | Help XML for Java 1.0.4
PREV | NEXT SHOW LISTS | HIDE LISTS
A B C D E F G H I L M N O P Q R S T U V W X

C

CDATA. Static variable in interface org.w3c.dom.AttributeDefinition
CDATASection interface org.w3c.dom.CDATASection.
CM1op class com.ibm.xml.parser.CM1op.
CM1op provides content model support for content model nodes that contain the "*", "?", and "+" language primitives.
CM1op(int, CMNode). Constructor for class com.ibm.xml.parser.CM1op
Constructor.
CM2op class com.ibm.xml.parser.CM2op.
CM2op provides content model support for content model nodes that contain the "|", or "," language primitives.
CM2op(int, CMNode, CMNode). Constructor for class com.ibm.xml.parser.CM2op
Constructor.
CMLeaf class com.ibm.xml.parser.CMLeaf.
CMLeaf provides content model support for content model nodes that are leaf node; in other words, nodes which do not have associated language primitives and are not model groups.
CMLeaf(String). Constructor for class com.ibm.xml.parser.CMLeaf
Constructor.
CMNode class com.ibm.xml.parser.CMNode.
CMNode provides an abstract content model for use by CM1op, CM2op, and CMLeaf.
CMNode(). Constructor for class com.ibm.xml.parser.CMNode
CM_EOC. Static variable in class com.ibm.xml.parser.DTD
A constant symbol for use by getInsertableElements() and getAppendableElements() methods.
CM_ERROR. Static variable in class com.ibm.xml.parser.DTD
A constant symbol for use by getInsertableElements() and getAppendableElements() methods.
CM_PCDATA. Static variable in class com.ibm.xml.parser.DTD
A constant symbol for use by getInsertableElements() and getAppendableElements() methods.
COMMENT. Static variable in interface org.w3c.dom.Node
Child class com.ibm.xml.parser.Child.
The Child class implements the Node interface as defined by the Document Object Model (DOM).
Child(). Constructor for class com.ibm.xml.parser.Child
Comment interface org.w3c.dom.Comment.
ContentModel class com.ibm.xml.parser.ContentModel.
ContentModel provides content model support for element declarations.
ContentModel(int). Constructor for class com.ibm.xml.parser.ContentModel
Constructor for content models NOT of type MODEL_GROUP.
ContentModel(CMNode). Constructor for class com.ibm.xml.parser.ContentModel
Constructor for content models of type MODEL_GROUP.
catalog. Variable in class com.ibm.xml.parser.Stderr
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.
checkAllSpace(String). Static method in class com.ibm.xml.parser.Util
Returns whether the specified string consists of only XML whitespace.
checkContent(TXElement). Method in class com.ibm.xml.parser.DTD
Returns whether the specified element is declared in this DTD's internal and external subsets, AND whether it currently adheres to its defined content model (see ElementDecl for details).
checkEncoding(String). Static method in class com.ibm.xml.parser.Util
Returns whether the specified xmlEncoding conforms to an encoding name in XML 1.0.
checkID(String). Method in class com.ibm.xml.parser.DTD
Returns the Element associated with the specified id in the XML document.
checkLanguageID(String). Static method in class com.ibm.xml.parser.Util
Returns whether the specified languageID conforms to a language ID in XML 1.0.
checkName(String). Static method in class com.ibm.xml.parser.Util
Returns whether the specified name conforms to Name in XML 1.0.
checkNmtoken(String). Static method in class com.ibm.xml.parser.Util
Returns whether the specified nmtoken conforms to Nmtoken in XML 1.0.
checkVersionNum(String). Static method in class com.ibm.xml.parser.Util
Returns whether the specified versionNum conforms to a version numner in XML 1.0.
children(). Method in class com.ibm.xml.parser.util.TreeFactory.TreeDocument
children(). Method in class com.ibm.xml.parser.util.TreeFactory.TreeElement
children(). Method in class com.ibm.xml.parser.util.TreeFactory.TreeDTD
children(). Method in class com.ibm.xml.parser.util.TreeFactory.TreeText
children(). Method in class com.ibm.xml.parser.util.TreeFactory.TreeCDATASection
children(). Method in class com.ibm.xml.parser.util.TreeFactory.TreeComment
children(). Method in class com.ibm.xml.parser.util.TreeFactory.TreePI
children(). Method in class com.ibm.xml.parser.util.TreeFactory.TreeNamespacePI
children(). Method in class com.ibm.xml.parser.util.TreeFactory.TreeStylesheetPI
children(). Method in class com.ibm.xml.parser.util.TreeFactory.TreeElementDecl
children(). Method in class com.ibm.xml.parser.util.TreeFactory.TreeAttlist
children(). Method in class com.ibm.xml.parser.util.TreeFactory.TreeAttDef
children(). Method in class com.ibm.xml.parser.util.TreeFactory.TreeEntity
children(). Method in class com.ibm.xml.parser.util.TreeFactory.TreeNotation
children(). Method in class com.ibm.xml.parser.util.TreeFactory.TreeGeneralReference
children(). Method in class com.ibm.xml.parser.util.TreeFactory.TreePseudoNode
clear(). Method in class com.ibm.xml.parser.TXAttributeList
Removes all Attributes from this AttributeList.
clear(). Method in class org.xml.sax.helpers.AttributeListImpl
Clear the attribute list.
clearDigest(). Method in class com.ibm.xml.parser.Child
Clears the digest value for this Node and any ancestors.
clone(). Method in class com.ibm.xml.parser.Child
Clone this object.
clone(). Method in class com.ibm.xml.parser.AttDef
Clone this attribute definition using the appropriate factory.
clone(). Method in class com.ibm.xml.parser.TXAttributeList
Clone this TXAttributeList using the appropriate factory.
clone(). Method in class com.ibm.xml.parser.TXDocument
Clone this Document Node and its children using the appropriate factories.
clone(). Method in class com.ibm.xml.parser.TXComment
Clone this Comment Node using the appropriate factory.
clone(). Method in class com.ibm.xml.parser.TXPI
Clone this PI Node using the appropriate factory.
clone(). Method in class com.ibm.xml.parser.StylesheetPI
Clone this stylesheet PI Node using the appropriate factory.
clone(). Method in class com.ibm.xml.parser.NamespacePI
Clone this Namespace PI Node using the appropriate factory.
clone(). Method in class com.ibm.xml.parser.ElementDecl
Clone this element definition Node using the appropriate factory.
clone(). Method in class com.ibm.xml.parser.ContentModel
Clone this content model using the appropriate factory.
clone(). Method in class com.ibm.xml.parser.Attlist
Clone this attribute list Node and its children (AttDefs) using the appropriate factory.
clone(). Method in class com.ibm.xml.parser.TXNotation
Clone this Notation Node using the appropriate factory.
clone(). Method in class com.ibm.xml.parser.TXElement
Clone this Element Node and its children using the appropriate factories.
clone(). Method in class com.ibm.xml.parser.Entity
Clone this Entity using the appropriate factory.
clone(). Method in class com.ibm.xml.parser.TXAttribute
Clone this TXAttribute Node using the appropriate factory.
clone(). Method in class com.ibm.xml.parser.TXText
Clone this Text Node using the appropriate factory.
clone(). Method in class com.ibm.xml.parser.TXCDATASection
Clone this CDATASection using the appropriate factory.
clone(). Method in class com.ibm.xml.parser.GeneralReference
Clone this General Reference Node and its children using the appropriate factories.
clone(). Method in class com.ibm.xml.parser.PseudoNode
Clone this Pseudo Node using the appropriate factory.
clone(). Method in class com.ibm.xml.parser.DTD
Clone this DTD Node and its children using the appropriate factories.
cloneWithoutChildren(). Method in class com.ibm.xml.parser.TXElement
Clone this Element Node using the appropriate factory.
closeInputStream(Source). Method in class com.ibm.xml.parser.SAXDriver
This method is for XML4J-internal use and should not be called by SAX applications.
closeInputStream(Source). Method in interface com.ibm.xml.parser.StreamProducer
Interface to be implemented in order to remove the input stream currently in use.
closeInputStream(Source). Method in class com.ibm.xml.parser.Stderr

Removes the input stream currently in use.

closeInputStream(Source). Method in class com.ibm.xml.parser.Parser

Removes the input stream currently in use.

contains(String). Method in class com.ibm.xml.parser.AttDef
Returns whether the specified token is in the list of tokens that can be used as values for this enumerated attribute type; the returned value has no meaning for other attribute types.
contains(String). Method in class com.ibm.xml.parser.Attlist
Returns whether the specified attribute definition name is currently defined in this attribute list.
convert(String). Static method in class com.ibm.xml.parser.MIME2Java
Convert a MIME charset name, also known as an XML encoding name, to a Java encoding name.
convertValueToText(Object). Method in class com.ibm.xml.parser.util.TreeFactory
createAttDef(String). Method in class com.ibm.xml.parser.DefaultElementFactory
Create and initialize a AttDef instance using the supplied parameters.
createAttDef(String). Method in interface com.ibm.xml.parser.ElementFactory
Interface to be implemented for receiving control when the XML4J parser requires that a StylesheetPI instance be created and initialized.
createAttDef(String). Method in class com.ibm.xml.parser.util.TreeFactory
createAttlist(String). Method in class com.ibm.xml.parser.DefaultElementFactory
Create and initialize a Attlist instance using the supplied parameters.
createAttlist(String). Method in interface com.ibm.xml.parser.ElementFactory
Interface to be implemented for receiving control when the XML4J parser requires that an Attlist instance be created and initialized.
createAttlist(String). Method in class com.ibm.xml.parser.util.TreeFactory
createAttribute(String, Node). Method in class com.ibm.xml.parser.TXDocument
Create and return a new Attribute.
createAttribute(String, String). Method in class com.ibm.xml.parser.DefaultElementFactory
Create and initialize a TXAttribute instance using the supplied parameters.
createAttribute(String, String). Method in interface com.ibm.xml.parser.ElementFactory
Interface to be implemented for receiving control when the XML4J parser requires that a TXAttribute instance be created and initialized.
createAttribute(String, NodeList). Method in interface org.w3c.dom.DOMFactory
createAttribute(String, Node). Method in interface org.w3c.dom.Document
createAttributeList(). Method in class com.ibm.xml.parser.TXDocument
Create and return a new AttributeList.
createAttributeList(). Method in class com.ibm.xml.parser.DefaultElementFactory
Create and initialize a TXAttributeList instance.
createAttributeList(). Method in interface com.ibm.xml.parser.ElementFactory
Interface to be implemented for receiving control when the XML4J parser requires that a TXAttributeList instance be created and initialized.
createAttributeList(). Method in interface org.w3c.dom.Document
createCDATA(String). Method in class com.ibm.xml.parser.DefaultElementFactory
Create and initialize a TXCDATASection instance using the supplied parameters.
createCDATA(String). Method in class com.ibm.xml.parser.SAXDriver
This method is for XML4J-internal use and should not be called by SAX applications.
createCDATA(String). Method in interface com.ibm.xml.parser.ElementFactory
Interface to be implemented for receiving control when the XML4J parser requires that a TXCDATASection instance be created and initialized.
createCDATA(String). Method in class com.ibm.xml.parser.util.TreeFactory
createComment(String). Method in class com.ibm.xml.parser.TXDocument
Create and return a new Comment Node.
createComment(String). Method in class com.ibm.xml.parser.DefaultElementFactory
Create and initialize a TXComment instance using the supplied parameters.
createComment(String). Method in interface com.ibm.xml.parser.ElementFactory
Interface to be implemented for receiving control when the XML4J parser requires that a TXComment instance be created and initialized.
createComment(String). Method in class com.ibm.xml.parser.util.TreeFactory
createComment(String). Method in interface org.w3c.dom.DOMFactory
createComment(String). Method in interface org.w3c.dom.Document
createContentModel(int). Method in class com.ibm.xml.parser.DefaultElementFactory
Create and initialize a ContentModel instance using the supplied parameters.
createContentModel(CMNode). Method in class com.ibm.xml.parser.DefaultElementFactory
Create and initialize a ContentModel instance using the supplied parameters.
createContentModel(int). Method in interface com.ibm.xml.parser.ElementFactory
Interface to be implemented for receiving control when the XML4J parser requires that a content model instance be created and initialized of a type other than MODEL_GROUP.
createContentModel(CMNode). Method in interface com.ibm.xml.parser.ElementFactory
Interface to be implemented for receiving control when the XML4J parser requires that a content model instance be created and initialized of type MODEL_GROUP.
createDTD(). Method in class com.ibm.xml.parser.DefaultElementFactory
Create and initialize a DTD instance.
createDTD(String, ExternalID). Method in class com.ibm.xml.parser.DefaultElementFactory
Create and initialize a DTD instance using the supplied parameters.
createDTD(String, ExternalID). Method in class com.ibm.xml.parser.SAXDriver
This method is for XML4J-internal use and should not be called by SAX applications.
createDTD(). Method in interface com.ibm.xml.parser.ElementFactory
Interface to be implemented for receiving control when the XML4J parser requires that a DTD instance be created and initialized.
createDTD(String, ExternalID). Method in interface com.ibm.xml.parser.ElementFactory
Interface to be implemented for receiving control when the XML4J parser requires that a DTD instance be created and initialized.
createDTD(). Method in class com.ibm.xml.parser.util.TreeFactory
createDTD(String, ExternalID). Method in class com.ibm.xml.parser.util.TreeFactory
createDocument(). Method in class com.ibm.xml.parser.DefaultElementFactory
Create and initialize a TXDocument instance.
createDocument(). Method in interface com.ibm.xml.parser.ElementFactory
Interface to be implemented for receiving control when the XML4J parser requires that a TXDocument instance be created and initialized.
createDocument(). Method in class com.ibm.xml.parser.util.TreeFactory
createDocument(). Method in interface org.w3c.dom.DOMFactory
createDocument(String). Method in interface org.w3c.dom.DOM
createDocumentContext(). Method in class com.ibm.xml.parser.TXDocument
Create and return a new DocumentContext.
createDocumentContext(). Method in interface org.w3c.dom.DOMFactory
createDocumentContext(). Method in interface org.w3c.dom.Document
createElement(String, AttributeList). Method in class com.ibm.xml.parser.TXDocument
Create and return a new Element Node.
createElement(String). Method in class com.ibm.xml.parser.DefaultElementFactory
Create and initialize a TXElement instance using the supplied parameters.
createElement(String). Method in interface com.ibm.xml.parser.ElementFactory
Interface to be implemented for receiving control when the XML4J parser requires that a TXElement instance be created and initialized.
createElement(String). Method in class com.ibm.xml.parser.util.TreeFactory
createElement(String, AttributeList). Method in interface org.w3c.dom.DOMFactory
createElement(String, AttributeList). Method in interface org.w3c.dom.Document
createElementDecl(String, ContentModel). Method in class com.ibm.xml.parser.DefaultElementFactory
Create and initialize a ElementDecl instance using the supplied parameters.
createElementDecl(String, ContentModel). Method in interface com.ibm.xml.parser.ElementFactory
Interface to be implemented for receiving control when the XML4J parser requires that an ElementDecl instance be created and initialized.
createElementDecl(String, ContentModel). Method in class com.ibm.xml.parser.util.TreeFactory
createEntity(String, String, boolean). Method in class com.ibm.xml.parser.DefaultElementFactory
Create and initialize a Entity instance using the supplied parameters.
createEntity(String, ExternalID, boolean, String). Method in class com.ibm.xml.parser.DefaultElementFactory
Create and initialize a Entity instance using the supplied parameters.
createEntity(String, ExternalID, boolean, String). Method in class com.ibm.xml.parser.SAXDriver
This method is for XML4J-internal use and should not be called by SAX applications.
createEntity(String, String, boolean). Method in interface com.ibm.xml.parser.ElementFactory
Interface to be implemented for receiving control when the XML4J parser requires that an internal Entity instance be created and initialized.
createEntity(String, ExternalID, boolean, String). Method in interface com.ibm.xml.parser.ElementFactory
Interface to be implemented for receiving control when the XML4J parser requires that an external Entity instance be created and initialized.
createEntity(String, String, boolean). Method in class com.ibm.xml.parser.util.TreeFactory
createEntity(String, ExternalID, boolean, String). Method in class com.ibm.xml.parser.util.TreeFactory
createGeneralReference(String). Method in class com.ibm.xml.parser.DefaultElementFactory
Create and initialize a GeneralReference instance using the supplied parameters.
createGeneralReference(String). Method in interface com.ibm.xml.parser.ElementFactory
Interface to be implemented for receiving control when the XML4J parser requires that a general reference instance be created and initialized.
createGeneralReference(String). Method in class com.ibm.xml.parser.util.TreeFactory
createMessageDigest(). Method in class com.ibm.xml.parser.DefaultElementFactory
Returns a newly created MessageDigest instance if none currently exists, or resets the existing digest.
createMessageDigest(). Method in interface com.ibm.xml.parser.ElementFactory
Interface to be implemented for receiving control when the XML4J parser requires that a MessageDigest instance be created and initialized.
createNamespacePI(String, String, String, String, String). Method in class com.ibm.xml.parser.DefaultElementFactory
Create and initialize a NamespacePI instance using the supplied parameters.
createNamespacePI(String, String, String, String, String). Method in class com.ibm.xml.parser.SAXDriver
This method is for XML4J-internal use and should not be called by SAX applications.
createNamespacePI(String, String, String, String, String). Method in interface com.ibm.xml.parser.ElementFactory
Interface to be implemented for receiving control when the XML4J parser requires that a NamespacePI instance be created and initialized.
createNamespacePI(String, String, String, String, String). Method in class com.ibm.xml.parser.util.TreeFactory
createNotation(String, ExternalID). Method in class com.ibm.xml.parser.DefaultElementFactory
Create and initialize a TXNotation instance using the supplied parameters.
createNotation(String, ExternalID). Method in class com.ibm.xml.parser.SAXDriver
This method is for XML4J-internal use and should not be called by SAX applications.
createNotation(String, ExternalID). Method in interface com.ibm.xml.parser.ElementFactory
Interface to be implemented for receiving control when the XML4J parser requires that a TXNotation instance be created and initialized.
createNotation(String, ExternalID). Method in class com.ibm.xml.parser.util.TreeFactory
createPI(String, String). Method in class com.ibm.xml.parser.TXDocument
Create and return a new PI Node.
createPI(String, String). Method in class com.ibm.xml.parser.DefaultElementFactory
Create and initialize a TXPI instance using the supplied parameters.
createPI(String, String). Method in class com.ibm.xml.parser.SAXDriver
This method is for XML4J-internal use and should not be called by SAX applications.
createPI(String, String). Method in interface com.ibm.xml.parser.ElementFactory
Interface to be implemented for receiving control when the XML4J parser requires that a TXPI instance be created and initialized.
createPI(String, String). Method in class com.ibm.xml.parser.util.TreeFactory
createPI(String, String). Method in interface org.w3c.dom.DOMFactory
createPI(String, String). Method in interface org.w3c.dom.Document
createPseudoNode(String). Method in class com.ibm.xml.parser.util.TreeFactory
This method isn't ElementFactory's method.
createStylesheetPI(String, String, String, String, String). Method in class com.ibm.xml.parser.DefaultElementFactory
Create and initialize a StylesheetPI instance using the supplied parameters.
createStylesheetPI(String, String, String, String, String). Method in class com.ibm.xml.parser.SAXDriver
This method is for XML4J-internal use and should not be called by SAX applications.
createStylesheetPI(String, String, String, String, String). Method in interface com.ibm.xml.parser.ElementFactory
Interface to be implemented for receiving control when the XML4J parser requires that a StylesheetPI instance be created and initialized.
createStylesheetPI(String, String, String, String, String). Method in class com.ibm.xml.parser.util.TreeFactory
createText(String). Method in class com.ibm.xml.parser.DefaultElementFactory
Create and initialize a TXText instance using the supplied parameters.
createText(String, boolean). Method in class com.ibm.xml.parser.DefaultElementFactory
Create and initialize a TXText instance using the supplied parameters.
createText(char[], int, int, boolean). Method in class com.ibm.xml.parser.DefaultElementFactory
Create and initialize a TXText instance using the supplied parameters.
createText(char[], int, int, boolean). Method in class com.ibm.xml.parser.SAXDriver
This method is for XML4J-internal use and should not be called by SAX applications.
createText(String). Method in interface com.ibm.xml.parser.ElementFactory
Interface to be implemented for receiving control when the XML4J parser requires that a TXText instance be created and initialized with a default ignorable whitespace setting.
createText(String, boolean). Method in interface com.ibm.xml.parser.ElementFactory
Interface to be implemented for receiving control when the XML4J parser requires that a TXText instance be created and initialized with a specified ignorable whitespace setting.
createText(char[], int, int, boolean). Method in interface com.ibm.xml.parser.ElementFactory
Interface to be implemented for receiving control when the XML4J parser requires that a TXText instance be created and initialized with a specified ignorable whitespace setting.
createText(String, boolean). Method in class com.ibm.xml.parser.util.TreeFactory
createText(char[], int, int, boolean). Method in class com.ibm.xml.parser.util.TreeFactory
createTextNode(String). Method in class com.ibm.xml.parser.TXDocument
Create and return a new Text Node.
createTextNode(String). Method in interface org.w3c.dom.DOMFactory
createTextNode(String). Method in interface org.w3c.dom.Document
createTreeIterator(Node). Method in class com.ibm.xml.parser.TXDocument
createTreeIterator(Node). Method in interface org.w3c.dom.Document
currentIndent. Variable in class com.ibm.xml.parser.FormatPrintVisitor

A B C D E F G H I L M N O P Q R S T U V W X
Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS