Asn1NullEventHandler Class Reference
[Named Event Handlers]

Inheritance diagram for Asn1NullEventHandler:
Asn1NamedEventHandler

List of all members.

Public Member Functions

virtual void startElement (const char *, int)
virtual void endElement (const char *, int)

Member Function Documentation

virtual void Asn1NullEventHandler::endElement ( const char *  name,
int  index 
) [inline, virtual]

This method is invoked from within a decode function when parsing is complete on an element of a SEQUENCE, SET, SEQUENCE OF, SET OF, or CHOICE construct.

Parameters:
name For SEQUENCE, SET, or CHOICE, this is the name of the element as defined in the ASN.1 defination. For SEQUENCE OF or SET OF, this is set to the name "element".
index For SEQUENCE, SET, or CHOICE, this is not used and is set to the value -1. For SEQUENCE OF or SET OF, this contains the zero-based index of the element in the conceptual array associated with the construct.
Returns:
- none

Implements Asn1NamedEventHandler.

virtual void Asn1NullEventHandler::startElement ( const char *  name,
int  index 
) [inline, virtual]

This method is invoked from within a decode function when an element of a SEQUENCE, SET, SEQUENCE OF, SET OF, or CHOICE construct is parsed.

Parameters:
name For SEQUENCE, SET, or CHOICE, this is the name of the element as defined in the ASN.1 defination. For SEQUENCE OF or SET OF, this is set to the name "element".
index For SEQUENCE, SET, or CHOICE, this is not used and is set to the value -1. For SEQUENCE OF or SET OF, this contains the zero-based index of the element in the conceptual array associated with the construct.
Returns:
- none

Implements Asn1NamedEventHandler.


The documentation for this class was generated from the following file: