XmlAttribute Class Reference
Public Member Functions | |
XmlAttribute (System.String Uri, System.String Lname, System.String Qname, System.String Type, System.String Value) | |
Public Attributes | |
System.String | att_fullName |
System.String | att_localName |
System.String | att_type |
System.String | att_URI |
System.String | att_value |
Detailed Description
This class is created to save the information of each attributes in the XmlAttributes.
Constructor & Destructor Documentation
XmlAttribute | ( | System.String | Uri, | |
System.String | Lname, | |||
System.String | Qname, | |||
System.String | Type, | |||
System.String | Value | |||
) |
This is the constructor of the XmlAttribute
- Parameters:
-
Uri The namespace URI of the attribute Lname The local name of the attribute Qname The long(Qualify) name of attribute Type The type of the attribute Value The value of the attribute
Member Data Documentation
System.String att_fullName |
Variable holds attribte full name (namespace + local name)
System.String att_localName |
Variable holds attribte local name
System.String att_type |
Variable holds attribte type
System.String att_URI |
Variable holds attribte namespace
System.String att_value |
Variable holds attribte value