Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.htmlparser.Parser

Uses of Parser in org.htmlparser
 

Fields in org.htmlparser declared as Parser
private  Parser NodeReader.parser
           
 

Methods in org.htmlparser that return Parser
static Parser Parser.createParser(java.lang.String inputHTML)
          Creates the parser on an input string.
static Parser Parser.createLinkRecognizingParser(java.lang.String inputHTML)
           
 Parser NodeReader.getParser()
          Returns the parser object for which this reader exists
 

Methods in org.htmlparser with parameters of type Parser
 void NodeReader.setParser(Parser newParser)
          The setParser method is used by the parser to put its own object into the reader.