|
Doxygen
|
Public Attributes | |
| std::string | fileName |
| int | lineNr = 1 |
| const char * | inputString = nullptr |
| the code fragment as text | |
| int | inputPosition = 0 |
| read offset during parsing | |
| std::string | name |
| bool | isEnd = false |
| bool | selfClose = false |
| std::string | data |
| std::string | attrValue |
| std::string | attrName |
| XMLHandlers::Attributes | attrs |
| XMLHandlers | handlers |
| int | cdataContext |
| int | commentContext |
| char | stringChar |
| std::string | encoding |
| std::vector< std::string > | xpath |
| std::function< XMLParser::Transcode > | transcodeFunc |
| XMLHandlers::Attributes xmlYY_state::attrs |
| XMLHandlers xmlYY_state::handlers |
| const char* xmlYY_state::inputString = nullptr |
| std::function<XMLParser::Transcode> xmlYY_state::transcodeFunc |