OpenCPN Partial API docs
Loading...
Searching...
No Matches
pugi::xpath_node Class Reference

Public Member Functions

 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 1371 of file pugixml.hpp.

Constructor & Destructor Documentation

◆ xpath_node() [1/3]

PUGI__FN pugi::xpath_node::xpath_node ( )

Definition at line 11393 of file pugixml.cpp.

◆ xpath_node() [2/3]

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

Definition at line 11395 of file pugixml.cpp.

◆ xpath_node() [3/3]

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

Definition at line 11397 of file pugixml.cpp.

Member Function Documentation

◆ attribute()

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

Definition at line 11405 of file pugixml.cpp.

◆ node()

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

Definition at line 11401 of file pugixml.cpp.

◆ operator unspecified_bool_type()

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

Definition at line 11413 of file pugixml.cpp.

◆ operator!()

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

Definition at line 11417 of file pugixml.cpp.

◆ operator!=()

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

Definition at line 11423 of file pugixml.cpp.

◆ operator==()

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

Definition at line 11419 of file pugixml.cpp.

◆ parent()

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

Definition at line 11407 of file pugixml.cpp.


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