NDDEM
Public Member Functions | Private Types | Private Attributes | 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
 

Private Types

typedef void(* unspecified_bool_type) (xpath_node ***)
 

Private Attributes

xml_node _node
 
xml_attribute _attribute
 

Member Typedef Documentation

◆ unspecified_bool_type

typedef void(* pugi::xpath_node::unspecified_bool_type) (xpath_node ***)
private

Constructor & Destructor Documentation

◆ xpath_node() [1/3]

PUGI_IMPL_FN pugi::xpath_node::xpath_node ( )

◆ 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

◆ 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!=()

◆ operator==()

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

◆ parent()

PUGI_IMPL_FN xml_node pugi::xpath_node::parent ( ) const

Member Data Documentation

◆ _attribute

xml_attribute pugi::xpath_node::_attribute
private

◆ _node

xml_node pugi::xpath_node::_node
private

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