textwolf
0.2
|
Active or passive but still valid token of the XML processing (this is a trigger waiting to match) More...
#include <xmlpathautomaton.hpp>
Public Member Functions | |
Token () | |
Constructor. More... | |
Token (const Token &orig) | |
Copy constructor. More... | |
Token (const State &state, int p_stateidx) | |
Constructor by value. More... | |
Public Attributes | |
Core | core |
int | stateidx |
Active or passive but still valid token of the XML processing (this is a trigger waiting to match)
|
inline |
Constructor.
|
inline |
Copy constructor.
|
inline |
Constructor by value.
[in] | state | state that generated this token |
[in] | p_stateidx | index of the state that generated this token |
Core textwolf::XMLPathSelectAutomaton< CharSet_ >::Token::core |
int textwolf::XMLPathSelectAutomaton< CharSet_ >::Token::stateidx |