FdoXmlAttribute Class Reference

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

#include <Attribute.h>

Inherits FdoDictionaryElement.

List of all members.


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.

Friends

class FdoCommonInternal

Detailed Description

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

Definition at line 27 of file Attribute.h.


The documentation for this class was generated from the following file: