FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Common::Xml::XmlAttribute Class Reference
[OSGeo::FDO::Common::Xml]

Inherits OSGeo::FDO::Runtime::Disposable.

Inheritance diagram for OSGeo::FDO::Common::Xml::XmlAttribute:

Inheritance graph
[legend]
List of all members.

Detailed Description

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

()

Definition at line 31 of file mgXmlAttribute.h.


Public Member Functions

 XmlAttribute (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs an XmlAttribute based on an unmanaged instance of the object.
 XmlAttribute (System::String *name, System::String *value)
 Constructs an XML Attribute object.
 XmlAttribute (System::String *name, System::String *value, System::String *localName)
 Constructs an XML Attribute object.
 XmlAttribute (System::String *name, System::String *value, System::String *localName, System::String *attributeURI)
 Constructs an XML Attribute object.
 XmlAttribute (System::String *name, System::String *value, System::String *localName, System::String *attributeURI, System::String *prefix)
 Constructs an XML Attribute object.
 XmlAttribute (System::String *name, System::String *value, System::String *localName, System::String *attributeURI, System::String *prefix, System::String *valueURI)
 Constructs an XML Attribute object.
 XmlAttribute (System::String *name, System::String *value, System::String *localName, System::String *attributeURI, System::String *prefix, System::String *valueURI, System::String *localValue)
 Constructs an XML Attribute object.
 XmlAttribute (System::String *name, System::String *value, System::String *localName, System::String *attributeURI, System::String *prefix, System::String *valueURI, System::String *localValue, System::String *valuePrefix)
 Constructs an XML Attribute object.

Comments or suggestions? Send us feedback.