Style Parser State.
More...
#include <StyleParserState.hpp>
|
std::string | style |
| a accumulator for style-characters while parsing it More...
|
|
Style Parser State.
Style State of the Parser, parsing the style of the Bib-Element
- Examples
- /github/workspace/test/ParserStateFixtureTest.cpp.
Definition at line 14 of file StyleParserState.hpp.
◆ StyleParserState()
Constructor.
- Parameters
-
context | of the parser |
result | accumulator of parsing-results |
Definition at line 14 of file StyleParserState.cpp.
◆ handleCharacter()
auto StyleParserState::handleCharacter |
( |
char |
c | ) |
-> ParserState * |
|
overridevirtual |
Handles the next character in style-state
- Parameters
-
c | the next character to parse |
- Returns
- a new parser-state
- Exceptions
-
Reimplemented from AbstractParserState.
Definition at line 23 of file StyleParserState.cpp.
◆ style
std::string StyleParserState::style |
|
private |
The documentation for this class was generated from the following files: