- All Implemented Interfaces:
Parser
- Enclosing class:
ParserImpl
public static class ParserImpl.ParseRow
extends Object
implements Parser
Parser for ROW.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ParseRow
public ParseRow()
-
Method Details
-
parse
public void parse(Lexer lexer,
Node row,
short mode)
Description copied from interface: Parser
Parse the given node.
- Specified by:
parse
in interface Parser
- Parameters:
lexer
- Lexer
row
- node created by the lexer upon seeing the start tag, or by the parser when the start tag is inferred
mode
- content mode
- See Also:
-