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

H

handleElement(TXElement) - Method in interface com.ibm.xml.parser.ElementHandler
Interface to be implemented for receiving control when pre-registered element tag names are recognized by the XML4J parser.
handleEndTag(TXElement, boolean) - Method in class com.ibm.xml.parser.SAXDriver
This method is for XML4J-internal use and should not be called by SAX applications.
handleEndTag(TXElement, boolean) - Method in interface com.ibm.xml.parser.TagHandler
Interface to be implemented in order to receive control when an end tag is recognized by the parser.
handleError(String, String) - Method in class com.ibm.xml.parser.Parser
This method is the basic error handler.
handleNoRequiredAttribute(TXElement, String) - Method in interface com.ibm.xml.parser.NoRequiredAttributeHandler
Interface to be implemented for receiving control when a "no required attribute" event is recognized by the XML4J parser.
handlePI(String, String) - Method in interface com.ibm.xml.parser.PIHandler
Interface to be implemented for receiving control when PIs are recognized by the XML4J parser.
handlePreRoot(TXDocument, String) - Method in interface com.ibm.xml.parser.PreRootHandler
Interface to be implemented for receiving control after the external and/or internal DTD subsets are parsed, but before the document's root Element is parsed.
handleStartTag(TXElement, boolean) - Method in class com.ibm.xml.parser.SAXDriver
This method is for XML4J-internal use and should not be called by SAX applications.
handleStartTag(TXElement, boolean) - Method in interface com.ibm.xml.parser.TagHandler
Interface to be implemented in order to receive control when a start tag is recognized by the parser.
hasChildNodes() - Method in class com.ibm.xml.parser.Child
Returns false because Child Nodes are leaf Nodes.
hasChildNodes() - Method in class com.ibm.xml.parser.Parent
Returns true if this Node has any children, or false if this Node has no children at all.
hashCode() - Method in class com.ibm.xml.parser.ExternalID
 
hashCode() - Method in class com.ibm.xml.parser.CM2op
 
hashCode() - Method in class com.ibm.xml.parser.CMLeaf
 
hashCode() - Method in class com.ibm.xml.parser.ContentModel
 
hashCode() - Method in class com.ibm.xml.parser.TXAttribute
 
hashCode() - Method in class com.ibm.xml.parser.CM1op
 
hasPosition() - Method in class com.ibm.xml.xpointer.StringTerm
Returns whether position is specified.
heapSort(String[]) - Static method in class com.ibm.xml.parser.Util
Sort String array.
heapSort(String[], int) - Static method in class com.ibm.xml.parser.Util
Sort String array.
HTMLPrintVisitor - class com.ibm.xml.parser.util.HTMLPrintVisitor.
HTMLPrintVisitor implements the Visitor interface in the visitor design pattern for the purpose of printing in HTML-like format the various DOM- and XML4J-defined Nodes.
HTMLPrintVisitor(Writer) - Constructor for class com.ibm.xml.parser.util.HTMLPrintVisitor
Constructor for default encoding.
HTMLPrintVisitor(Writer, String) - Constructor for class com.ibm.xml.parser.util.HTMLPrintVisitor
Constructor for customized encoding.
HTMLPrintVisitor(Writer, String, String) - Constructor for class com.ibm.xml.parser.util.HTMLPrintVisitor
Constructor for customized encoding and doctype.

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