com.caucho.xml
Class Html

java.lang.Object
  |
  +--com.caucho.xml.XmlParser
        |
        +--com.caucho.xml.Html

public class Html
extends XmlParser

HTML parser interface. The parser can parse directly into the DOM, or it can be used as a SAX parser.


Constructor Summary
Html()
           
 
Methods inherited from class com.caucho.xml.XmlParser
getColumnNumber, getDocument, getLineNumber, getPublicId, getSystemId, parse, parse, parse, parse, parse, parseInt, setAutodetectXml, setDocumentHandler, setDTDHandler, setEntitiesAsText, setEntityResolver, setErrorHandler, setExpandEntities, setLocale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Html

public Html()