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.

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

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