ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Public Member Functions | Public Attributes | List of all members
namespace_uri_predicate Struct Reference
Collaboration diagram for namespace_uri_predicate:
Collaboration graph
[legend]

Public Member Functions

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

Public Attributes

const char_t * prefix
 
size_t prefix_length
 

Detailed Description

Definition at line 7403 of file pugixml.cpp.

Constructor & Destructor Documentation

◆ namespace_uri_predicate()

namespace_uri_predicate::namespace_uri_predicate ( const char_t *  name)
inline

Definition at line 7408 of file pugixml.cpp.

References find_char(), prefix, and prefix_length.

Here is the call graph for this function:

Member Function Documentation

◆ operator()()

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

Definition at line 7416 of file pugixml.cpp.

References prefix, prefix_length, 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 7405 of file pugixml.cpp.

Referenced by namespace_uri(), namespace_uri_predicate(), and operator()().

◆ prefix_length

size_t namespace_uri_predicate::prefix_length

Definition at line 7406 of file pugixml.cpp.

Referenced by namespace_uri_predicate(), and operator()().


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