#include <XMLTreeNode.h>
Public Member Functions | |
| AttributeData () | |
| AttributeData (const LWCStringPtr_t &name, const LWCStringPtr_t &ns, const LWCStringPtr_t &val) | |
| AttributeData (const LWCStringPtr_t &name, const LWCStringPtr_t &val) | |
Public Attributes | |
| QName | qname |
| LWCStringPtr_t | value |
| int | id |
| bool | idSet |
| libebook::XMLTreeNode::AttributeData::AttributeData | ( | const LWCStringPtr_t & | name, |
| const LWCStringPtr_t & | ns, | ||
| const LWCStringPtr_t & | val | ||
| ) |
| libebook::XMLTreeNode::AttributeData::AttributeData | ( | const LWCStringPtr_t & | name, |
| const LWCStringPtr_t & | val | ||
| ) |
int libebook::XMLTreeNode::AttributeData::id [mutable] |
Referenced by libebook::XMLTreeWalker::Attribute::getId().
bool libebook::XMLTreeNode::AttributeData::idSet [mutable] |
Referenced by libebook::XMLTreeWalker::Attribute::getId().
Referenced by libebook::XMLTreeWalker::Attribute::getId(), and libebook::operator==().
Referenced by libebook::XMLTreeWalker::Attribute::getValueId(), and libebook::operator==().