Class to represent the properties of an attribute in an XML element tag.
Synopsis
Declared in <balxml_elementattribute.h>
class ElementAttribute;
Description
Note that this class is not value semantic and does not own any of its pointer values. The owner of the arguments used to set the value of a ElementAttribute is responsible for ensuring that the values remain valid or else must document the conditions that will make the values invalid. Some facets are computed the first time that they are needed. To avoid extra processing, the caller may supply otherwise‐computed facets at construction or by calling reset. Facets provided by the caller are not checked to ensure that they are consistent with one another.
Enums
Name |
Description |
Attribute flag bits for |
Member Functions
Name |
Description |
|
Constructors |
Return the flags for this attribute. |
|
Return |
|
Return the local name for this attribute. |
|
Return the namespace ID for this attribute. |
|
Return the namespace URI for this attribute. |
|
Return the namespace prefix for this attribute. |
|
Return the value of |
|
Format this object to the specified output |
|
Return the value of |
|
|
|
Return the value of |
|
Declare that this type is trivially copyable. |
Created with MrDocs