| FDO API Reference | Feature Data Objects |
#include <Attribute.h>
Inherits FdoDictionaryElement.
Inheritance diagram for FdoXmlAttribute:

Definition at line 27 of file Attribute.h.
Public Member Functions | |
| FdoStringP | GetLocalName () |
| Gets the attribute's local name. | |
| FdoStringP | GetLocalValue () |
| Gets the attribute's local value. | |
| FdoStringP | GetPrefix () |
| Gets the attribute's namespace prefix. | |
| FdoStringP | GetQName () |
| Gets the attribute's qualified name. | |
| FdoStringP | GetUri () |
| Gets the attribute's namespace URI. | |
| FdoStringP | GetValuePrefix () |
| Gets the attribute value's namespace prefix. | |
| FdoStringP | GetValueUri () |
| Gets the attribute value's namespace URI. | |
Static Public Member Functions | |
| static FDO_API_COMMON FdoXmlAttribute * | Create (FdoString *name, FdoString *value, FdoString *localName=NULL, FdoString *uri=NULL, FdoString *prefix=NULL, FdoString *valueUri=NULL, FdoString *localValue=NULL, FdoString *valuePrefix=NULL) |
| Constructs an XML Attribute object. | |
| Comments or suggestions? Send us feedback. |