|
CartoType API
|
#include <cartotype_sax.h>
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 &) |
Default base class for SAX event handlers
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.
1.7.5.1