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

H

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, String, String). Constructor for class com.ibm.xml.parser.util.HTMLPrintVisitor
Constructor for customized encoding and doctype.
HTMLPrintVisitor(Writer, String). Constructor for class com.ibm.xml.parser.util.HTMLPrintVisitor
Constructor for customized encoding.
HTMLPrintVisitor(Writer). Constructor for class com.ibm.xml.parser.util.HTMLPrintVisitor
Constructor for default encoding.
HandlerBase class org.xml.sax.HandlerBase.
Default base class for handlers.
HandlerBase(). Constructor for class org.xml.sax.HandlerBase
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.
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 class com.ibm.xml.parser.DTD
Returns true if this DTD has any internal subset children, or false if this DTD has no internal subset children at all.
hasChildNodes(). Method in interface org.w3c.dom.Node
hasChildXMLNodes(boolean). Method in interface org.w3c.dom.XMLNode
hasFeature(String). Method in interface org.w3c.dom.DOM
hasPosition(). Method in class com.ibm.xml.xpointer.StringTerm
Returns whether position is specified.

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