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

Quick Search    Search Deep

com.port80.html.tidy
Class ParserImpl.ParseHTML  view ParserImpl.ParseHTML download ParserImpl.ParseHTML.java

java.lang.Object
  extended bycom.port80.html.tidy.ParserImpl.ParseHTML
All Implemented Interfaces:
Parser
Enclosing class:
ParserImpl

public static class ParserImpl.ParseHTML
extends java.lang.Object
implements Parser


Constructor Summary
ParserImpl.ParseHTML()
           
 
Method Summary
 void parse(Lexer lexer, Node html, short mode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserImpl.ParseHTML

public ParserImpl.ParseHTML()
Method Detail

parse

public void parse(Lexer lexer,
                  Node html,
                  short mode)
Specified by:
parse in interface Parser