Package org.w3c.tidy
Class ParserImpl.ParseRowGroup
java.lang.Object
org.w3c.tidy.ParserImpl.ParseRowGroup
- All Implemented Interfaces:
Parser
- Enclosing class:
- ParserImpl
Parser for ROWGROUP.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ParseRowGroup
public ParseRowGroup()
-
-
Method Details
-
parse
Description copied from interface:Parser
Parse the given node.- Specified by:
parse
in interfaceParser
- Parameters:
lexer
- Lexerrowgroup
- 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:
-