public class FilterTokenParser extends AbstractTokenParser
parser| Constructor and Description |
|---|
FilterTokenParser() |
| 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)
The TokenParser is responsible to convert all the necessary tokens into
appropriate Nodes.
|
setParserpublic RenderableNode parse(Token token) throws ParserException
TokenParsertoken - The token to parseParserException - Thrown if an error occurs while parsing the tokenpublic String getTag()
TokenParserCopyright © 2015. All rights reserved.