Asn1NullEventHandler Class Reference
[Named Event Handlers]
#include <asn1CppEvtHndlr.h>
Inheritance diagram for Asn1NullEventHandler:
Public Member Functions | |
virtual void | startElement (const char *, int) |
virtual void | endElement (const char *, int) |
Detailed Description
The Asn1NullEventHandler contains a completely empty implementation of all user methods.
Member Function Documentation
virtual void Asn1NullEventHandler::endElement | ( | const char * | , | |
int | ||||
) | [inline, virtual] |
This endElement method does nothing.
Implements Asn1NamedEventHandler.
virtual void Asn1NullEventHandler::startElement | ( | const char * | , | |
int | ||||
) | [inline, virtual] |
This startElement method does nothing.
Implements Asn1NamedEventHandler.
The documentation for this class was generated from the following file: