#include <PhxXmlDescription.h>
Public Member Functions | |
| AttribSpec (const String &name) | |
| Constructs an AttribSpec specifying a singleton attribute with name given. | |
| AttribSpec (const String &name, const String &index) | |
| Constructs an AttribSpec specifying a single attribute within a collection of attributes. | |
| const String & | name (void) const |
| Gets the name of the attribute specified by this AttribSpec. | |
| const String & | index (void) const |
| Gets the index of the attribute specified by this AttribSpec. or "" if the attribute is a singleton. | |
|
|
Constructs an AttribSpec specifying a singleton attribute with name given.
|
|
||||||||||||
|
Constructs an AttribSpec specifying a single attribute within a collection of attributes.
|
1.4.2