org.w3c.tidy
Class ParserImpl.ParsePre

java.lang.Object
  extended byorg.w3c.tidy.ParserImpl.ParsePre
All Implemented Interfaces:
Parser
Enclosing class:
ParserImpl

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


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

Constructor Detail

ParserImpl.ParsePre

public ParserImpl.ParsePre()
Method Detail

parse

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