reset overloads

Synopses

Declared in <balxml_elementattribute.h>

Reset this object to the default‐constructed state.

void
reset();

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);

Parameters

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

Created with MrDocs