|
virtual void | characters (const ACEXML_Char *ch, size_t start, size_t length) |
|
const ACEXML_Char * | get_test_string (void) |
|
| ACEXML_DefaultHandler () |
|
virtual | ~ACEXML_DefaultHandler () |
|
virtual void | endDocument () |
|
virtual void | endElement (const ACEXML_Char *namespaceURI, const ACEXML_Char *localName, const ACEXML_Char *qName) |
|
virtual void | endPrefixMapping (const ACEXML_Char *prefix) |
|
virtual void | ignorableWhitespace (const ACEXML_Char *ch, int start, int length) |
|
virtual void | processingInstruction (const ACEXML_Char *target, const ACEXML_Char *data) |
|
virtual void | setDocumentLocator (ACEXML_Locator *locator) |
|
virtual void | skippedEntity (const ACEXML_Char *name) |
|
virtual void | startDocument () |
|
virtual void | startElement (const ACEXML_Char *namespaceURI, const ACEXML_Char *localName, const ACEXML_Char *qName, ACEXML_Attributes *atts) |
|
virtual void | startPrefixMapping (const ACEXML_Char *prefix, const ACEXML_Char *uri) |
|
virtual void | notationDecl (const ACEXML_Char *name, const ACEXML_Char *publicId, const ACEXML_Char *systemId) |
|
virtual void | unparsedEntityDecl (const ACEXML_Char *name, const ACEXML_Char *publicId, const ACEXML_Char *systemId, const ACEXML_Char *notationName) |
|
virtual ACEXML_InputSource * | resolveEntity (const ACEXML_Char *publicId, const ACEXML_Char *systemId) |
|
virtual void | error (ACEXML_SAXParseException &exception) |
|
virtual void | fatalError (ACEXML_SAXParseException &exception) |
|
virtual void | warning (ACEXML_SAXParseException &exception) |
|
virtual | ~ACEXML_ContentHandler () |
|
virtual | ~ACEXML_DTDHandler () |
|
virtual | ~ACEXML_EntityResolver () |
|
virtual | ~ACEXML_ErrorHandler () |
|
◆ characters()
void Basic_Content_Tester::characters |
( |
const ACEXML_Char * |
ch, |
|
|
size_t |
start, |
|
|
size_t |
length |
|
) |
| |
|
virtual |
◆ get_test_string()
const ACEXML_Char * Basic_Content_Tester::get_test_string |
( |
void |
| ) |
|
|
inline |
◆ test_string_
Initial value:=
ACE_TEXT (
"d'internationalisation</translation>")
The documentation for this class was generated from the following file: