FDO API Reference Feature Data Objects

static FDO_API_COMMON FdoXmlAttribute* FdoXmlAttribute::Create FdoString name,
FdoString value,
FdoString localName = NULL,
FdoString uri = NULL,
FdoString prefix = NULL,
FdoString valueUri = NULL,
FdoString localValue = NULL,
FdoString valuePrefix = NULL
[static]
 

Constructs an XML Attribute object.

Parameters:
name Input unique attribute name. If the attribute name is namespace qualified the name is {uri}:{localName}. Otherwise, it is {localName}
value Input attribute value.
localName Input attribute name without namespace qualification.
uri Input uri for the attribute namespace. L"" if the attribute name is not namespace qualified.
prefix Input prefix for the attribute namespace. L"" if the attribute name is not namespace qualified.
valueUri Input uri for the attribute value's namespace. L"" if the attribute value is not namespace qualified.
localValue Input attribute value without namespace qualification.
valuePrefix Input prefix for the attribute value's namespace. L"" if the attribute value is not namespace qualified.
Returns:
Returns FdoXmlAttribute

Comments or suggestions? Send us feedback.