ASN1C C# Runtime Library
7.6
|
Public Member Functions | |
Asn1XerDecodeBuffer (System.String source) | |
Properties | |
virtual XmlSource | InputSource [get] |
This class handles the decoding of ASN.1 messages as specified in the XML Encoding Rules (XER) as documented in the ITU-T X.693 standard. Note that this class is not derived from the Asn1DecodeBuffer class as are other decode buffer classes. Its purpose it to act as an input source for XML data to be read by a SAX parser.
Asn1XerDecodeBuffer | ( | System.String | source | ) |
This constructor creates an XER decode buffer.
source | The source containing the XML document. |
|
get |
Gets the SAX input source object.
Value:
SAX input source object