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

T

TEXT. Static variable in interface org.w3c.dom.Node
TEXT. Static variable in interface org.w3c.dom.QueryTerm
TXAttribute class com.ibm.xml.parser.TXAttribute.
The TXAttribute class implements the Attribute 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.
TXAttributeList class com.ibm.xml.parser.TXAttributeList.
The TXAttributeList class implements the AttributeList interface as defined by the Document Object Model (DOM).
TXAttributeList(). Constructor for class com.ibm.xml.parser.TXAttributeList
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.
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.
TXDocumentContext class com.ibm.xml.parser.TXDocumentContext.
The DocumentContext class implements the DocumentContent interface as defined by the Document Object Model (DOM).
TXDocumentContext(). Constructor for class com.ibm.xml.parser.TXDocumentContext
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.
TXElement(TXDocument, String, String). Constructor for class com.ibm.xml.parser.TXElement
Constructor for namespace support.
TXNotation class com.ibm.xml.parser.TXNotation.
The TXNotation class implements the Notation interface as defined by the Document Object Model (DOM).
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.
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.
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.
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, String). Constructor for class com.ibm.xml.parser.ToXMLStringVisitor
Constructor for customized encoding.
ToXMLStringVisitor(Writer). Constructor for class com.ibm.xml.parser.ToXMLStringVisitor
Constructor for default encoding.
TreeFactory class com.ibm.xml.parser.util.TreeFactory.

A factory for Swing JTree class.

   Parser p = new Parser(...);
   p.setElementFactory(new TreeFactory());
   TXDocument doc = p.readStream(...);
   tree = new JTree((TreeNode)doc);
 
TreeFactory(). Constructor for class com.ibm.xml.parser.util.TreeFactory
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.TreeDocument class com.ibm.xml.parser.util.TreeFactory.TreeDocument.
TreeFactory.TreeDocument(). Constructor for class com.ibm.xml.parser.util.TreeFactory.TreeDocument
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, String, boolean). Constructor for 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.TreeGeneralReference class com.ibm.xml.parser.util.TreeFactory.TreeGeneralReference.
TreeFactory.TreeGeneralReference(String). Constructor for class com.ibm.xml.parser.util.TreeFactory.TreeGeneralReference
TreeFactory.TreeNamespacePI class com.ibm.xml.parser.util.TreeFactory.TreeNamespacePI.
TreeFactory.TreeNamespacePI(String, String, String, String, String). Constructor for class com.ibm.xml.parser.util.TreeFactory.TreeNamespacePI
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
TreeIterator interface org.w3c.dom.TreeIterator.
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.
toFirstChild(). Method in interface org.w3c.dom.TreeIterator
toFirstNode(). Method in interface org.w3c.dom.NodeIterator
toLastChild(). Method in interface org.w3c.dom.TreeIterator
toLastNode(). Method in interface org.w3c.dom.NodeIterator
toNextNode(). Method in interface org.w3c.dom.NodeIterator
toNextSibling(). Method in interface org.w3c.dom.TreeIterator
toNthChild(int). Method in interface org.w3c.dom.TreeIterator
toParent(). Method in interface org.w3c.dom.TreeIterator
toPrevNode(). Method in interface org.w3c.dom.NodeIterator
toPreviousSibling(). Method in interface org.w3c.dom.TreeIterator
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.TreeDocument
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.TreeNamespacePI
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:
toString(). Method in class com.ibm.xml.xpointer.XPointer
Returns this XPointer in the form of either:
toString(). Method in class com.ibm.xml.xpointer.RelTerm
Returns this relative term in the form of either:
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 interface org.w3c.dom.Attribute
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
toStringComment(Comment, String). Method in class com.ibm.xml.parser.util.TreeFactory
toStringDTD(DTD, String). Method in class com.ibm.xml.parser.util.TreeFactory
toStringDocument(TXDocument, 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
toStringEntity(Entity, 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(PI, 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(Writer, String). Method in class com.ibm.xml.parser.Child
Returns this Node and any children in XML format 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(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(). Method in class com.ibm.xml.parser.TXAttribute
Returns this Node in XML format, in name="value" format, and using the default character 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.
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.
type. Variable in class com.ibm.xml.xpointer.Pointed.Item
Type of node pointed to.

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