libxml++
2.35.2
|
Represents the default value of an attribute of an XML Element node. More...
#include <libxml++/attributedeclaration.h>
Public Member Functions | |
AttributeDeclaration (_xmlNode* node) | |
virtual | ~AttributeDeclaration () |
Glib::ustring | get_value () const |
Get the default value of this attribute. | |
_xmlAttribute* | cobj () |
Access the underlying libxml implementation. | |
const _xmlAttribute* | cobj () const |
Access the underlying libxml implementation. |
Represents the default value of an attribute of an XML Element node.
This will be instantiated by the parser.
xmlpp::AttributeDeclaration::AttributeDeclaration | ( | _xmlNode * | node | ) | [explicit] |
virtual xmlpp::AttributeDeclaration::~AttributeDeclaration | ( | ) | [virtual] |
_xmlAttribute* xmlpp::AttributeDeclaration::cobj | ( | ) |
Access the underlying libxml implementation.
Reimplemented from xmlpp::Attribute.
const _xmlAttribute* xmlpp::AttributeDeclaration::cobj | ( | ) | const |
Access the underlying libxml implementation.
Reimplemented from xmlpp::Attribute.
Get the default value of this attribute.
Reimplemented from xmlpp::Attribute.