| org.w3c.tidy.Parser
Parser | public interface Parser (Code) | | HTML Parser.
author: Dave Raggett dsr@w3.org author: Andy Quick ac.quick@sympatico.ca (translation to Java) author: Fabrizio Giustina version: $Revision: 1.6 $ ($Author: fgiust $) |
Method Summary | |
void | parse(Lexer lexer, Node node, short mode) Parse the given node. |
parse | void parse(Lexer lexer, Node node, short mode)(Code) | | Parse the given node.
Parameters: lexer - Lexer Parameters: node - node created by the lexer upon seeing the start tag, or by the parser when the start tag is inferred Parameters: mode - content mode |
|
|