public class ExtendsTokenParser extends Object implements TokenParser
| Constructor and Description |
|---|
ExtendsTokenParser() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTag()
The "tag" is used to determine when to use a particular instance of a TokenParser.
|
RenderableNode |
parse(Token token,
Parser parser)
The TokenParser is responsible to convert all the necessary tokens into appropriate Nodes.
|
public RenderableNode parse(Token token, Parser parser)
TokenParserparse in interface TokenParsertoken - The token to parseparser - the parser which should be used to parse the tokenpublic String getTag()
TokenParsergetTag in interface TokenParserCopyright © 2020. All rights reserved.