All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- addElement(Child).
Method in class com.ibm.xml.parser.DTD
- Add child.
- addElement(Child).
Method in class com.ibm.xml.parser.Parent
- Add child.
- addElement(Child).
Method in class com.ibm.xml.parser.TXDocument
- Add child.
- addElement(Child).
Method in class com.ibm.xml.parser.TXNodeList
-
- addElementHandler(ElementHandler).
Method in class com.ibm.xml.parser.Parser
- Add ElementHandler for all Element.
- addElementHandler(ElementHandler, String).
Method in class com.ibm.xml.parser.Parser
- Add ElementHandler for specified Element.
- addNoRequiredAttributeHandler(NoRequiredAttributeHandler).
Method in class com.ibm.xml.parser.Parser
- Add NoRequiredAttributeHandler.
- addPIHandler(PIHandler).
Method in class com.ibm.xml.parser.Parser
- Add PIHandler.
- addPreRootHandler(PreRootHandler).
Method in class com.ibm.xml.parser.Parser
- Add PreRootHandler.
- appned(String).
Method in class com.ibm.xml.parser.TXText
- Append text.
- atEnd().
Method in interface org.w3c.dom.NodeEnumerator
-
- atStart().
Method in interface org.w3c.dom.NodeEnumerator
-
- AttDef(String).
Constructor for class com.ibm.xml.parser.AttDef
-
- backReference(String).
Static method in class com.ibm.xml.parser.Token
-
- backReference(String, String).
Static method in class com.ibm.xml.parser.Token
-
- backReferenceForEntity(String).
Static method in class com.ibm.xml.parser.Token
-
- backReferenceForEntity(String, String).
Static method in class com.ibm.xml.parser.Token
-
- checkAllSpace(String).
Static method in class com.ibm.xml.parser.Token
-
- checkContent(TXElement).
Method in class com.ibm.xml.parser.DTD
- Check if specified element has correct content.
- checkEncoding(String).
Static method in class com.ibm.xml.parser.Token
-
- checkID(String).
Method in class com.ibm.xml.parser.DTD
-
- checkLanguageID(String).
Static method in class com.ibm.xml.parser.Token
-
- checkName(String).
Static method in class com.ibm.xml.parser.Token
-
- checkNmtoken(String).
Static method in class com.ibm.xml.parser.Token
-
- checkVersionNum(String).
Static method in class com.ibm.xml.parser.Token
-
- Child().
Constructor for class com.ibm.xml.parser.Child
-
- clone().
Method in class com.ibm.xml.parser.AttDef
-
- clone().
Method in class com.ibm.xml.parser.Child
- Clone object.
- clone().
Method in class com.ibm.xml.parser.DTD
- Clone this instance.
- clone().
Method in class com.ibm.xml.parser.ElementDecl
- Clone object.
- clone().
Method in class com.ibm.xml.parser.Entity
- Clone object.
- clone().
Method in class com.ibm.xml.parser.NamespacePI
- Clone this object.
- clone().
Method in class com.ibm.xml.parser.TXAttribute
- Clone this object.
- clone().
Method in class com.ibm.xml.parser.TXCDATASection
- Clone this object.
- clone().
Method in class com.ibm.xml.parser.TXComment
- Clone this object.
- clone().
Method in class com.ibm.xml.parser.TXDocument
- Clone this instance including children.
- clone().
Method in class com.ibm.xml.parser.TXElement
- Clone this object and children.
- clone().
Method in class com.ibm.xml.parser.TXNotation
- Clone this object.
- clone().
Method in class com.ibm.xml.parser.TXPI
- Clone this object.
- clone().
Method in class com.ibm.xml.parser.TXText
- Clone this object.
- cloneWithoutChildren().
Method in class com.ibm.xml.parser.TXElement
- Clone this object without children.
- CM_ANY.
Static variable in class com.ibm.xml.parser.DTD
- Return value of getContentType(String).
- CM_EMPTY.
Static variable in class com.ibm.xml.parser.DTD
- Return value of getContentType(String).
- CM_EOC.
Static variable in class com.ibm.xml.parser.DTD
- A symbol for getInsertableElements() / getAppendableElements().
- CM_ERROR.
Static variable in class com.ibm.xml.parser.DTD
- A symbol for getInsertableElements() / getAppendableElements().
- CM_PCDATA.
Static variable in class com.ibm.xml.parser.DTD
- A symbol for getInsertableElements() / getAppendableElements().
- CM_REGULAR.
Static variable in class com.ibm.xml.parser.DTD
- Return value of getContentType(String).
- convert(String).
Static method in class com.ibm.xml.parser.MIME2Java
- Convert MIME charset name to Java encoding name.
- createAttribute(String, NodeList).
Method in interface org.w3c.dom.DOMFactory
-
- createCDATA(String).
Method in class com.ibm.xml.parser.DefaultElementFactory
- Create
TXCDATASection
instance.
- createCDATA(String).
Method in interface com.ibm.xml.parser.ElementFactory
- Create
TXCDATASection
instance.
- createCDATA(String).
Method in class com.ibm.xml.parser.SAXDriver
- Create
TXCDATASection
instance.
- createComment(String).
Method in class com.ibm.xml.parser.DefaultElementFactory
- Create
TXComment
instance.
- createComment(String).
Method in interface org.w3c.dom.DOMFactory
-
- createComment(String).
Method in interface com.ibm.xml.parser.ElementFactory
- Create
TXComment instance.
- createDocument().
Method in class com.ibm.xml.parser.DefaultElementFactory
- Create
TXDocument
instance.
- createDocument().
Method in interface org.w3c.dom.DOMFactory
-
- createDocument().
Method in interface com.ibm.xml.parser.ElementFactory
- Create
TXDocument instance.
- createDocumentContext().
Method in interface org.w3c.dom.DOMFactory
-
- createDTD().
Method in class com.ibm.xml.parser.DefaultElementFactory
- Create
DTD
instance.
- createDTD().
Method in interface com.ibm.xml.parser.ElementFactory
- Create
DTD instance.
- createDTD(String, ExternalID).
Method in class com.ibm.xml.parser.DefaultElementFactory
- Create
DTD
instance.
- createDTD(String, ExternalID).
Method in interface com.ibm.xml.parser.ElementFactory
- Create
DTD instance.
- createDTD(String, ExternalID).
Method in class com.ibm.xml.parser.SAXDriver
- Create
DTD
instance.
- createElement(String).
Method in class com.ibm.xml.parser.DefaultElementFactory
- Create
TXElement
instance.
- createElement(String).
Method in interface com.ibm.xml.parser.ElementFactory
- Create
TXElement
instance.
- createElement(String, AttributeList).
Method in interface org.w3c.dom.DOMFactory
-
- createElement(String, String, String).
Method in class com.ibm.xml.parser.DefaultElementFactory
- Create
TXElement
instance.
- createElement(String, String, String).
Method in interface com.ibm.xml.parser.ElementFactory
- Create
TXElement
instance.
- createPI(String, String).
Method in class com.ibm.xml.parser.DefaultElementFactory
- Create
TXPI
instance.
- createPI(String, String).
Method in interface org.w3c.dom.DOMFactory
-
- createPI(String, String).
Method in interface com.ibm.xml.parser.ElementFactory
- Create
TXPI instance.
- createPI(String, String).
Method in class com.ibm.xml.parser.SAXDriver
- Create
TXPI
instance.
- createText(String).
Method in class com.ibm.xml.parser.DefaultElementFactory
- Create
TXText
instance.
- createText(String).
Method in interface com.ibm.xml.parser.ElementFactory
- Create
TXText
instance.
- createText(String, boolean).
Method in class com.ibm.xml.parser.DefaultElementFactory
- Create
TXText
instance.
- createText(String, boolean).
Method in interface com.ibm.xml.parser.ElementFactory
- Create
TXText
instance.
- createText(String, boolean).
Method in class com.ibm.xml.parser.SAXDriver
- Create
TXText
instance.
- createTextNode(String).
Method in interface org.w3c.dom.DOMFactory
-
- D_FIXED.
Static variable in class com.ibm.xml.parser.AttDef
-
- D_IMPLIED.
Static variable in class com.ibm.xml.parser.AttDef
-
- D_NOFIXED.
Static variable in class com.ibm.xml.parser.AttDef
-
- D_REQUIRED.
Static variable in class com.ibm.xml.parser.AttDef
-
- DefaultElementFactory().
Constructor for class com.ibm.xml.parser.DefaultElementFactory
- Make new
DefaultElementFactory
instance.
- elementAt(int).
Method in class com.ibm.xml.parser.TXElement
- Return a child at specified position.
- elements().
Method in class com.ibm.xml.parser.AttDef
- Retrun valid values of this attribute in
String
.
- elements().
Method in class com.ibm.xml.parser.Parent
- Make new
NodeEnumerator
instance of children.
- ensureCapacity(int).
Method in class com.ibm.xml.parser.TXNodeList
-
- equals(Object).
Method in class com.ibm.xml.parser.TXAttribute
- Compare only attribute name, not attribute value.
- error(String, int, int, Object, String).
Method in interface com.ibm.xml.parser.ErrorListener
- This method is called by Parser when some error occurs.
- error(String, int, int, Object, String).
Method in class com.ibm.xml.parser.SAXDriver
-
- error(String, int, int, Object, String).
Method in class com.ibm.xml.parser.Stderr
- Print error to standard error stream.
- ExternalID(String).
Constructor for class com.ibm.xml.parser.ExternalID
- Make a new ExternalID instance like "SYSTEM url".
- ExternalID(String, String).
Constructor for class com.ibm.xml.parser.ExternalID
- Make a new ExternalID instance like "PUBLIC pubid url".
- getAllowedTokens().
Method in interface org.w3c.dom.AttributeDefinition
-
- getAppendableElements(TXElement, Hashtable).
Method in class com.ibm.xml.parser.DTD
-
- getAttribute(String).
Method in interface org.w3c.dom.AttributeList
-
- getAttribute(String).
Method in class com.ibm.xml.parser.TXElement
- Return value of specified attribute name.
- getAttributeArray().
Method in class com.ibm.xml.parser.TXElement
- Return array of Attribute.
- getAttributeDeclaration(String, String).
Method in class com.ibm.xml.parser.DTD
- Return declaration of specified attribute.
- getAttributeDeclarations(String).
Method in class com.ibm.xml.parser.DTD
- Return all attribute declarations of Element en
in Enumeration of AttDef.
- getAttributeDefinitions().
Method in interface org.w3c.dom.ElementDefinition
-
- getAttributeInstance(String).
Method in class com.ibm.xml.parser.TXElement
- Return an attribute instance.
- getAttributeNames().
Method in class com.ibm.xml.parser.SAXDriver
-
- getAttributes().
Method in interface org.w3c.dom.Element
-
- getAttributes().
Method in class com.ibm.xml.parser.TXElement
- [DOM]
- getCharLocation().
Method in class com.ibm.xml.parser.Token
-
- getChildren().
Method in class com.ibm.xml.parser.Child
- [DOM] Return
null
- getChildren().
Method in class com.ibm.xml.parser.DTD
- [DOM]
- getChildren().
Method in interface org.w3c.dom.Node
-
- getChildren().
Method in class com.ibm.xml.parser.Parent
- [DOM]
- getChildrenArray().
Method in class com.ibm.xml.parser.DTD
- Return internal subset of DTD.
- getChildrenArray().
Method in class com.ibm.xml.parser.Parent
- Make array of children.
- getConnector().
Method in interface org.w3c.dom.ModelGroup
-
- getContent().
Method in interface org.w3c.dom.CDATASection
-
- getContent().
Method in class com.ibm.xml.parser.EntityValue
-
- getContent().
Method in class com.ibm.xml.parser.TXCDATASection
- [DOM] Return data.
- getContentModel().
Method in interface org.w3c.dom.ElementDefinition
-
- getContentType().
Method in interface org.w3c.dom.ElementDefinition
-
- getContentType(String).
Method in class com.ibm.xml.parser.DTD
- Return content type of specified element.
- getCurrent().
Method in interface org.w3c.dom.NodeEnumerator
-
- getData().
Method in interface org.w3c.dom.Comment
-
- getData().
Method in interface org.w3c.dom.PI
-
- getData().
Method in interface org.w3c.dom.Text
-
- getData().
Method in class com.ibm.xml.parser.TXComment
- [DOM] Get comment.
- getData().
Method in class com.ibm.xml.parser.TXPI
- [DOM] Return data.
- getData().
Method in class com.ibm.xml.parser.TXText
- [DOM] Return data.
- getDeclaredType().
Method in interface org.w3c.dom.AttributeDefinition
-
- getDefault().
Method in class com.ibm.xml.parser.AttDef
-
- getDefaultType().
Method in interface org.w3c.dom.AttributeDefinition
-
- getDefaultValue().
Method in class com.ibm.xml.parser.AttDef
- Return default value.
- getDefaultValue().
Method in interface org.w3c.dom.AttributeDefinition
-
- getDocument().
Method in interface org.w3c.dom.DocumentContext
-
- getDocumentElement().
Method in interface org.w3c.dom.Document
-
- getDocumentElement().
Method in class com.ibm.xml.parser.TXDocument
- [DOM] Return a root element.
- getDocumentType().
Method in interface org.w3c.dom.Document
-
- getDocumentType().
Method in class com.ibm.xml.parser.TXDocument
- [DOM]
- getDTD().
Method in class com.ibm.xml.parser.TXDocument
- Return DTD instance.
- getElementDeclaration(String).
Method in class com.ibm.xml.parser.DTD
- Return an element declaration.
- getElementDeclarations().
Method in class com.ibm.xml.parser.DTD
- Return all element declarations
in Enumeration of
ElementDecl
.
- getElementsByTagName(String).
Method in interface org.w3c.dom.Document
-
- getElementsByTagName(String).
Method in class com.ibm.xml.parser.DTD
- [DOM] Not implemented.
- getElementsByTagName(String).
Method in interface org.w3c.dom.Element
-
- getElementsByTagName(String).
Method in class com.ibm.xml.parser.Parent
- [DOM] Search descendants for elements matched name.
- getElementTypes().
Method in interface org.w3c.dom.DocumentType
-
- getElementTypes().
Method in class com.ibm.xml.parser.DTD
- [DOM] Not implemented.
- getEncoding().
Method in class com.ibm.xml.parser.TXDocument
- Return encoding name.
- getEntities().
Method in class com.ibm.xml.parser.DTD
- Return
Enumeration
of EntityValue
.
- getEntityPublicID(String).
Method in class com.ibm.xml.parser.SAXDriver
-
- getEntitySystemID(String).
Method in class com.ibm.xml.parser.SAXDriver
-
- getEnumerator().
Method in interface org.w3c.dom.NamedNodeList
-
- getEnumerator().
Method in interface org.w3c.dom.NodeList
-
- getEnumerator().
Method in class com.ibm.xml.parser.TXNodeList
-
- getExceptions().
Method in interface org.w3c.dom.ElementDefinition
-
- getExternalID().
Method in class com.ibm.xml.parser.EntityValue
-
- getExternalSubset().
Method in interface org.w3c.dom.DocumentType
-
- getExternalSubset().
Method in class com.ibm.xml.parser.DTD
- [DOM] Not implemented.
- getFactory().
Method in interface org.w3c.dom.DOM
-
- getFileName().
Method in class com.ibm.xml.parser.Token
-
- getFirst().
Method in interface org.w3c.dom.NodeEnumerator
-
- getFirst().
Method in class com.ibm.xml.parser.Parent
- Return first child instance.
- getFirstChild().
Method in class com.ibm.xml.parser.Child
- [DOM] Return
null
- getFirstChild().
Method in class com.ibm.xml.parser.DTD
- [DOM]
- getFirstChild().
Method in interface org.w3c.dom.Node
-
- getFirstChild().
Method in class com.ibm.xml.parser.Parent
- [DOM] Return the first child.
- getInclusions().
Method in interface org.w3c.dom.ElementDefinition
-
- getInputStream(String).
Method in class com.ibm.xml.parser.Parser
- Create InputStream by StreamProducer.
- getInputStream(String, String, String).
Method in class com.ibm.xml.parser.Parser
- Create InputStream by StreamProducer.
- getInputStream(String, String, String).
Method in class com.ibm.xml.parser.SAXDriver
-
- getInputStream(String, String, String).
Method in class com.ibm.xml.parser.Stderr
- Produce InputStream from specified name.
- getInputStream(String, String, String).
Method in interface com.ibm.xml.parser.StreamProducer
- Open stream of specified name.
- getInsertableElements(TXElement, int, Hashtable).
Method in class com.ibm.xml.parser.DTD
- Make a table which shows what kind of Element you can inset to specified position of Element el.
- getInternalSubset().
Method in interface org.w3c.dom.DocumentType
-
- getInternalSubset().
Method in class com.ibm.xml.parser.DTD
- [DOM] Not implemented.
- getIsIgnorableWhitespace().
Method in interface org.w3c.dom.Text
-
- getIsIgnorableWhitespace().
Method in class com.ibm.xml.parser.TXText
- [DOM] Get ignoreable flag.
- getIsPublic().
Method in interface org.w3c.dom.Notation
-
- getIsPublic().
Method in class com.ibm.xml.parser.TXNotation
- [DOM] Return if an external ID is `PUBLIC'.
- getLanguage().
Method in class com.ibm.xml.parser.TXElement
- Return language ID (value of
xml:lang
attribute).
- getLanguage().
Method in class com.ibm.xml.parser.TXText
- Return language ID.
- getLast().
Method in interface org.w3c.dom.NodeEnumerator
-
- getLength().
Method in interface org.w3c.dom.AttributeList
-
- getLength().
Method in interface org.w3c.dom.NamedNodeList
-
- getLength().
Method in interface org.w3c.dom.NodeList
-
- getLength().
Method in class com.ibm.xml.parser.TXNodeList
-
- getLineNumber().
Method in class com.ibm.xml.parser.Token
-
- getName().
Method in class com.ibm.xml.parser.AttDef
- Return attribute name.
- getName().
Method in interface org.w3c.dom.Attribute
-
- getName().
Method in interface org.w3c.dom.AttributeDefinition
-
- getName().
Method in interface org.w3c.dom.DocumentType
-
- getName().
Method in class com.ibm.xml.parser.DTD
- [DOM] Get a root element name.
- getName().
Method in class com.ibm.xml.parser.ElementDecl
-
- getName().
Method in interface org.w3c.dom.ElementDefinition
-
- getName().
Method in interface org.w3c.dom.ElementToken
-
- getName().
Method in class com.ibm.xml.parser.EntityValue
-
- getName().
Method in interface org.w3c.dom.Notation
-
- getName().
Method in interface org.w3c.dom.PI
-
- getName().
Method in class com.ibm.xml.parser.TXAttribute
- [DOM] Return attribute name.
- getName().
Method in class com.ibm.xml.parser.TXElement
- Return a name of this element.
- getName().
Method in class com.ibm.xml.parser.TXNotation
- [DOM] Return name.
- getName().
Method in class com.ibm.xml.parser.TXPI
- [DOM] Return PI target.
- getNamespace().
Method in class com.ibm.xml.parser.NamespacePI
- Return namespace name of this namespace.
- getNamespace().
Method in class com.ibm.xml.parser.TXAttribute
- Return namespace.
- getNameSpace().
Method in class com.ibm.xml.parser.TXElement
- Return namespace.
- getNext().
Method in interface org.w3c.dom.NodeEnumerator
-
- getNextSibling().
Method in class com.ibm.xml.parser.Child
- [DOM]
- getNextSibling().
Method in interface org.w3c.dom.Node
-
- getNode(String).
Method in interface org.w3c.dom.NamedNodeList
-
- getNodeType().
Method in class com.ibm.xml.parser.DTD
- [DOM] Not impelmented.
- getNodeType().
Method in class com.ibm.xml.parser.ElementDecl
- [DOM] Not implemented.
- getNodeType().
Method in class com.ibm.xml.parser.Entity
- [DOM] Not implemented.
- getNodeType().
Method in interface org.w3c.dom.Node
-
- getNodeType().
Method in class com.ibm.xml.parser.TXAttribute
- [DOM] Return
Node.NodeType.ATTRIBUTE
- getNodeType().
Method in class com.ibm.xml.parser.TXComment
- [DOM] Return
Node.NodeType.COMMENT
- getNodeType().
Method in class com.ibm.xml.parser.TXDocument
- [DOM] Return
Node.NodeType.DOCUMENT
- getNodeType().
Method in class com.ibm.xml.parser.TXElement
- [DOM] Return
Node.NodeType.ELEMENT
- getNodeType().
Method in class com.ibm.xml.parser.TXNotation
- [DOM] Not impelmented.
- getNodeType().
Method in class com.ibm.xml.parser.TXPI
- [DOM] Return
Node.NodeType.PI
- getNodeType().
Method in class com.ibm.xml.parser.TXText
- [DOM] Return
Node.NodeType.TEXT
- getNotation(String).
Method in class com.ibm.xml.parser.DTD
- Return a notation with specified name.
- getNotationEnumeration().
Method in class com.ibm.xml.parser.DTD
- Return notations.
- getNotationName(String).
Method in class com.ibm.xml.parser.SAXDriver
-
- getNotationPublicID(String).
Method in class com.ibm.xml.parser.SAXDriver
-
- getNotations().
Method in interface org.w3c.dom.DocumentType
-
- getNotations().
Method in class com.ibm.xml.parser.DTD
- [DOM] Not implemented.
- getNotationSystemID(String).
Method in class com.ibm.xml.parser.SAXDriver
-
- getNumberOfErrors().
Method in class com.ibm.xml.parser.Parser
- Get a number of errors.
- getOccurrence().
Method in interface org.w3c.dom.ElementToken
-
- getOccurrence().
Method in interface org.w3c.dom.ModelGroup
-
- getParentNode().
Method in class com.ibm.xml.parser.Child
- [DOM] Return a parent of this.
- getParentNode().
Method in interface org.w3c.dom.Node
-
- getPrevious().
Method in interface org.w3c.dom.NodeEnumerator
-
- getPreviousSibling().
Method in class com.ibm.xml.parser.Child
- [DOM]
- getPreviousSibling().
Method in interface org.w3c.dom.Node
-
- getPubidLiteral().
Method in class com.ibm.xml.parser.ExternalID
-
- getPublicIdentifier().
Method in interface org.w3c.dom.Notation
-
- getPublicIdentifier().
Method in class com.ibm.xml.parser.TXNotation
- [DOM] Return public identifier.
- getQName().
Method in class com.ibm.xml.parser.TXAttribute
- Return qualified name.
- getQName().
Method in class com.ibm.xml.parser.TXElement
- Return qualified name.
- getRootElement().
Method in class com.ibm.xml.parser.TXDocument
- Return root Element.
- getRootName().
Method in class com.ibm.xml.parser.TXDocument
- Return a name of root element in the document, not in DTD.
- getSpecified().
Method in interface org.w3c.dom.Attribute
-
- getSpecified().
Method in class com.ibm.xml.parser.TXAttribute
- [DOM] Return `specified' flag.
- getStandalone().
Method in class com.ibm.xml.parser.TXDocument
- Return "yes" or "no".
- getStringValue().
Method in class com.ibm.xml.parser.TXAttribute
- Return attribute value in
String
.
- getSystemIdentifier().
Method in interface org.w3c.dom.Notation
-
- getSystemIdentifier().
Method in class com.ibm.xml.parser.TXNotation
- [URL] Return system identifier (URL).
- getSystemLiteral().
Method in class com.ibm.xml.parser.ExternalID
-
- getTagName().
Method in interface org.w3c.dom.Element
-
- getTagName().
Method in class com.ibm.xml.parser.TXElement
- [DOM] Return a name of this element.
- getText().
Method in class com.ibm.xml.parser.Child
- Print all text included in this element.
- getText().
Method in class com.ibm.xml.parser.DTD
- Return "".
- getText().
Method in class com.ibm.xml.parser.ElementDecl
- Return "".
- getText().
Method in class com.ibm.xml.parser.Entity
- Return "".
- getText().
Method in class com.ibm.xml.parser.TXAttribute
- Print all text included in this element.
- getText().
Method in class com.ibm.xml.parser.TXComment
- Return "".
- getText().
Method in class com.ibm.xml.parser.TXDocument
- Print all text included in this element.
- getText().
Method in class com.ibm.xml.parser.TXElement
- Make a string consisted of all child text.
- getText().
Method in class com.ibm.xml.parser.TXNotation
- Return "".
- getText().
Method in class com.ibm.xml.parser.TXPI
- Return "".
- getText().
Method in class com.ibm.xml.parser.TXText
- Return data.
- getTokens().
Method in interface org.w3c.dom.ModelGroup
-
- getType().
Method in class com.ibm.xml.parser.AttDef
-
- getType().
Method in class com.ibm.xml.parser.TXAttribute
- Return type of this attribute.
- getTypedValue().
Method in class com.ibm.xml.parser.TXAttribute
- Return structured values.
- getURL().
Method in class com.ibm.xml.parser.NamespacePI
- Return URL of this namespace.
- getUserData().
Method in class com.ibm.xml.parser.TXElement
- Return user data.
- getValue().
Method in interface org.w3c.dom.Attribute
-
- getValue().
Method in class com.ibm.xml.parser.TXAttribute
- [DOM] Return attribute value in a list of
Text
.
- getValue(String).
Method in class com.ibm.xml.parser.SAXDriver
-
- getVersion().
Method in class com.ibm.xml.parser.TXDocument
- Return XML version of the document.
- handleElement(TXElement).
Method in interface com.ibm.xml.parser.ElementHandler
- Called by parser when specified element is made.
- handleNoRequiredAttribute(TXElement, String).
Method in interface com.ibm.xml.parser.NoRequiredAttributeHandler
- Called as missing an attribute declared `#REQUIRED'.
- handlePI(String, String).
Method in interface com.ibm.xml.parser.PIHandler
- Called by parser as parsing PI (`<?...?>').
- handlePreRoot(TXDocument, String).
Method in interface com.ibm.xml.parser.PreRootHandler
- This method is called by the parser after parsing DTD before parsing root eleemnt.
- handleStartTag(TXElement, boolean).
Method in class com.ibm.xml.parser.SAXDriver
-
- handleStartTag(TXElement, boolean).
Method in interface com.ibm.xml.parser.StartTagHandler
- This method is called after parsing start tag and setting default attribute values
before parsing child elements.
- hasChildren().
Method in class com.ibm.xml.parser.Child
- [DOM] Return
false
- hasChildren().
Method in class com.ibm.xml.parser.DTD
- [DOM]
- hasChildren().
Method in interface org.w3c.dom.Node
-
- hasChildren().
Method in class com.ibm.xml.parser.Parent
- [DOM]
- IDs().
Method in class com.ibm.xml.parser.DTD
- Enumerate all IDs.
- index.
Variable in class com.ibm.xml.parser.InsertableElement
- Points error location when name field is
DTD.CM_ERROR
.
- indexOf(Node).
Method in class com.ibm.xml.parser.TXNodeList
-
- insert(Child, int).
Method in class com.ibm.xml.parser.DTD
-
- insert(Child, int).
Method in class com.ibm.xml.parser.Parent
- Insert a Child instance into specified position.
- insert(Child, int).
Method in class com.ibm.xml.parser.TXDocument
- Insert a Child instance into specified position.
- insert(long, Node).
Method in interface org.w3c.dom.EditableNodeList
-
- insert(long, Node).
Method in class com.ibm.xml.parser.TXNodeList
-
- InsertableElement(int).
Constructor for class com.ibm.xml.parser.InsertableElement
- Make new instance for
DTD.CM_ERROR
.
- InsertableElement(String).
Constructor for class com.ibm.xml.parser.InsertableElement
-
- InsertableElement(String, boolean).
Constructor for class com.ibm.xml.parser.InsertableElement
-
- insertAfter(Node, Node).
Method in class com.ibm.xml.parser.Parent
-
- insertAfterSilently(Node, Node).
Method in class com.ibm.xml.parser.Parent
-
- insertBefore(Node, Node).
Method in class com.ibm.xml.parser.Child
- [DOM] Do nothing
- insertBefore(Node, Node).
Method in class com.ibm.xml.parser.DTD
- [DOM]
- insertBefore(Node, Node).
Method in interface org.w3c.dom.Node
-
- insertBefore(Node, Node).
Method in class com.ibm.xml.parser.Parent
- [DOM]
- insertBeforeSilently(Node, Node).
Method in class com.ibm.xml.parser.DTD
-
- insertBeforeSilently(Node, Node).
Method in class com.ibm.xml.parser.Parent
-
- insertSilently(int, Child).
Method in class com.ibm.xml.parser.TXNodeList
-
- InvalidEncodingException().
Constructor for class com.ibm.xml.parser.InvalidEncodingException
- Constructs an
InvalidEncodingException
with no detail message.
- InvalidEncodingException(String).
Constructor for class com.ibm.xml.parser.InvalidEncodingException
- Constructs an
InvalidEncodingException
with the specified detail message.
- isApplySyntax().
Method in class com.ibm.xml.parser.TXDocument
- Return boolean if processor checks syntax.
- isAttributeDeclared(String, String).
Method in class com.ibm.xml.parser.DTD
- Check if declaration of specified attribute exists.
- isChar(char).
Static method in class com.ibm.xml.parser.XMLChar
-
- isElementDeclared(String).
Method in class com.ibm.xml.parser.DTD
- Check if specified element is declared.
- isEmpty().
Method in class com.ibm.xml.parser.TXElement
- Return if this element is empty.
- isEntity(String).
Method in class com.ibm.xml.parser.SAXDriver
-
- isExternal().
Method in class com.ibm.xml.parser.EntityValue
-
- isId(String).
Method in class com.ibm.xml.parser.SAXDriver
-
- isIdref(String).
Method in class com.ibm.xml.parser.SAXDriver
-
- isInternal().
Method in class com.ibm.xml.parser.EntityValue
-
- isLetter(char).
Static method in class com.ibm.xml.parser.XMLChar
-
- isNameChar(char).
Static method in class com.ibm.xml.parser.XMLChar
-
- isNDATA().
Method in class com.ibm.xml.parser.EntityValue
-
- isNotation(String).
Method in class com.ibm.xml.parser.SAXDriver
-
- isPreserveSpace().
Method in class com.ibm.xml.parser.TXElement
- Return if parser preserves spaces of texts and print() preserves spaces.
- isPublic().
Method in class com.ibm.xml.parser.ExternalID
-
- isSpace(char).
Static method in class com.ibm.xml.parser.XMLChar
-
- isSystem().
Method in class com.ibm.xml.parser.ExternalID
-
- isSystem().
Method in class com.ibm.xml.parser.TXNotation
- Return if an external ID is `SYSTEM'.
- item(long).
Method in interface org.w3c.dom.AttributeList
-
- item(long).
Method in interface org.w3c.dom.NamedNodeList
-
- item(long).
Method in interface org.w3c.dom.NodeList
-
- item(long).
Method in class com.ibm.xml.parser.TXNodeList
-
- itemSilently(int).
Method in class com.ibm.xml.parser.TXNodeList
-
- main(String[]).
Static method in class com.ibm.xml.parser.trlx
-
- makePrintable(String).
Static method in class com.ibm.xml.parser.TXText
-
- name.
Variable in class com.ibm.xml.parser.InsertableElement
- Element name or
DTD.CM_EOC
or DTD.CM_ERROR
or DTD.CM_PCDATA
.
- NamespacePI(String, String, String, String).
Constructor for class com.ibm.xml.parser.NamespacePI
- Make new NamespacePI instance.
- NoSuchNodeException().
Constructor for class org.w3c.dom.NoSuchNodeException
-
- NotMyChildException().
Constructor for class org.w3c.dom.NotMyChildException
-
- OccurrenceType().
Constructor for class org.w3c.dom.OccurrenceType
-
- OPT.
Variable in class org.w3c.dom.OccurrenceType
-
- Parent().
Constructor for class com.ibm.xml.parser.Parent
-
- parse(String, String).
Method in class com.ibm.xml.parser.SAXDriver
-
- Parser(String).
Constructor for class com.ibm.xml.parser.Parser
- Make parser instance with default ErrorListener and StreamProducer.
- Parser(String, ErrorListener, StreamProducer).
Constructor for class com.ibm.xml.parser.Parser
- Make parser instance with specified ErrorListener and StreamProducer.
- PLUS.
Variable in class org.w3c.dom.OccurrenceType
-
- prepareTable(String).
Method in class com.ibm.xml.parser.DTD
- Make a table for getInsertableElements() / getAppendableElements().
- print(PrintWriter).
Method in class com.ibm.xml.parser.TXDocument
- Print the document to specified stream in XML format.
- print(PrintWriter, int).
Method in class com.ibm.xml.parser.Child
- Print this Element in XML format, indented by indent spaces.
- print(PrintWriter, int).
Method in class com.ibm.xml.parser.TXComment
- Print.
- print(PrintWriter, int).
Method in class com.ibm.xml.parser.TXElement
- Print to Writer.
- print(PrintWriter, int).
Method in class com.ibm.xml.parser.TXText
- Print.
- print(PrintWriter, String).
Method in class com.ibm.xml.parser.TXDocument
- Print the document to specified stream in XML format.
- print(PrintWriter, String, int).
Method in class com.ibm.xml.parser.Child
- Print this Element in XML format, indented by indent spaces.
- print(PrintWriter, String, int).
Method in class com.ibm.xml.parser.DTD
- Print.
- print(PrintWriter, String, int).
Method in class com.ibm.xml.parser.ElementDecl
- Print this Element in XML format, indented by indent spaces.
- print(PrintWriter, String, int).
Method in class com.ibm.xml.parser.Entity
- Print this Element in XML format, indented by indent spaces.
- print(PrintWriter, String, int).
Method in class com.ibm.xml.parser.TXAttribute
- Do nothing.
- print(PrintWriter, String, int).
Method in class com.ibm.xml.parser.TXCDATASection
- Print.
- print(PrintWriter, String, int).
Method in class com.ibm.xml.parser.TXComment
- Print.
- print(PrintWriter, String, int).
Method in class com.ibm.xml.parser.TXDocument
- Print the document to specified stream in XML format.
- print(PrintWriter, String, int).
Method in class com.ibm.xml.parser.TXElement
- Print to Writer.
- print(PrintWriter, String, int).
Method in class com.ibm.xml.parser.TXNotation
- Print.
- print(PrintWriter, String, int).
Method in class com.ibm.xml.parser.TXPI
- Print this Element in XML format, indented by indent spaces.
- print(PrintWriter, String, int).
Method in class com.ibm.xml.parser.TXText
- Print.
- printSpace(PrintWriter, int).
Static method in class com.ibm.xml.parser.Child
- Print n spaces.
- readDTDStream(InputStream).
Method in class com.ibm.xml.parser.Parser
- Make DTD instance from InputStream.
- readStream(InputStream).
Method in class com.ibm.xml.parser.Parser
- Parse.
- registID(Element, String).
Method in class com.ibm.xml.parser.DTD
-
- remove(long).
Method in interface org.w3c.dom.EditableNodeList
-
- remove(long).
Method in class com.ibm.xml.parser.TXNodeList
-
- remove(String).
Method in interface org.w3c.dom.AttributeList
-
- remove(String).
Method in interface org.w3c.dom.NamedNodeList
-
- removeChild(Node).
Method in class com.ibm.xml.parser.Child
- [DOM] Do nothing.
- removeChild(Node).
Method in class com.ibm.xml.parser.DTD
- [DOM]
- removeChild(Node).
Method in interface org.w3c.dom.Node
-
- removeChild(Node).
Method in class com.ibm.xml.parser.Parent
- [DOM]
- removeChildSilently(Child).
Method in class com.ibm.xml.parser.Parent
-
- removeChildSilenty(Node).
Method in class com.ibm.xml.parser.DTD
-
- removeSilently(int).
Method in class com.ibm.xml.parser.TXNodeList
-
- REP.
Variable in class org.w3c.dom.OccurrenceType
-
- replace(long, Node).
Method in interface org.w3c.dom.EditableNodeList
-
- replace(long, Node).
Method in class com.ibm.xml.parser.TXNodeList
-
- replaceChild(Node, Node).
Method in class com.ibm.xml.parser.Child
- [DOM] Do nothing.
- replaceChild(Node, Node).
Method in class com.ibm.xml.parser.DTD
- [DOM]
- replaceChild(Node, Node).
Method in interface org.w3c.dom.Node
-
- replaceChild(Node, Node).
Method in class com.ibm.xml.parser.Parent
- [DOM]
- replaceChildSilently(Node, Child).
Method in class com.ibm.xml.parser.Parent
-
- replaceChildSilently(Node, Node).
Method in class com.ibm.xml.parser.DTD
-
- replaceSilently(int, Child).
Method in class com.ibm.xml.parser.TXNodeList
-
- reverse(String).
Static method in class com.ibm.xml.parser.MIME2Java
- Convert Java encoding name to MIME charset name.
- ripen().
Method in class com.ibm.xml.parser.TXElement
- Called by DefaultElementFactory.
- ripenElement(TXElement).
Method in class com.ibm.xml.parser.DefaultElementFactory
- Call
TXElement#ripen()
.
- ripenElement(TXElement).
Method in interface com.ibm.xml.parser.ElementFactory
- This method is called after parsing end-tag.
- ripenElement(TXElement).
Method in class com.ibm.xml.parser.SAXDriver
- Call
TXElement#ripen()
.
- S_SPACES.
Static variable in class com.ibm.xml.parser.XMLChar
-
- S_TYPESTR.
Static variable in class com.ibm.xml.parser.TXAttribute
-
- SAXDriver().
Constructor for class com.ibm.xml.parser.SAXDriver
-
- searchAncestors(String).
Method in class com.ibm.xml.parser.TXElement
- Search ancestors for an element.
- searchChildren(String).
Method in class com.ibm.xml.parser.TXElement
- Search children for an element.
- searchChildrenAll(String).
Method in class com.ibm.xml.parser.TXElement
- Search children for elements.
- searchDescendants(String).
Method in class com.ibm.xml.parser.Parent
- Search descendats for an element.
- searchDescendantsAll(String).
Method in class com.ibm.xml.parser.Parent
- Search descendants for elements matched name.
- setAllowedTokens(Vector).
Method in interface org.w3c.dom.AttributeDefinition
-
- setAllowJavaEncodingName(boolean).
Method in class com.ibm.xml.parser.Parser
- Set if the parser recognizes not only MIME charsets but also Java encoding names.
- setAttribute(Attribute).
Method in interface org.w3c.dom.Element
-
- setAttribute(Attribute).
Method in class com.ibm.xml.parser.TXElement
- [DOM] Set an attribute.
- setAttribute(String, Attribute).
Method in interface org.w3c.dom.AttributeList
-
- setAttribute(String, String).
Method in class com.ibm.xml.parser.TXElement
- Add an attribute.
- setAttribute(TXAttribute).
Method in class com.ibm.xml.parser.TXElement
- Add an attribute.
- setAttributeDefinitions(NamedNodeList).
Method in interface org.w3c.dom.ElementDefinition
-
- setAttributes(AttributeList).
Method in interface org.w3c.dom.Element
-
- setAttributes(AttributeList).
Method in class com.ibm.xml.parser.TXElement
- [DOM]
- setConnector(int).
Method in interface org.w3c.dom.ModelGroup
-
- setContent(String).
Method in interface org.w3c.dom.CDATASection
-
- setContent(String).
Method in class com.ibm.xml.parser.TXCDATASection
- [DOM] Set data.
- setContentModel(ModelGroup).
Method in interface org.w3c.dom.ElementDefinition
-
- setContentType(int).
Method in interface org.w3c.dom.ElementDefinition
-
- setData(String).
Method in interface org.w3c.dom.Comment
-
- setData(String).
Method in interface org.w3c.dom.PI
-
- setData(String).
Method in interface org.w3c.dom.Text
-
- setData(String).
Method in class com.ibm.xml.parser.TXComment
- [DOM] Set content of comment.
- setData(String).
Method in class com.ibm.xml.parser.TXPI
- [DOM] Set data.
- setData(String).
Method in class com.ibm.xml.parser.TXText
- [DOM] Set data.
- setDebugPrintName(boolean).
Method in class com.ibm.xml.parser.Parser
- Print parsing Name token to standard-error.
- setDeclaredType(int).
Method in interface org.w3c.dom.AttributeDefinition
-
- setDefault(int).
Method in class com.ibm.xml.parser.AttDef
-
- setDefaultType(int).
Method in interface org.w3c.dom.AttributeDefinition
-
- setDefaultValue(NodeList).
Method in interface org.w3c.dom.AttributeDefinition
-
- setDocument(Document).
Method in interface org.w3c.dom.DocumentContext
-
- setDocumentElement(Element).
Method in interface org.w3c.dom.Document
-
- setDocumentElement(Element).
Method in class com.ibm.xml.parser.TXDocument
- [DOM] Set a root element.
- setDocumentHandler(DocumentHandler).
Method in class com.ibm.xml.parser.SAXDriver
-
- setDocumentType(Node).
Method in interface org.w3c.dom.Document
-
- setDocumentType(Node).
Method in class com.ibm.xml.parser.TXDocument
- [DOM]
- setElementFactory(ElementFactory).
Method in class com.ibm.xml.parser.Parser
- Set ElementFactory.
- setElementTypes(NamedNodeList).
Method in interface org.w3c.dom.DocumentType
-
- setElementTypes(NamedNodeList).
Method in class com.ibm.xml.parser.DTD
- [DOM] Not implemented.
- setEncoding(String).
Method in class com.ibm.xml.parser.TXDocument
- Set encoding of the document.
- setEntityHandler(EntityHandler).
Method in class com.ibm.xml.parser.SAXDriver
-
- setErrorHandler(ErrorHandler).
Method in class com.ibm.xml.parser.SAXDriver
-
- setErrorNoByteMark(boolean).
Method in class com.ibm.xml.parser.Parser
- Set if the parser treats an input without byte order mark as error.
- setExceptions(Vector).
Method in interface org.w3c.dom.ElementDefinition
-
- setExternalSubset(NodeList).
Method in interface org.w3c.dom.DocumentType
-
- setExternalSubset(NodeList).
Method in class com.ibm.xml.parser.DTD
- [DOM] Not implemented.
- setInclusions(Vector).
Method in interface org.w3c.dom.ElementDefinition
-
- setInternalSubset(NodeList).
Method in interface org.w3c.dom.DocumentType
-
- setInternalSubset(NodeList).
Method in class com.ibm.xml.parser.DTD
- [DOM] Not implemented.
- setIsIgnorableWhitespace(boolean).
Method in interface org.w3c.dom.Text
-
- setIsIgnorableWhitespace(boolean).
Method in class com.ibm.xml.parser.TXText
- [DOM] Set ignoreable flag.
- setIsPublic(boolean).
Method in interface org.w3c.dom.Notation
-
- setIsPublic(boolean).
Method in class com.ibm.xml.parser.TXNotation
- [DOM] Not implemented.
- setKeepComment(boolean).
Method in class com.ibm.xml.parser.Parser
- Set if the parser make Comment instance.
- setName(String).
Method in interface org.w3c.dom.Attribute
-
- setName(String).
Method in interface org.w3c.dom.AttributeDefinition
-
- setName(String).
Method in interface org.w3c.dom.DocumentType
-
- setName(String).
Method in class com.ibm.xml.parser.DTD
- [DOM] Set a root element name.
- setName(String).
Method in interface org.w3c.dom.ElementDefinition
-
- setName(String).
Method in interface org.w3c.dom.ElementToken
-
- setName(String).
Method in interface org.w3c.dom.Notation
-
- setName(String).
Method in interface org.w3c.dom.PI
-
- setName(String).
Method in class com.ibm.xml.parser.TXAttribute
- [DOM] Set attribute name.
- setName(String).
Method in class com.ibm.xml.parser.TXNotation
- [DOM] Set name.
- setName(String).
Method in class com.ibm.xml.parser.TXPI
- [DOM] Set PI target.
- setNode(String, Node).
Method in interface org.w3c.dom.NamedNodeList
-
- setNotations(NamedNodeList).
Method in interface org.w3c.dom.DocumentType
-
- setNotations(NamedNodeList).
Method in class com.ibm.xml.parser.DTD
- [DOM] Not implemented.
- setOccurrence(int).
Method in interface org.w3c.dom.ElementToken
-
- setOccurrence(int).
Method in interface org.w3c.dom.ModelGroup
-
- setPreserveSpace(boolean).
Method in class com.ibm.xml.parser.Parser
- Set if the parser preserves spaces in texts.
- setPreserveSpace(boolean).
Method in class com.ibm.xml.parser.TXElement
- Set if parser preserves spaces of texts and print() preserves spaces.
- setPrintInternalDTD(boolean).
Method in class com.ibm.xml.parser.TXDocument
- Set if
print()
method prints internal DTD.
- setProcessNamespace(boolean).
Method in class com.ibm.xml.parser.Parser
- Enable namespace feature.
- setPublicIdentifier(String).
Method in interface org.w3c.dom.Notation
-
- setPublicIdentifier(String).
Method in class com.ibm.xml.parser.TXNotation
- [DOM] Not implemented.
- setSpecified(boolean).
Method in interface org.w3c.dom.Attribute
-
- setSpecified(boolean).
Method in class com.ibm.xml.parser.TXAttribute
- [DOM] Set `specified' flag.
- setStandalone(String).
Method in class com.ibm.xml.parser.TXDocument
- Set `standalone' value.
- setStartTagHandler(StartTagHandler).
Method in class com.ibm.xml.parser.Parser
-
- setSystemIdentifier(String).
Method in interface org.w3c.dom.Notation
-
- setSystemIdentifier(String).
Method in class com.ibm.xml.parser.TXNotation
- [DOM] Not implemented.
- setTagName(String).
Method in interface org.w3c.dom.Element
-
- setTagName(String).
Method in class com.ibm.xml.parser.TXElement
- [DOM]
- setTokens(NodeList).
Method in interface org.w3c.dom.ModelGroup
-
- setType(int).
Method in class com.ibm.xml.parser.AttDef
-
- setType(int, String[]).
Method in class com.ibm.xml.parser.TXAttribute
- Set type and typed values.
- setUserData(Object).
Method in class com.ibm.xml.parser.TXElement
- Set user data.
- setValue(NodeList).
Method in interface org.w3c.dom.Attribute
-
- setValue(NodeList).
Method in class com.ibm.xml.parser.TXAttribute
- [DOM] Set attribute value.
- setValue(String).
Method in class com.ibm.xml.parser.TXAttribute
- Set attribute value.
- setVersion(String).
Method in class com.ibm.xml.parser.TXDocument
- Set XML version.
- setWarningNoDoctypeDecl(boolean).
Method in class com.ibm.xml.parser.Parser
- Set if the parser warns the document has no `
<!DOCTYPE ...>
'.
- setWarningNoXMLDecl(boolean).
Method in class com.ibm.xml.parser.Parser
- Set if the parser warns the document has no `
<?XML ...?>
'.
- setWarningRedefinedEntity(boolean).
Method in class com.ibm.xml.parser.Parser
- Set if the parser warns redefinition of entity.
- size().
Method in class com.ibm.xml.parser.TXElement
- Return number of children.
- status.
Variable in class com.ibm.xml.parser.InsertableElement
- This element can be inserted.
- Stderr(String).
Constructor for class com.ibm.xml.parser.Stderr
- Make new Stderr instance.
- T_CDATA.
Static variable in class com.ibm.xml.parser.TXAttribute
-
- T_ENTITIES.
Static variable in class com.ibm.xml.parser.TXAttribute
-
- T_ENTITY.
Static variable in class com.ibm.xml.parser.TXAttribute
-
- T_ENUMERATION.
Static variable in class com.ibm.xml.parser.TXAttribute
-
- T_ID.
Static variable in class com.ibm.xml.parser.TXAttribute
-
- T_IDREF.
Static variable in class com.ibm.xml.parser.TXAttribute
-
- T_IDREFS.
Static variable in class com.ibm.xml.parser.TXAttribute
-
- T_NMTOKEN.
Static variable in class com.ibm.xml.parser.TXAttribute
-
- T_NMTOKENS.
Static variable in class com.ibm.xml.parser.TXAttribute
-
- T_NOTATION.
Static variable in class com.ibm.xml.parser.TXAttribute
-
- T_UNKNOWN.
Static variable in class com.ibm.xml.parser.TXAttribute
-
- toString().
Method in class com.ibm.xml.parser.AttDef
-
- toString().
Method in interface org.w3c.dom.Attribute
-
- toString().
Method in class com.ibm.xml.parser.ElementDecl
-
- toString().
Method in class com.ibm.xml.parser.ExternalID
-
- toString().
Method in class com.ibm.xml.parser.InsertableElement
-
- toString().
Method in class com.ibm.xml.parser.TXAttribute
- [DOM]
- toString().
Method in class com.ibm.xml.parser.TXCDATASection
- Represents in String.
- toString().
Method in class com.ibm.xml.parser.TXComment
- Represents in String.
- toString().
Method in class com.ibm.xml.parser.TXElement
- Make a string representation of this instance.
- toString().
Method in class com.ibm.xml.parser.TXText
- Represents in String.
- toString(String).
Method in class com.ibm.xml.parser.AttDef
-
- toXMLString().
Method in class com.ibm.xml.parser.TXAttribute
- Return String representation of this object as `
name="value"
'.
- toXMLString(String).
Method in class com.ibm.xml.parser.TXAttribute
- Return String representation of this object as `
name="value"
'.
- trim(String).
Static method in class com.ibm.xml.parser.TXText
- Trim specified String.
- trim(String, boolean, boolean).
Static method in class com.ibm.xml.parser.TXText
- Trim specified String.
- TXAttribute(String, String).
Constructor for class com.ibm.xml.parser.TXAttribute
- Make new TXAttibute instance.
- TXAttribute(String, String, String, String).
Constructor for class com.ibm.xml.parser.TXAttribute
- Make new TXAttibute instance.
- TXCDATASection(String).
Constructor for class com.ibm.xml.parser.TXCDATASection
- Make new TXCDATASection instance.
- TXComment(String).
Constructor for class com.ibm.xml.parser.TXComment
- Make new TXComment instance.
- TXDocument().
Constructor for class com.ibm.xml.parser.TXDocument
-
- TXElement(String).
Constructor for class com.ibm.xml.parser.TXElement
- Make new Element instance.
- TXElement(String, String, String).
Constructor for class com.ibm.xml.parser.TXElement
- Make new Element instance.
- TXNodeList().
Constructor for class com.ibm.xml.parser.TXNodeList
-
- TXNotation(String, ExternalID).
Constructor for class com.ibm.xml.parser.TXNotation
- Make new Notation instance.
- TXPI(String, String).
Constructor for class com.ibm.xml.parser.TXPI
-
- TXText(String).
Constructor for class com.ibm.xml.parser.TXText
- Make new TextElement instance.