Class ParserImpl.ParseColGroup
java.lang.Object
org.w3c.tidy.ParserImpl.ParseColGroup
- All Implemented Interfaces:
Parser
- Enclosing class:
ParserImpl
Parser for COLGROUP.
- Version:
- $Revision$ ($Author$)
- Author:
- Dave Raggett dsr@w3.org , Andy Quick ac.quick@sympatico.ca (translation to Java), Fabrizio Giustina
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ParseColGroup
public ParseColGroup()
-
-
Method Details
-
parse
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 modenestingLevel- The current nesting level of the document. Extremely nested documents are considered an error.- Throws:
ExcessiveNesting- When excessive nesting is detected.- See Also:
-