CARLA
Public Member Functions | Private Attributes | List of all members
xpath_lexer Class Reference
+ Collaboration diagram for xpath_lexer:

Public Member Functions

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

Private Attributes

const char_t * _cur
 
lexeme_t _cur_lexeme
 
xpath_lexer_string _cur_lexeme_contents
 
const char_t * _cur_lexeme_pos
 

Detailed Description

Definition at line 8957 of file pugixml.cpp.

Constructor & Destructor Documentation

◆ xpath_lexer()

xpath_lexer::xpath_lexer ( const char_t *  query)
inlineexplicit

Definition at line 8966 of file pugixml.cpp.

Member Function Documentation

◆ contents()

const xpath_lexer_string& xpath_lexer::contents ( ) const
inline

Definition at line 9255 of file pugixml.cpp.

References lex_number, lex_quoted_string, lex_string, and lex_var_ref.

Referenced by xpath_parser::binary_op_t::parse(), xpath_parser::parse_path_or_unary_expression(), xpath_parser::parse_primary_expression(), and xpath_parser::parse_step().

+ Here is the caller graph for this function:

◆ current()

lexeme_t xpath_lexer::current ( ) const
inline

Definition at line 9245 of file pugixml.cpp.

Referenced by xpath_parser::binary_op_t::parse(), xpath_parser::parse(), xpath_parser::parse_filter_expression(), xpath_parser::parse_location_path(), xpath_parser::parse_path_or_unary_expression(), xpath_parser::parse_primary_expression(), xpath_parser::parse_relative_location_path(), and xpath_parser::parse_step().

+ Here is the caller graph for this function:

◆ current_pos()

const char_t* xpath_lexer::current_pos ( ) const
inline

Definition at line 9250 of file pugixml.cpp.

Referenced by xpath_parser::error().

+ Here is the caller graph for this function:

◆ next()

void xpath_lexer::next ( )
inline

◆ state()

const char_t* xpath_lexer::state ( ) const
inline

Definition at line 8971 of file pugixml.cpp.

Referenced by xpath_parser::parse_path_or_unary_expression().

+ Here is the caller graph for this function:

Member Data Documentation

◆ _cur

const char_t* xpath_lexer::_cur
private

Definition at line 8959 of file pugixml.cpp.

◆ _cur_lexeme

lexeme_t xpath_lexer::_cur_lexeme
private

Definition at line 8963 of file pugixml.cpp.

◆ _cur_lexeme_contents

xpath_lexer_string xpath_lexer::_cur_lexeme_contents
private

Definition at line 8961 of file pugixml.cpp.

◆ _cur_lexeme_pos

const char_t* xpath_lexer::_cur_lexeme_pos
private

Definition at line 8960 of file pugixml.cpp.


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