xpath_node Class Reference

xpath_node Class Reference

#include <pugixml.hpp>

Class Description

+ Examples:

Definition at line 1094 of file 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 ( const xml_node node)
xpath_node ( const xml_attribute attribute,
const xml_node parent 
)

Member Function Documentation

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

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