Package org.w3c.tidy
Class ParserImpl.ParseColGroup
- java.lang.Object
-
- org.w3c.tidy.ParserImpl.ParseColGroup
-
- All Implemented Interfaces:
Parser
- Enclosing class:
- ParserImpl
public static class ParserImpl.ParseColGroup extends java.lang.Object implements Parser
Parser for COLGROUP.
-
-
Constructor Summary
Constructors Constructor Description ParseColGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidparse(Lexer lexer, Node colgroup, short mode)Parse the given node.
-
-
-
Method Detail
-
parse
public void parse(Lexer lexer, Node colgroup, short mode)
Description copied from interface:ParserParse the given node.- Specified by:
parsein interfaceParser- Parameters:
lexer- Lexercolgroup- node created by the lexer upon seeing the start tag, or by the parser when the start tag is inferredmode- content mode- See Also:
Parser.parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)
-
-