BloombergLP::balxml::ElementAttribute::reset

reset overloads

Synopses

Declared in <balxml_elementattribute.h>

Reset this object to the default-constructed state.

void
reset();
» more...

Reset this attribute object with the specified facets.

void
reset(
    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