FDO API Reference Feature Data Objects

XmlAttribute Class Reference

List of all members.

Detailed Description

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


Public Member Functions

 XmlAttribute (System::IntPtr unmanaged, System::Boolean autoDelete)
 XmlAttribute (System::String *name, System::String *value)
 XmlAttribute (System::String *name, System::String *value, System::String *localName)
 XmlAttribute (System::String *name, System::String *value, System::String *localName, System::String *attributeURI)
 XmlAttribute (System::String *name, System::String *value, System::String *localName, System::String *attributeURI, System::String *prefix)
 XmlAttribute (System::String *name, System::String *value, System::String *localName, System::String *attributeURI, System::String *prefix, System::String *valueURI)
 XmlAttribute (System::String *name, System::String *value, System::String *localName, System::String *attributeURI, System::String *prefix, System::String *valueURI, System::String *localValue)
 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.

Protected Member Functions

virtual System::Void Dispose (System::Boolean disposing)

Comments or suggestions? Send us feedback.