|
Scopira
20080306
|
#include <xml.h>
Public Member Functions | |
| xml_attrib (void) | |
| xml_attrib (xmlAttrPtr ptr) | |
| xmlAttrPtr | get_ptr (void) const |
| returns the internal pointer – use with care | |
| const char * | get_c_name (void) const |
| std::string | get_name (void) const |
| bool | is_null (void) const |
| bool | is_valid (void) const |
| void | next (void) |
| const char * | get_text_c_content (void) const |
An XML node attribute pointer/link.
|
inline |
Null constructor
|
inline |
Initializaing construtor.
|
inline |
Gets the name of this attribute, as a C string
|
inline |
Gets the name of this attribute
| const char* scopira::tool::xml_attrib::get_text_c_content | ( | void | ) | const |
Gets the value/text/content of this attribute. Return null on failure.
|
inline |
Is this attribute null/empty?
|
inline |
Is this attribute not null/empty?
|
inline |
Gets the next attribute in the set