Attribute flag bits for ElementAttribute.
Declared in <balxml_elementattribute.h>
enum Unnamed enum;
| Name | Description |
|---|---|
k_ATTR_NO_FLAGS | No flags set. |
k_ATTR_IS_DEFAULT | Set this bit if the value for this attribute object was generated from the default attribute value in the DTD or schema. |
k_ATTR_IS_NSDECL | Set this bit if this attribute represents a namespace declaration. |
k_ATTR_IS_XSIDECL | Set this bit if this attribute represents a XML schema instance declaration. |
BAEXML_ATTR_NO_FLAGS | Deprecated alias for k_ATTR_NO_FLAGS. |
BAEXML_ATTR_IS_DEFAULT | Deprecated alias for k_ATTR_IS_DEFAULT. |
BAEXML_ATTR_IS_NSDECL | Deprecated alias for k_ATTR_IS_NSDECL. |
BAEXML_ATTR_IS_XSIDECL | Deprecated alias for k_ATTR_IS_XSIDECL. |
ATTR_NO_FLAGS | Deprecated alias for k_ATTR_NO_FLAGS. |
ATTR_IS_DEFAULT | Deprecated alias for k_ATTR_IS_DEFAULT. |
ATTR_IS_NSDECL | Deprecated alias for k_ATTR_IS_NSDECL. |