Asn1XmlNamespace Class Reference

List of all members.

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]

Detailed Description

This class maps an XML namespace prefix to a URI.


Constructor & Destructor Documentation

Asn1XmlNamespace ( System.String  prefix,
System.String  uri 
)

The constructor creates a mapping between a namespace URI and a prefix.

Parameters:
prefix XML namespace prefix
uri XML namespace URI

Member Function Documentation

virtual bool IsPrefixEqual ( System.String  prefix  )  [virtual]

This method is used to test the given prefix for a match.

virtual bool IsURIEqual ( System.String  uri  )  [virtual]

This method is used to test the given URI for a match.


Property Documentation

virtual System.String Prefix [get, set]

This method is used to get and set the prefix value.

virtual System.String URI [get, set]

This method is used to get and set the URI value.