org.w3c.tidy
Class ParserImpl.ParseList
java.lang.Object
org.w3c.tidy.ParserImpl.ParseList
- All Implemented Interfaces:
- Parser
- Enclosing class:
- ParserImpl
public static class ParserImpl.ParseList
- extends Object
- implements Parser
Parser for LIST.
Method Summary |
void |
parse(Lexer lexer,
Node list,
short mode)
Parse the given node. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParserImpl.ParseList
public ParserImpl.ParseList()
parse
public void parse(Lexer lexer,
Node list,
short mode)
- Description copied from interface:
Parser
- Parse the given node.
- Specified by:
parse
in interface Parser
- Parameters:
lexer
- Lexerlist
- node created by the lexer upon seeing the start tag, or by the parser when the start tag is inferredmode
- content mode
Copyright © 2000-2010 sourceforge. All Rights Reserved.