libyang  1.0.253
YANG data modeling language library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Xml_Attr Class Reference

#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 ()
 

Detailed Description

Definition at line 64 of file Xml.hpp.

Constructor & Destructor Documentation

Xml_Attr ( struct lyxml_attr attr,
S_Deleter  deleter 
)

wrapper for struct lyxml_attr, for internal use only

Definition at line 37 of file Xml.cpp.

~Xml_Attr ( )

Definition at line 41 of file Xml.cpp.

Member Function Documentation

LYXML_ATTR_TYPE type ( )
inline

get type variable from lyxml_attr

Definition at line 71 of file Xml.hpp.

S_Xml_Attr next ( )

get next variable from lyxml_attr

Definition at line 42 of file Xml.cpp.

S_Xml_Ns ns ( )

get ns variable from lyxml_attr

Definition at line 43 of file Xml.cpp.

const char* name ( )
inline

get name variable from lyxml_attr

Definition at line 77 of file Xml.hpp.

const char* value ( )
inline

get value variable from lyxml_attr

Definition at line 79 of file Xml.hpp.


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