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

C

catalog - Variable in class com.ibm.xml.parser.Stderr
 
CDATA - Static variable in class com.ibm.xml.parser.AttDef
 
checkAllSpace(String) - Static method in class com.ibm.xml.parser.Util
Returns whether the specified string consists of only XML whitespace.
checkChildType(Node) - Method in class com.ibm.xml.parser.Parent
Check whether child is allowed to be insered in this node or not.
checkChildType(Node) - Method in class com.ibm.xml.parser.EntityDecl
Check whether child is allowed to be insered in this node or not.
checkChildType(Node) - Method in class com.ibm.xml.parser.TXDocumentFragment
Check whether child is allowed to be insered in this node or not.
checkChildType(Node) - Method in class com.ibm.xml.parser.TXDocument
Check whether child is allowed to be insered in this node or not.
checkChildType(Node) - Method in class com.ibm.xml.parser.TXElement
Check whether child is allowed to be insered in this node or not.
checkChildType(Node) - Method in class com.ibm.xml.parser.TXAttribute
Check whether child is allowed to be insered in this node or not.
checkChildType(Node) - Method in class com.ibm.xml.parser.GeneralReference
Check whether child is allowed to be insered in this node or not.
checkChildType(Node) - Method in class com.ibm.xml.parser.DTD
Check whether child is allowed to be insered in this node or not.
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.
checkNCName(String) - Static method in class com.ibm.xml.parser.Util
Returns whether the specified name conforms to NCName in `Namespaces in XML'.
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.
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
 
children() - Method in class com.ibm.xml.parser.util.TreeFactory
 
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.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
 
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.EntityDecl
Clone this EntityDecl using the appropriate factory.
clone() - Method in class com.ibm.xml.parser.TXDocumentFragment
 
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.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.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.
cloneNode(boolean) - Method in class com.ibm.xml.parser.Child
This method is defined by DOM.
cloneNode(boolean) - Method in class com.ibm.xml.parser.EntityDecl
Clone the EntityDecl node.
cloneNode(boolean) - Method in class com.ibm.xml.parser.TXDocumentFragment
 
cloneNode(boolean) - Method in class com.ibm.xml.parser.TXDocument
 
cloneNode(boolean) - Method in class com.ibm.xml.parser.TXElement
 
cloneNode(boolean) - Method in class com.ibm.xml.parser.TXAttribute
This method is defined by DOM.
cloneNode(boolean) - Method in class com.ibm.xml.parser.GeneralReference
This method is defined by DOM.
cloneNode(boolean) - Method in class com.ibm.xml.parser.DTD
 
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.
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.
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
 
collectNamespaceAttributes() - Method in class com.ibm.xml.parser.TXElement
Collect all xmlns: attributes in anchestors and set to this elemnent.
collectNamespaceAttributes() - Method in class com.ibm.xml.parser.GeneralReference
Call collectNamespaceAttributes() for each TXElement child.
collectNamespaceAttributes(Node) - Method in class com.ibm.xml.parser.TXElement
Collect all xmlns: attributes in anchestors and set to this elemnent.
collectNamespaceAttributes(Node) - Method in class com.ibm.xml.parser.GeneralReference
Call collectNamespaceAttributes() for each TXElement child.
com.ibm.xml.parser - package com.ibm.xml.parser
 
com.ibm.xml.parser.util - package com.ibm.xml.parser.util
 
com.ibm.xml.xpointer - package com.ibm.xml.xpointer
 
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.
ContentModel - class com.ibm.xml.parser.ContentModel.
ContentModel provides content model support for element declarations.
ContentModel(CMNode) - Constructor for class com.ibm.xml.parser.ContentModel
Constructor for content models of type MODEL_GROUP.
ContentModel(int) - Constructor for class com.ibm.xml.parser.ContentModel
Constructor for content models NOT of type MODEL_GROUP.
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.TXDocument
Create and initialize a AttDef instance using the supplied parameters.
createAttDef(String) - Method in class com.ibm.xml.parser.util.TreeFactory
 
createAttlist(String) - Method in class com.ibm.xml.parser.TXDocument
Create and initialize a Attlist instance using the supplied parameters.
createAttlist(String) - Method in class com.ibm.xml.parser.util.TreeFactory
 
createAttribute(String) - Method in class com.ibm.xml.parser.TXDocument
Create and return a new Attr.
createCDATASection(String) - Method in class com.ibm.xml.parser.TXDocument
Create and initialize a TXCDATASection instance using the supplied parameters.
createCDATASection(String) - Method in class com.ibm.xml.parser.util.TreeFactory
 
createComment(String) - Method in class com.ibm.xml.parser.TXDocument
Create and initialize a TXComment instance using the supplied parameters.
createComment(String) - Method in class com.ibm.xml.parser.util.TreeFactory
 
createContentModel(CMNode) - Method in class com.ibm.xml.parser.TXDocument
Create and initialize a ContentModel instance using the supplied parameters.
createContentModel(int) - Method in class com.ibm.xml.parser.TXDocument
Create and initialize a ContentModel instance using the supplied parameters.
createDocumentFragment() - Method in class com.ibm.xml.parser.TXDocument
This method is defined by DOM.
createDTD() - Method in class com.ibm.xml.parser.TXDocument
Create and initialize a DTD instance.
createDTD() - Method in class com.ibm.xml.parser.util.TreeFactory
 
createDTD(String, ExternalID) - Method in class com.ibm.xml.parser.TXDocument
Create and initialize a DTD instance using the supplied parameters.
createDTD(String, ExternalID) - Method in class com.ibm.xml.parser.util.TreeFactory
 
createElement(String) - Method in class com.ibm.xml.parser.TXDocument
Create and initialize a TXElement instance using the supplied parameters.
createElement(String) - Method in class com.ibm.xml.parser.util.TreeFactory
 
createElementDecl(String, ContentModel) - Method in class com.ibm.xml.parser.TXDocument
Create and initialize a ElementDecl instance using the supplied parameters.
createElementDecl(String, ContentModel) - Method in class com.ibm.xml.parser.util.TreeFactory
 
createEntity() - Method in class com.ibm.xml.parser.TXDocument
This method is defined by DOM.
createEntity(String, ExternalID, boolean, String) - Method in class com.ibm.xml.parser.util.TreeFactory
 
createEntityDecl(String, ExternalID, boolean, String) - Method in class com.ibm.xml.parser.TXDocument
Create and initialize a EntityDecl instance using the supplied parameters.
createEntityDecl(String, String, boolean) - Method in class com.ibm.xml.parser.TXDocument
Create and initialize a EntityDecl instance using the supplied parameters.
createEntityDecl(String, String, boolean) - Method in class com.ibm.xml.parser.util.TreeFactory
 
createEntityReference(String) - Method in class com.ibm.xml.parser.TXDocument
Create and initialize a EntityReference instance using the supplied parameters.
createEntityReference(String) - Method in class com.ibm.xml.parser.util.TreeFactory
 
createExpandedName() - Method in interface com.ibm.xml.parser.Namespace
Return an expanded name for this element or attribute.
createExpandedName() - Method in class com.ibm.xml.parser.TXElement
Returns an expanded name of this Element.
createExpandedName() - Method in class com.ibm.xml.parser.TXAttribute
Returns an expanded name of this attribute.
createMessageDigest() - Method in class com.ibm.xml.parser.TXDocument
Returns a newly created MessageDigest instance if none currently exists, or resets the existing digest.
createNotation(String, ExternalID) - Method in class com.ibm.xml.parser.TXDocument
Create and initialize a TXNotation instance using the supplied parameters.
createNotation(String, ExternalID) - Method in class com.ibm.xml.parser.util.TreeFactory
 
createProcessingInstruction(String, String) - Method in class com.ibm.xml.parser.TXDocument
Create and initialize a TXPI instance using the supplied parameters.
createProcessingInstruction(String, String) - Method in class com.ibm.xml.parser.util.TreeFactory
 
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.TXDocument
Create and initialize a StylesheetPI instance using the supplied parameters.
createStylesheetPI(String, String, String, String, String) - Method in class com.ibm.xml.parser.util.TreeFactory
 
createTextNode(char[], int, int, boolean) - Method in class com.ibm.xml.parser.TXDocument
Create and initialize a TXText instance using the supplied parameters.
createTextNode(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 initialize a TXText instance using the supplied parameters.
createTextNode(String, boolean) - Method in class com.ibm.xml.parser.TXDocument
Create and initialize a TXText instance using the supplied parameters.
createTextNode(String, boolean) - Method in class com.ibm.xml.parser.util.TreeFactory
 
currentIndent - Variable in class com.ibm.xml.parser.FormatPrintVisitor
 

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