CartoType API
Public Member Functions
CartoType::Sax::TDefaultHandler Class Reference

#include <cartotype_sax.h>

Inheritance diagram for CartoType::Sax::TDefaultHandler:
CartoType::Sax::MContentHandler CartoType::CConfigHandler CartoType::CStyleSheetHandler CartoType::CSvgInterpreter CartoType::CSvgXmlHandler

List of all members.

Public Member Functions

TResult Characters (const MString &)
TResult EndDocument ()
TResult EndElement (const MString &, const MString &, const MString &)
TResult EndPrefixMapping (const MString &)
TResult ProcessingInstruction (const MString &, const MString &)
TResult SetDocumentLocator (const MLocator &)
TResult SkippedEntity (const MString &, bool)
TResult StartDocument ()
TResult StartElement (const MString &, const MString &, const MString &, const MAttributes &)
TResult StartPrefixMapping (const MString &, const MString &)

Detailed Description

Default base class for SAX event handlers


Member Function Documentation

TResult CartoType::Sax::TDefaultHandler::Characters ( const MString aString) [inline, virtual]

Receive notification of character data.

Implements CartoType::Sax::MContentHandler.

TResult CartoType::Sax::TDefaultHandler::EndDocument ( ) [inline, virtual]

Receive notification of the end of a document.

Implements CartoType::Sax::MContentHandler.

TResult CartoType::Sax::TDefaultHandler::EndElement ( const MString aUri,
const MString aLocalName,
const MString aQName 
) [inline, virtual]

Receive notification of the end of an element.

Implements CartoType::Sax::MContentHandler.

Reimplemented in CartoType::CStyleSheetHandler, and CartoType::CConfigHandler.

TResult CartoType::Sax::TDefaultHandler::EndPrefixMapping ( const MString aPrefix) [inline, virtual]

End the scope of a prefix-URI mapping.

Implements CartoType::Sax::MContentHandler.

TResult CartoType::Sax::TDefaultHandler::ProcessingInstruction ( const MString aTarget,
const MString aData 
) [inline, virtual]

Receive notification of a processing instruction.

Implements CartoType::Sax::MContentHandler.

TResult CartoType::Sax::TDefaultHandler::SetDocumentLocator ( const MLocator aLocator) [inline, virtual]

Receive an object for locating the origin of SAX document events.

Implements CartoType::Sax::MContentHandler.

TResult CartoType::Sax::TDefaultHandler::SkippedEntity ( const MString aName,
bool  aParamEntity 
) [inline, virtual]

Receive notification of a skipped entity.

Implements CartoType::Sax::MContentHandler.

TResult CartoType::Sax::TDefaultHandler::StartDocument ( ) [inline, virtual]

Receive notification of the beginning of a document.

Implements CartoType::Sax::MContentHandler.

CT_EXPORT TResult CSvgInterpreter::StartElement ( const MString aUri,
const MString aLocalName,
const MString aQName,
const MAttributes aAttributes 
) [inline, virtual]

Receive notification of the beginning of an element.

Implements CartoType::Sax::MContentHandler.

Reimplemented in CartoType::CStyleSheetHandler, and CartoType::CConfigHandler.

TResult CartoType::Sax::TDefaultHandler::StartPrefixMapping ( const MString aPrefix,
const MString aUri 
) [inline, virtual]

Begin the scope of a prefix-URI Namespace mapping.

Implements CartoType::Sax::MContentHandler.


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