|
| XmlAttribute (System.String Uri, System.String Lname, System.String Qname, System.String Type, System.String Value) |
|
This class is created to save the information of each attributes in the XmlAttributes.
◆ XmlAttribute()
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 |
◆ att_fullName
System.String att_fullName |
Variable holds attribte full name (namespace + local name)
◆ att_localName
System.String att_localName |
Variable holds attribte local name
◆ att_type
Variable holds attribte type
◆ att_URI
Variable holds attribte namespace
◆ att_value
Variable holds attribte value