org.w3c.tidy
Class ParserImpl.ParseNoFrames

java.lang.Object
  extended by org.w3c.tidy.ParserImpl.ParseNoFrames
All Implemented Interfaces:
Parser
Enclosing class:
ParserImpl

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


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

Constructor Detail

ParserImpl.ParseNoFrames

public ParserImpl.ParseNoFrames()
Method Detail

parse

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