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

T

T_ANY - Static variable in class com.ibm.xml.xpointer.XPointer
 
T_EXACT - Static variable in class com.ibm.xml.xpointer.XPointer
 
T_IMPLIED - Static variable in class com.ibm.xml.xpointer.XPointer
 
T_NAME - Static variable in class com.ibm.xml.xpointer.XPointer
 
T_NODE - Static variable in class com.ibm.xml.xpointer.Pointed
 
T_STRING - Static variable in class com.ibm.xml.xpointer.Pointed
 
T_STRINGINNODE - Static variable in class com.ibm.xml.xpointer.Pointed
 
TagHandler - interface com.ibm.xml.parser.TagHandler.
An interface for handling tag start and tag end events that are recognized by the XML4J parser.
Text - interface org.w3c.dom.Text.
The Text interface represents the textual content (termed character data in XML) of an Element or Attr.
TEXT_NODE - Static variable in interface org.w3c.dom.Node
 
ToNextSiblingTraversalException - exception com.ibm.xml.parser.ToNextSiblingTraversalException.
XML4J tree traversal exception which signals from a Visitor to the tree traversal algorithm that further traversal of the current Node's children should be ended because the visit on this portion of thee document object hierarchy has been successfully completed.
ToNextSiblingTraversalException() - Constructor for class com.ibm.xml.parser.ToNextSiblingTraversalException
Constructor for exception with no detail message.
ToNextSiblingTraversalException(String) - Constructor for class com.ibm.xml.parser.ToNextSiblingTraversalException
Constructor for exception with detail message.
toString() - Method in class com.ibm.xml.parser.ExternalID
Returns this external ID in the format it was declared: SYSTEM "systemID" or PUBLIC "publicID" "systemID".
toString() - Method in class com.ibm.xml.parser.CM2op
Returns the string representation of this left and right content model nodes and its associated separator language primitive.
toString() - Method in class com.ibm.xml.parser.InsertableElement
Returns this InsertableElement in XML format.
toString() - Method in class com.ibm.xml.parser.CMLeaf
Returns the string representation of this leaf content model node.
toString() - Method in class com.ibm.xml.parser.ContentModel
Returns this content model in XML format.
toString() - Method in class com.ibm.xml.parser.TXAttribute
Returns the value of this attribute.
toString() - Method in class com.ibm.xml.parser.CM1op
Returns the string representation of this content model node and its associated language primitive.
toString() - Method in class com.ibm.xml.parser.util.TreeFactory
 
toString() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeElement
 
toString() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeDTD
 
toString() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeText
 
toString() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeCDATASection
 
toString() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeComment
 
toString() - Method in class com.ibm.xml.parser.util.TreeFactory.TreePI
 
toString() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeStylesheetPI
 
toString() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeElementDecl
 
toString() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeAttlist
 
toString() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeAttDef
 
toString() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeEntity
 
toString() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeNotation
 
toString() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeGeneralReference
 
toString() - Method in class com.ibm.xml.parser.util.TreeFactory.TreePseudoNode
 
toString() - Method in class com.ibm.xml.xpointer.RelTermAttribute
Returns this attribute qualifier in the form of either: ,attr,#IMPLIED ,attr,* ,attr,name ,attr,"name"
toString() - Method in class com.ibm.xml.xpointer.XPointer
Returns this XPointer in the form of either: absoluteTerm absoluteTerm.otherTerm absoluteTerm.otherTerm.otherTerm... otherTerm otherTerm.otherTerm...
toString() - Method in class com.ibm.xml.xpointer.RelTerm
Returns this relative term in the form of either: keywordType(all) keywordType(instance) keywordType(all,elementName) keywordType(instance,elementName) keywordType(all,nodeType) keywordType(instance,nodeType) keywordType(all,elementName,attributes) keywordType(instance,elementName,attributes) keywordType(all,nodeType,attributes) keywordType(instance,nodeType,attributes)
toString() - Method in class com.ibm.xml.xpointer.StringTerm
Returns this string term in the form of either: string(all,"string") string(instance,"string") string(all,"string",end) string(instance,"string",end) string(all,"string",position) string(instance,"string",position) string(all,"string",end,length) string(instance,"string",end,length) string(all,"string",position,length) string(instance,"string",position,length)
toString() - Method in class com.ibm.xml.xpointer.SpanTerm
Returns this span term in the form of span(xbegin,xend).
toString() - Method in class com.ibm.xml.xpointer.XPointerParser
Returns a String representation of this XPointer instance.
toString() - Method in class com.ibm.xml.xpointer.AttrTerm
Returns this attribute term in the form of attr(name).
toString() - Method in class com.ibm.xml.xpointer.AbsTerm
Returns this absolute term in the form of either: root() origin() id(name) html("nameValue")
toString() - Method in class com.ibm.xml.omake.Regexp
Represents this instence in String.
toString() - Method in class org.xml.sax.SAXException
Convert this exception to a string.
toStringAttDef(AttDef, String) - Method in class com.ibm.xml.parser.util.TreeFactory
 
toStringAttlist(Attlist, String) - Method in class com.ibm.xml.parser.util.TreeFactory
 
toStringAttribute(TXAttribute, String) - Method in class com.ibm.xml.parser.util.TreeFactory
 
toStringCDATA(CDATASection, String) - Method in class com.ibm.xml.parser.util.TreeFactory
 
toStringComment(Comment, String) - Method in class com.ibm.xml.parser.util.TreeFactory
 
toStringDocument(TXDocument, String) - Method in class com.ibm.xml.parser.util.TreeFactory
 
toStringDTD(DTD, String) - Method in class com.ibm.xml.parser.util.TreeFactory
 
toStringElement(TXElement, String) - Method in class com.ibm.xml.parser.util.TreeFactory
 
toStringElementDecl(ElementDecl, String) - Method in class com.ibm.xml.parser.util.TreeFactory
 
toStringEntityDecl(EntityDecl, String) - Method in class com.ibm.xml.parser.util.TreeFactory
 
toStringGeneralReference(GeneralReference, String) - Method in class com.ibm.xml.parser.util.TreeFactory
 
toStringNotation(TXNotation, String) - Method in class com.ibm.xml.parser.util.TreeFactory
 
toStringPI(ProcessingInstruction, String) - Method in class com.ibm.xml.parser.util.TreeFactory
 
toStringPseudoNode(PseudoNode, String) - Method in class com.ibm.xml.parser.util.TreeFactory
 
toStringText(Text, String) - Method in class com.ibm.xml.parser.util.TreeFactory
 
toXMLString() - Method in class com.ibm.xml.parser.TXAttribute
Returns this Node in XML format, in name="value" format, and using the default character encoding.
toXMLString(String) - Method in class com.ibm.xml.parser.TXAttribute
Returns this Node in XML format, in name="value" format, and using the specified character encoding.
toXMLString(Writer) - Method in class com.ibm.xml.parser.Child
Returns this Node and any children in XML format using the default character encoding.
toXMLString(Writer, String) - Method in class com.ibm.xml.parser.Child
Returns this Node and any children in XML format using the specified character encoding.
ToXMLStringVisitor - class com.ibm.xml.parser.ToXMLStringVisitor.
ToXMLStringVisitor implements the Visitor interface in the visitor design pattern for the purpose of a toString operation on the various DOM- and XML4J-defined Nodes as the document object tree is traversed.
ToXMLStringVisitor(Writer) - Constructor for class com.ibm.xml.parser.ToXMLStringVisitor
Constructor for default encoding.
ToXMLStringVisitor(Writer, String) - Constructor for class com.ibm.xml.parser.ToXMLStringVisitor
Constructor for customized encoding.
traverse(Node) - Method in class com.ibm.xml.parser.TreeTraversal
Traverses the document object tree at the specified startNode.
traverse(Node) - Method in class com.ibm.xml.parser.NonRecursivePreorderTreeTraversal
Traverses the document object tree at the specified startNode.
traverse(Node) - Method in class com.ibm.xml.parser.util.RecursivePreorderTreeTraversal
Traverses the document object tree at the specified node.
TreeFactory - class com.ibm.xml.parser.util.TreeFactory.
A factory for Swing JTree class. Parser p = new Parser(...); TreeFactory doc = new TreeFactory(); p.setElementFactory(doc); p.readStream(...); tree = new JTree(doc);
TreeFactory.TreeAttDef - class com.ibm.xml.parser.util.TreeFactory.TreeAttDef.
 
TreeFactory.TreeAttDef(String) - Constructor for class com.ibm.xml.parser.util.TreeFactory.TreeAttDef
 
TreeFactory.TreeAttlist - class com.ibm.xml.parser.util.TreeFactory.TreeAttlist.
 
TreeFactory.TreeAttlist(String) - Constructor for class com.ibm.xml.parser.util.TreeFactory.TreeAttlist
 
TreeFactory.TreeCDATASection - class com.ibm.xml.parser.util.TreeFactory.TreeCDATASection.
 
TreeFactory.TreeCDATASection(String) - Constructor for class com.ibm.xml.parser.util.TreeFactory.TreeCDATASection
 
TreeFactory.TreeComment - class com.ibm.xml.parser.util.TreeFactory.TreeComment.
 
TreeFactory.TreeComment(String) - Constructor for class com.ibm.xml.parser.util.TreeFactory.TreeComment
 
TreeFactory.TreeDTD - class com.ibm.xml.parser.util.TreeFactory.TreeDTD.
 
TreeFactory.TreeDTD() - Constructor for class com.ibm.xml.parser.util.TreeFactory.TreeDTD
 
TreeFactory.TreeDTD(String, ExternalID) - Constructor for class com.ibm.xml.parser.util.TreeFactory.TreeDTD
 
TreeFactory.TreeElement - class com.ibm.xml.parser.util.TreeFactory.TreeElement.
 
TreeFactory.TreeElement(String) - Constructor for class com.ibm.xml.parser.util.TreeFactory.TreeElement
 
TreeFactory.TreeElementDecl - class com.ibm.xml.parser.util.TreeFactory.TreeElementDecl.
 
TreeFactory.TreeElementDecl(String, ContentModel) - Constructor for class com.ibm.xml.parser.util.TreeFactory.TreeElementDecl
 
TreeFactory.TreeEntity - class com.ibm.xml.parser.util.TreeFactory.TreeEntity.
 
TreeFactory.TreeEntity(String, ExternalID, boolean, String) - Constructor for class com.ibm.xml.parser.util.TreeFactory.TreeEntity
 
TreeFactory.TreeEntity(String, String, boolean) - Constructor for class com.ibm.xml.parser.util.TreeFactory.TreeEntity
 
TreeFactory.TreeGeneralReference - class com.ibm.xml.parser.util.TreeFactory.TreeGeneralReference.
 
TreeFactory.TreeGeneralReference(String) - Constructor for class com.ibm.xml.parser.util.TreeFactory.TreeGeneralReference
 
TreeFactory.TreeNotation - class com.ibm.xml.parser.util.TreeFactory.TreeNotation.
 
TreeFactory.TreeNotation(String, ExternalID) - Constructor for class com.ibm.xml.parser.util.TreeFactory.TreeNotation
 
TreeFactory.TreePI - class com.ibm.xml.parser.util.TreeFactory.TreePI.
 
TreeFactory.TreePI(String, String) - Constructor for class com.ibm.xml.parser.util.TreeFactory.TreePI
 
TreeFactory.TreePseudoNode - class com.ibm.xml.parser.util.TreeFactory.TreePseudoNode.
 
TreeFactory.TreePseudoNode(String) - Constructor for class com.ibm.xml.parser.util.TreeFactory.TreePseudoNode
 
TreeFactory.TreeStylesheetPI - class com.ibm.xml.parser.util.TreeFactory.TreeStylesheetPI.
 
TreeFactory.TreeStylesheetPI(String, String, String, String, String) - Constructor for class com.ibm.xml.parser.util.TreeFactory.TreeStylesheetPI
 
TreeFactory.TreeText - class com.ibm.xml.parser.util.TreeFactory.TreeText.
 
TreeFactory.TreeText(String) - Constructor for class com.ibm.xml.parser.util.TreeFactory.TreeText
 
TreeFactory() - Constructor for class com.ibm.xml.parser.util.TreeFactory
 
TreeTraversal - class com.ibm.xml.parser.TreeTraversal.
TreeTraversal defines the document object tree traversal mechanisms for used by the visitor design pattern.
TreeTraversal(Visitor) - Constructor for class com.ibm.xml.parser.TreeTraversal
Constructor.
TreeTraversalException - exception com.ibm.xml.parser.TreeTraversalException.
XML4J tree traversal exception which signals from a Visitor to the tree traversal algorithm that a correction is requested.
TreeTraversalException() - Constructor for class com.ibm.xml.parser.TreeTraversalException
Constructor for exception with no detail message.
TreeTraversalException(String) - Constructor for class com.ibm.xml.parser.TreeTraversalException
Constructor for exception with detail message.
trim(String) - Static method in class com.ibm.xml.parser.TXText
Trim all leading and trailing whitespace in the specified String.
trim(String, boolean, boolean) - Static method in class com.ibm.xml.parser.TXText
Conditionally trim all leading and trailing whitespace in the specified String.
TXAttribute - class com.ibm.xml.parser.TXAttribute.
The TXAttribute class implements the Attr interface as defined by the Document Object Model (DOM), and implements the namespace interface as defined by the W3C.
TXAttribute(String, String) - Constructor for class com.ibm.xml.parser.TXAttribute
Constructor.
TXCDATASection - class com.ibm.xml.parser.TXCDATASection.
The TXCDATASection class implements the CDATASection interface as defined by the Document Object Model (DOM).
TXCDATASection(String) - Constructor for class com.ibm.xml.parser.TXCDATASection
Constructor.
TXCharacterData - class com.ibm.xml.parser.TXCharacterData.
The TXCharacterData class implements the CharacterData interface as defined by the Document Object Model (DOM).
TXCharacterData() - Constructor for class com.ibm.xml.parser.TXCharacterData
 
TXComment - class com.ibm.xml.parser.TXComment.
The TXComment class implements the Comment interface as defined by the Document Object Model (DOM).
TXComment(String) - Constructor for class com.ibm.xml.parser.TXComment
Constructor.
TXDocument - class com.ibm.xml.parser.TXDocument.
The TXDocument class implements the Document interface as defined by the Document Object Model (DOM).
TXDocument() - Constructor for class com.ibm.xml.parser.TXDocument
Constructor.
TXDocumentFragment - class com.ibm.xml.parser.TXDocumentFragment.
 
TXDocumentFragment() - Constructor for class com.ibm.xml.parser.TXDocumentFragment
Constructor.
TXElement - class com.ibm.xml.parser.TXElement.
The TXElement class implements the Element interface as defined by the Document Object Model (DOM), and implements the namespace interface as defined by the W3C.
TXElement(String) - Constructor for class com.ibm.xml.parser.TXElement
Constructor.
TXNotation - class com.ibm.xml.parser.TXNotation.
The TXNotation class represents the definition of a notation within a DTD.
TXNotation(String, ExternalID) - Constructor for class com.ibm.xml.parser.TXNotation
Constructor.
TXPI - class com.ibm.xml.parser.TXPI.
The TXPI class implements the PI interface as defined by the Document Object Model (DOM), and implements the Namespace interface as defined by the W3C.
TXPI(String, String) - Constructor for class com.ibm.xml.parser.TXPI
Constructor.
TXText - class com.ibm.xml.parser.TXText.
The TXText class implements the Text interface as defined by the Document Object Model (DOM).
TXText(String) - Constructor for class com.ibm.xml.parser.TXText
Constructor.
type - Variable in class com.ibm.xml.xpointer.Pointed.Item
Type of node pointed to.

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