ASN1C C# Runtime Library
7.6
|
Public Member Functions | |
Asn1XmlNamespace (System.String prefix, System.String uri) | |
virtual bool | IsPrefixEqual (System.String prefix) |
virtual bool | IsURIEqual (System.String uri) |
Properties | |
virtual System.String | Prefix [get, set] |
virtual System.String | URI [get, set] |
This class maps an XML namespace prefix to a URI.
Asn1XmlNamespace | ( | System.String | prefix, |
System.String | uri | ||
) |
The constructor creates a mapping between a namespace URI and a prefix.
prefix | XML namespace prefix |
uri | XML namespace URI |
|
virtual |
This method is used to test the given prefix for a match.
|
virtual |
This method is used to test the given URI for a match.
|
getset |
This method is used to get and set the prefix value.
Referenced by Asn1XmlUtil.TokenizeXsdList(), Asn1XmlEncodeBuffer.WriteNamespaces(), and Asn1XmlOutputStream.WriteNamespaces().
|
getset |
This method is used to get and set the URI value.
Referenced by Asn1XmlUtil.TokenizeXsdList(), Asn1XmlEncodeBuffer.WriteNamespaces(), and Asn1XmlOutputStream.WriteNamespaces().