ASN1C C# Runtime Library  7.5
Public Member Functions | Public Attributes | List of all members
XmlAttributes.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()

XmlAttribute ( System.String  Uri,
System.String  Lname,
System.String  Qname,
System.String  Type,
System.String  Value 
)

This is the constructor of the XmlAttribute

Parameters
UriThe namespace URI of the attribute
LnameThe local name of the attribute
QnameThe long(Qualify) name of attribute
TypeThe type of the attribute
ValueThe value of the attribute

Member Data Documentation

◆ 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

System.String att_type

Variable holds attribte type

◆ att_URI

System.String att_URI

Variable holds attribte namespace

◆ att_value

System.String att_value

Variable holds attribte value