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 | |
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. | |
Protected Member Functions | |
FdoXmlAttribute (FdoString *name, FdoString *value, FdoString *localName, FdoString *uri, FdoString *prefix, FdoString *valueUri, FdoString *localValue, FdoString *valuePrefix) | |
FdoXmlAttribute () | |
DOXYGEN-IGNORE | |
Friends | |
class | FdoCommonInternal |
|
DOXYGEN-IGNORE
Definition at line 159 of file Attribute.h. |
|
|
|
Constructs an XML Attribute object.
|
|
Gets the attribute's local name.
Definition at line 78 of file Attribute.h. |
|
Gets the attribute's local value.
Definition at line 126 of file Attribute.h. |
|
Gets the attribute's namespace prefix.
Definition at line 102 of file Attribute.h. |
|
Gets the attribute's qualified name.
Definition at line 150 of file Attribute.h. References FdoStringP::GetLength(). |
Here is the call graph for this function:
|
Gets the attribute's namespace URI.
Definition at line 90 of file Attribute.h. |
|
Gets the attribute value's namespace prefix.
Definition at line 138 of file Attribute.h. |
|
Gets the attribute value's namespace URI.
Definition at line 114 of file Attribute.h. |
|
Reimplemented from FdoDictionaryElement. Definition at line 29 of file Attribute.h. |
Comments or suggestions? Send us feedback. |