Asn1XerDecodeBuffer Class Reference

List of all members.

Public Member Functions

 Asn1XerDecodeBuffer (System.String source)

Protected Attributes

internal XmlSource mInputSource

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 ( System.String  source  ) 

This constructor creates an XER decode buffer.

Parameters:
source The source containing the XML document.

Member Data Documentation

internal XmlSource mInputSource [protected]

Variable holds the SAX input source object.


Property Documentation

virtual XmlSource InputSource [get]

Gets the SAX input source object.

Value: SAX input source object