Inheritance diagram for Element:
Public Member Functions | |
const String * | getAttribute (const String &name) |
const String * | getAttribute (const String *name) |
const Vector< const String * > * | getAttributes () |
void | setAttribute (const String *name, const String *value) |
Protected Member Functions | |
Element (const String *_tagName) | |
Protected Attributes | |
Vector< const String * > | attributes |
Hashtable< const String * > | attributesHash |