| Package | Description |
|---|---|
| org.zwobble.mammoth.internal.styles.parsing |
| Modifier and Type | Method and Description |
|---|---|
static TokenType |
TokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenType[] |
TokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static TokenIterator<TokenType> |
StyleMappingTokeniser.tokenise(String line) |
static List<Token<TokenType>> |
StyleMappingTokeniser.tokeniseToList(String line) |
| Modifier and Type | Method and Description |
|---|---|
static HtmlPath |
HtmlPathParser.parse(TokenIterator<TokenType> tokens) |
static BiConsumer<StyleMapBuilder,HtmlPath> |
DocumentMatcherParser.parse(TokenIterator<TokenType> tokens) |
static Optional<String> |
TokenParser.parseClassName(TokenIterator<TokenType> tokens) |
static String |
TokenParser.parseIdentifier(TokenIterator<TokenType> tokens) |
static String |
TokenParser.parseString(TokenIterator<TokenType> tokens) |
Copyright © 2018. All rights reserved.