public static class ParserImpl.ParseText extends java.lang.Object implements Parser
Constructor and Description |
---|
ParserImpl.ParseText() |
public void parse(Lexer lexer, Node field, short mode)
Parser
parse
in interface Parser
lexer
- Lexerfield
- 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)