Interface TokenParser.TagProvider
- Enclosing class:
TokenParser
@Internal
public static interface TokenParser.TagProvider
Normalizing provider for tag information.
- Since:
- 4.10.0
-
Method Details
-
resolve
Look up a tag.Parsing exceptions must be caught and handled within this method.
- Parameters:
name- the tag name, pre-sanitizedtrimmedArgs- arguments, with the tag name trimmed offtoken- the token, if this tag is from a parse stream- Returns:
- a tag
- Since:
- 4.10.0
-
resolve
-
resolve
-
sanitizePlaceholderName
-