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

class for wrapping lyxml_ns. More...

#include <Xml.hpp>

Public Member Functions

 Xml_Ns (const struct lyxml_ns *ns, S_Deleter deleter)
 
 ~Xml_Ns ()
 
LYXML_ATTR_TYPE type ()
 
S_Xml_Ns next ()
 
const char * prefix ()
 
const char * value ()
 

Detailed Description

class for wrapping lyxml_ns.

Definition at line 43 of file Xml.hpp.

Constructor & Destructor Documentation

Xml_Ns ( const struct lyxml_ns ns,
S_Deleter  deleter 
)

wrapper for struct lyxml_ns, for internal use only

Definition at line 30 of file Xml.cpp.

~Xml_Ns ( )

Definition at line 34 of file Xml.cpp.

Member Function Documentation

LYXML_ATTR_TYPE type ( )
inline

get type variable from lyxml_ns

Definition at line 50 of file Xml.hpp.

S_Xml_Ns next ( )

get next variable from lyxml_ns

Definition at line 35 of file Xml.cpp.

const char* prefix ( )
inline

get prefix variable from lyxml_ns

Definition at line 55 of file Xml.hpp.

const char* value ( )
inline

get value variable from lyxml_ns

Definition at line 57 of file Xml.hpp.


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