ASN1C C# Runtime Library  7.4
Public Member Functions | Properties | List of all members
Asn1XerDecodeBuffer Class Reference

Public Member Functions

 Asn1XerDecodeBuffer (System.String source)
 

Properties

virtual XmlSource InputSource [get]
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ Asn1XerDecodeBuffer()

Asn1XerDecodeBuffer ( System.String  source)

This constructor creates an XER decode buffer.

Parameters
sourceThe source containing the XML document.

Property Documentation

◆ InputSource

virtual XmlSource InputSource
get

Gets the SAX input source object.

Value: SAX input source object