org.ajax4jsf.org.w3c.tidy
Class ParserImpl.ParseTableTag

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

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

Parser for TABLE.


Constructor Summary
ParserImpl.ParseTableTag()
           
 
Method Summary
 void parse(Lexer lexer, Node table, short mode)
          Parse the given node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserImpl.ParseTableTag

public ParserImpl.ParseTableTag()
Method Detail

parse

public void parse(Lexer lexer,
                  Node table,
                  short mode)
Description copied from interface: Parser
Parse the given node.

Specified by:
parse in interface Parser
Parameters:
lexer - Lexer
table - node created by the lexer upon seeing the start tag, or by the parser when the start tag is inferred
mode - content mode
See Also:
Parser.parse(org.ajax4jsf.org.w3c.tidy.Lexer, org.ajax4jsf.org.w3c.tidy.Node, short)


Copyright © 2010. All Rights Reserved.