arsa  2.7
Public Member Functions | List of all members
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
 

Detailed Description

Definition at line 1282 of file pugixml.hpp.

Constructor & Destructor Documentation

◆ xpath_node() [1/3]

pugi::xpath_node::xpath_node ( )

◆ xpath_node() [2/3]

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

◆ xpath_node() [3/3]

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

Member Function Documentation

◆ attribute()

xml_attribute pugi::xpath_node::attribute ( ) const

◆ node()

xml_node pugi::xpath_node::node ( ) const

◆ operator unspecified_bool_type()

pugi::xpath_node::operator unspecified_bool_type ( ) const

◆ operator!()

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

◆ operator!=()

◆ operator==()

bool pugi::xpath_node::operator== ( const xpath_node n) const

◆ parent()

xml_node pugi::xpath_node::parent ( ) const

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