16 #ifndef ZORBA_DEFAULT_CONTENT_HANDLER_API_H
17 #define ZORBA_DEFAULT_CONTENT_HANDLER_API_H
19 #include <zorba/config.h>
78 const String & systemId ) {}
83 const String & systemId,
const String & notationName ) {}
98 const String & systemId ) {}
void characters(const String &text)
Receive notification of character data.
virtual ~DefaultContentHandler()
void startEntity(const String &name)
void endDocument()
Receive notification of the end of a document.
void processingInstruction(const String &target, const String &data)
Receive notification of a processing instruction.
void comment(const String &chars)
void notationDecl(const String &name, const String &publicId, const String &systemId)
void skippedEntity(const String &name)
Receive notification of a skipped entity.
void startDTD(const String &name, const String &publicId, const String &systemId)
void internalEntityDecl(const String &name, const String &value)
void startDocument()
Receive notification of the beginning of a document.
void attributeDecl(const String &eName, const String &aName, const String &type, const String &mode, const String &value)
void endPrefixMapping(const String &prefix)
Receive notification of the end of an namespace prefix mapping.
void startElement(const String &uri, const String &localname, const String &qname, const SAX2_Attributes &aAttrs)
Receive notification of the beginning of an element.
void endElement(const String &uri, const String &localname, const String &qname)
Receive notification of the end of an element.
void unparsedEntityDecl(const String &name, const String &publicId, const String &systemId, const String ¬ationName)
void endEntity(const String &name)
Receive notification of events that result from serializing a query result as XML.
void elementDecl(const String &name, const String &model)
void externalEntityDecl(const String &name, const String &publicId, const String &systemId)
void ignorableWhitespace(const String &whitespace)
Receive notification of ignorable whitespace in element content.
void startPrefixMapping(const String &prefix, const String &uri)
Receive notification of the start of an namespace prefix mapping.
A default content handler class implementing the SAX2_ContentHandler and SAX2_LexicalHandler interfac...