Constructors
Declared in <balxml_elementattribute.h>
Construct a null attribute object: Set all string facets to zero, the namespace ID to INT_MIN, and flags to zero.
ElementAttribute();
» more...
Construct an attribute object with the specified facets.
ElementAttribute(
PrefixStack const* prefixStack,
char const* qualifiedName,
char const* value,
char const* prefix = 0,
char const* localName = 0,
int namespaceId = INT_MIN,
char const* namespaceUri = 0,
unsigned int flags = 0);
» more...
| Name | Description |
|---|---|
| prefixStack | prefix stack used to resolve namespace facets |
| qualifiedName | qualified attribute name |
| value | attribute value |
| prefix | optional namespace prefix |
| localName | optional local name |
| namespaceId | optional namespace ID |
| namespaceUri | optional namespace URI |
| flags | optional attribute flags |