FDO .NET API Reference Feature Data Objects
OSGeo::FDO::Common::Xml::XmlAttribute::XmlAttribute ( System::String *  name,
System::String *  value 
)

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.


Comments or suggestions? Send us feedback.