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

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.
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.
HandlerBase - class org.xml.sax.HandlerBase.
Default base class for handlers.
HandlerBase() - Constructor for class org.xml.sax.HandlerBase
 
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.
hasChildNodes() - Method in interface org.w3c.dom.Node
This is a convenience method to allow easy determination of whether a node has any children.
hasFeature(String, String) - Method in interface org.w3c.dom.DOMImplementation
Test if the DOM implementation implements a specific feature.
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.
HIERARCHY_REQUEST_ERR - Static variable in class org.w3c.dom.DOMException
 
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 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