OSGeo::FDO::Common::Xml::XmlAttribute::XmlAttribute ( System::String *  name,
System::String *  value,
System::String *  localName,
System::String *  attributeURI 
)

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.
attributeURI Input uri for the attribute namespace. L"" if the attribute name is not namespace qualified.