HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 1325 of file pugixml.hpp.

Constructor & Destructor Documentation

PUGI__FN pugi::xpath_node::xpath_node ( )

Definition at line 12194 of file pugixml.cpp.

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

Definition at line 12198 of file pugixml.cpp.

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

Definition at line 12202 of file pugixml.cpp.

Member Function Documentation

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

Definition at line 12211 of file pugixml.cpp.

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

Definition at line 12206 of file pugixml.cpp.

pugi::xpath_node::operator unspecified_bool_type ( ) const
PUGI__FN bool pugi::xpath_node::operator! ( void  ) const

Definition at line 12230 of file pugixml.cpp.

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

Definition at line 12240 of file pugixml.cpp.

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

Definition at line 12235 of file pugixml.cpp.

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

Definition at line 12216 of file pugixml.cpp.


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