[#BloombergLP-balxml-ElementAttribute-reset-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/ElementAttribute.adoc[ElementAttribute]::reset :relfileprefix: ../../../ :mrdocs: `reset` overloads == Synopses Declared in `<balxml_elementattribute.h>` Reset this object to the default‐constructed state. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/balxml/ElementAttribute/reset-02.adoc[reset](); ---- [.small]#xref:BloombergLP/balxml/ElementAttribute/reset-02.adoc[_» more..._]# Reset this attribute object with the specified, `prefixStack`, `qualifiedName`, and `value`, with optionally specified `prefix`, `localName`, `namespaceId`, `namespaceUri`, and `flags`. Except for `flags`, if any of the optional arguments are null (for pointers) or `INT_MIN` (for integer arguments), then the corresponding facet will computed from the other arguments on an as‐needed basis. If all of the optional arguments are given non‐null, non‐`INT_MIN` values, then `prefixStack` is unused and may be null. Arguments are permitted to be inconsistent with one another (e.g., `prefix` may not match the beginning of `qualifiedName`) and will produce an object for with facets that are inconsistent with one another. This object will become invalid if any of the supplied pointers is invalidated during its lifetime (or before it is reset). An invalid object may be destroyed or reset, but any other access yields undefined behavior. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/balxml/ElementAttribute/reset-0d.adoc[reset]( xref:BloombergLP/balxml/PrefixStack.adoc[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); ---- [.small]#xref:BloombergLP/balxml/ElementAttribute/reset-0d.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#