TraceX
 
Loading...
Searching...
No Matches
pugi::xpath_node Class Reference

#include <pugixml.hpp>

Public Member Functions

 xpath_node ()
 
 xpath_node (const xml_node &node)
 
 xpath_node (const xml_attribute &attribute, const xml_node &parent)
 
xml_node node () const
 
xml_attribute attribute () const
 
xml_node parent () const
 
 operator unspecified_bool_type () const
 
bool operator! () const
 
bool operator== (const xpath_node &n) const
 
bool operator!= (const xpath_node &n) const
 

Constructor & Destructor Documentation

◆ xpath_node() [1/3]

PUGI_IMPL_FN pugi::xpath_node::xpath_node ( )
Here is the caller graph for this function:

◆ xpath_node() [2/3]

PUGI_IMPL_FN pugi::xpath_node::xpath_node ( const xml_node & node)

◆ xpath_node() [3/3]

PUGI_IMPL_FN pugi::xpath_node::xpath_node ( const xml_attribute & attribute,
const xml_node & parent )

Member Function Documentation

◆ attribute()

PUGI_IMPL_FN xml_attribute pugi::xpath_node::attribute ( ) const

◆ node()

PUGI_IMPL_FN xml_node pugi::xpath_node::node ( ) const
Here is the caller graph for this function:

◆ operator unspecified_bool_type()

PUGI_IMPL_FN pugi::xpath_node::operator xpath_node::unspecified_bool_type ( ) const

◆ operator!()

PUGI_IMPL_FN bool pugi::xpath_node::operator! ( ) const

◆ operator!=()

Here is the call graph for this function:

◆ operator==()

PUGI_IMPL_FN bool pugi::xpath_node::operator== ( const xpath_node & n) const
Here is the call graph for this function:

◆ parent()

PUGI_IMPL_FN xml_node pugi::xpath_node::parent ( ) const
Here is the call graph for this function:

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