The xmlYY_state
Struct Reference
Declaration
struct xmlYY_state { ... }
Public Member Attributes Index
std::string | fileName |
int | lineNr = 1 |
const char * | inputString = nullptr |
the code fragment as text More... | |
int | inputPosition = 0 |
read offset during parsing More... | |
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 |
Definition at line 39 of file xml.l.
Public Member Attributes
attrName
attrs
|
Definition at line 51 of file xml.l.
attrValue
cdataContext
|
Definition at line 53 of file xml.l.
53 int cdataContext;
commentContext
|
Definition at line 54 of file xml.l.
54 int commentContext;
data
encoding
fileName
handlers
|
Definition at line 52 of file xml.l.
inputPosition
|
read offset during parsing
Definition at line 44 of file xml.l.
44 int inputPosition = 0; //!< read offset during parsing
inputString
|
the code fragment as text
Definition at line 43 of file xml.l.
43 const char * inputString = nullptr; //!< the code fragment as text
isEnd
lineNr
name
selfClose
stringChar
|
Definition at line 55 of file xml.l.
55 char stringChar;
transcodeFunc
|
Definition at line 58 of file xml.l.
58 std::function<XMLParser::Transcode> transcodeFunc;
xpath
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.