CARLA
Public Member Functions | Public Attributes | List of all members
namespace_uri_predicate Struct Reference
+ Collaboration diagram for namespace_uri_predicate:

Public Member Functions

 namespace_uri_predicate (const char_t *name)
 
bool operator() (xml_attribute a) const
 

Public Attributes

const char_t * prefix
 
size_t prefix_length
 

Detailed Description

Definition at line 8347 of file pugixml.cpp.

Constructor & Destructor Documentation

◆ namespace_uri_predicate()

namespace_uri_predicate::namespace_uri_predicate ( const char_t *  name)
inline

Definition at line 8352 of file pugixml.cpp.

References find_char(), and pugi::xml_node::name().

+ Here is the call graph for this function:

Member Function Documentation

◆ operator()()

bool namespace_uri_predicate::operator() ( xml_attribute  a) const
inline

Definition at line 8360 of file pugixml.cpp.

References pugi::xml_node::name(), PUGIXML_TEXT, starts_with(), and strequalrange().

+ Here is the call graph for this function:

Member Data Documentation

◆ prefix

const char_t* namespace_uri_predicate::prefix

Definition at line 8349 of file pugixml.cpp.

Referenced by namespace_uri().

◆ prefix_length

size_t namespace_uri_predicate::prefix_length

Definition at line 8350 of file pugixml.cpp.


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