BloombergLP::balxml::ElementAttribute::ElementAttribute

Constructors

Synopses

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...

Parameters

NameDescription
prefixStackprefix stack used to resolve namespace facets
qualifiedNamequalified attribute name
valueattribute value
prefixoptional namespace prefix
localNameoptional local name
namespaceIdoptional namespace ID
namespaceUrioptional namespace URI
flagsoptional attribute flags