Public Methods |
| ACEXML_SAXPrint_Handler (void) |
virtual | ~ACEXML_SAXPrint_Handler (void) |
virtual void | characters (const ACEXML_Char *ch, int start, int length, ACEXML_Env &xmlenv) |
virtual void | endDocument (ACEXML_Env &xmlenv) |
virtual void | endElement (const ACEXML_Char *namespaceURI, const ACEXML_Char *localName, const ACEXML_Char *qName, ACEXML_Env &xmlenv) |
virtual void | endPrefixMapping (const ACEXML_Char *prefix, ACEXML_Env &xmlenv) |
virtual void | ignorableWhitespace (const ACEXML_Char *ch, int start, int length, ACEXML_Env &xmlenv) |
virtual void | processingInstruction (const ACEXML_Char *target, const ACEXML_Char *data, ACEXML_Env &xmlenv) |
virtual void | setDocumentLocator (ACEXML_Locator *locator, ACEXML_Env &xmlenv) |
virtual void | skippedEntity (const ACEXML_Char *name, ACEXML_Env &xmlenv) |
virtual void | startDocument (ACEXML_Env &xmlenv) |
virtual void | startElement (const ACEXML_Char *namespaceURI, const ACEXML_Char *localName, const ACEXML_Char *qName, ACEXML_Attributes *atts, ACEXML_Env &xmlenv) |
virtual void | startPrefixMapping (const ACEXML_Char *prefix, const ACEXML_Char *uri, ACEXML_Env &xmlenv) |
virtual void | notationDecl (const ACEXML_Char *name, const ACEXML_Char *publicId, const ACEXML_Char *systemId, ACEXML_Env &xmlenv) |
virtual void | unparsedEntityDecl (const ACEXML_Char *name, const ACEXML_Char *publicId, const ACEXML_Char *systemId, const ACEXML_Char *notationName, ACEXML_Env &xmlenv) |
virtual ACEXML_InputSource * | resolveEntity (const ACEXML_Char *publicId, const ACEXML_Char *systemId, ACEXML_Env &xmlenv) |
virtual void | error (ACEXML_SAXParseException &exception, ACEXML_Env &xmlenv) |
virtual void | fatalError (ACEXML_SAXParseException &exception, ACEXML_Env &xmlenv) |
virtual void | warning (ACEXML_SAXParseException &exception, ACEXML_Env &xmlenv) |
void | inc_indent () |
void | dec_indent () |
void | print_indent () |
Private Attributes |
size_t | indent_ |
This SAX event handler try to regenerate the XML document it reads with correct indentation.