FDO API Reference Feature Data Objects

FdoXmlAttribute Class Reference

#include <Attribute.h>

Inherits FdoDictionaryElement.

Inheritance diagram for FdoXmlAttribute:

Inheritance graph
[legend]
List of all members.

Detailed Description

FdoXmlAttribute contains the name and value of a single attribute from an XML document.

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 FdoXmlAttributeCreate (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.

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.