![]() |
libyang
1.0.253
YANG data modeling language library
|
#include <Xml.hpp>
Public Member Functions | |
| Xml_Attr (struct lyxml_attr *attr, S_Deleter deleter) | |
| ~Xml_Attr () | |
| LYXML_ATTR_TYPE | type () |
| S_Xml_Attr | next () |
| S_Xml_Ns | ns () |
| const char * | name () |
| const char * | value () |
| Xml_Attr | ( | struct lyxml_attr * | attr, |
| S_Deleter | deleter | ||
| ) |
wrapper for struct lyxml_attr, for internal use only
|
inline |
get type variable from lyxml_attr
| S_Xml_Attr next | ( | ) |
get next variable from lyxml_attr
| S_Xml_Ns ns | ( | ) |
get ns variable from lyxml_attr
|
inline |
get name variable from lyxml_attr
|
inline |
get value variable from lyxml_attr