OpenCPN Partial API docs
Loading...
Searching...
No Matches
xpath_lexer Class Reference

Public Member Functions

 xpath_lexer (const char_t *query)
 
const char_t * state () const
 
void next ()
 
lexeme_t current () const
 
const char_t * current_pos () const
 
const xpath_lexer_stringcontents () const
 

Detailed Description

Definition at line 8540 of file pugixml.cpp.

Constructor & Destructor Documentation

◆ xpath_lexer()

xpath_lexer::xpath_lexer ( const char_t *  query)
inlineexplicit

Definition at line 8548 of file pugixml.cpp.

Member Function Documentation

◆ contents()

const xpath_lexer_string & xpath_lexer::contents ( ) const
inline

Definition at line 8791 of file pugixml.cpp.

◆ current()

lexeme_t xpath_lexer::current ( ) const
inline

Definition at line 8787 of file pugixml.cpp.

◆ current_pos()

const char_t * xpath_lexer::current_pos ( ) const
inline

Definition at line 8789 of file pugixml.cpp.

◆ next()

void xpath_lexer::next ( )
inline

Definition at line 8552 of file pugixml.cpp.

◆ state()

const char_t * xpath_lexer::state ( ) const
inline

Definition at line 8550 of file pugixml.cpp.


The documentation for this class was generated from the following file: