Parserpublic static class ParserImpl.ParseRow extends java.lang.Object implements Parser
| Constructor | Description |
|---|---|
ParseRow() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
parse(Lexer lexer,
Node row,
short mode) |
Parse the given node.
|
public void parse(Lexer lexer, Node row, short mode)
Parserparse in interface Parserlexer - Lexerrow - node created by the lexer upon seeing the start tag, or by the parser when the start tag is inferredmode - content modeParser.parse(org.w3c.tidy.Lexer, org.w3c.tidy.Node, short)