22 #if !defined(XERCESC_INCLUDE_GUARD_HANDLERBASE_HPP) 
   23 #define XERCESC_INCLUDE_GUARD_HANDLERBASE_HPP 
   81         const   XMLCh* 
const    chars
 
  131         const   XMLCh* 
const    chars
 
  152         const   XMLCh* 
const    target
 
  153         , 
const XMLCh* 
const    data
 
  210         const   XMLCh* 
const    name
 
  242         const   XMLCh* 
const    publicId
 
  243         , 
const XMLCh* 
const    systemId
 
  329         const   XMLCh* 
const    name
 
  330         , 
const XMLCh* 
const    publicId
 
  331         , 
const XMLCh* 
const    systemId
 
  357         const   XMLCh* 
const    name
 
  358         , 
const XMLCh* 
const    publicId
 
  359         , 
const XMLCh* 
const    systemId
 
  360         , 
const XMLCh* 
const    notationName
 
  409                                         , 
const XMLCh* 
const)
 
  415                                     , 
const XMLCh* 
const)
 
  433                             , 
const XMLCh* 
const)
 
  442                                 , 
const XMLCh* 
const)
 
Receive notification of general document events. 
Definition: DocumentHandler.hpp:60
virtual void fatalError(const SAXParseException &exc)=0
Receive notification of a non-recoverable error. 
virtual void error(const SAXParseException &exc)=0
Receive notification of a recoverable error. 
virtual void unparsedEntityDecl(const XMLCh *const name, const XMLCh *const publicId, const XMLCh *const systemId, const XMLCh *const notationName)
Receive notification of an unparsed entity declaration. 
Definition: HandlerBase.hpp:439
virtual void notationDecl(const XMLCh *const name, const XMLCh *const publicId, const XMLCh *const systemId)
Receive notification of a notation declaration. 
Definition: HandlerBase.hpp:407
virtual void ignorableWhitespace(const XMLCh *const chars, const XMLSize_t length)
Receive notification of ignorable whitespace in element content. 
Definition: HandlerBase.hpp:402
virtual void resetDocument()=0
Reset the Document object on its reuse. 
virtual ~HandlerBase()
Definition: HandlerBase.hpp:365
#define SAX_EXPORT
Definition: XercesDefs.hpp:164
virtual void endElement(const XMLCh *const name)=0
Receive notification of the end of an element. 
Receive notification of basic DTD-related events. 
Definition: DTDHandler.hpp:59
virtual void resetErrors()=0
Reset the Error handler object on its reuse. 
virtual void unparsedEntityDecl(const XMLCh *const name, const XMLCh *const publicId, const XMLCh *const systemId, const XMLCh *const notationName)=0
Receive notification of an unparsed entity declaration event. 
virtual void setDocumentLocator(const Locator *const locator)
Receive a Locator object for document events. 
Definition: HandlerBase.hpp:446
HandlerBase()
Definition: HandlerBase.hpp:364
virtual void startDocument()
Receive notification of the beginning of the document. 
Definition: HandlerBase.hpp:450
Basic interface for resolving entities. 
Definition: EntityResolver.hpp:86
virtual void resetDocType()=0
Reset the DocType object on its reuse. 
Default base class for handlers. 
Definition: HandlerBase.hpp:56
Interface for an element's attribute specifications. 
Definition: AttributeList.hpp:80
Basic interface for SAX error handlers. 
Definition: ErrorHandler.hpp:60
virtual void characters(const XMLCh *const chars, const XMLSize_t length)
Receive notification of character data inside an element. 
Definition: HandlerBase.hpp:379
virtual void processingInstruction(const XMLCh *const target, const XMLCh *const data)=0
Receive notification of a processing instruction. 
virtual void endElement(const XMLCh *const name)
Receive notification of the end of an element. 
Definition: HandlerBase.hpp:388
Interface for associating a SAX event with a document location. 
Definition: Locator.hpp:54
virtual void endDocument()=0
Receive notification of the end of a document. 
virtual void notationDecl(const XMLCh *const name, const XMLCh *const publicId, const XMLCh *const systemId)=0
Receive notification of a notation declaration event. 
virtual void resetErrors()
Reset the Error handler object on its reuse. 
Definition: HandlerBase.hpp:419
virtual InputSource * resolveEntity(const XMLCh *const publicId, const XMLCh *const systemId)
Resolve an external entity. 
Definition: HandlerBase.hpp:432
virtual void startDocument()=0
Receive notification of the beginning of a document. 
SIZE_T XMLSize_t
Definition: Xerces_autoconf_config.borland.hpp:86
virtual void warning(const SAXParseException &exc)=0
Receive notification of a warning. 
virtual void startElement(const XMLCh *const name, AttributeList &attributes)
Receive notification of the start of an element. 
Definition: HandlerBase.hpp:455
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
wchar_t XMLCh
Definition: Xerces_autoconf_config.borland.hpp:92
virtual void warning(const SAXParseException &exc)
Receive notification of a parser warning. 
Definition: HandlerBase.hpp:460
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
virtual void error(const SAXParseException &exc)
Receive notification of a recoverable parser error. 
Definition: HandlerBase.hpp:392
virtual void fatalError(const SAXParseException &exc)
Report a fatal XML parsing error. 
Definition: HandlerBase.hpp:396
virtual void resetDocument()
Reset the Document object on its reuse. 
Definition: HandlerBase.hpp:423
virtual InputSource * resolveEntity(const XMLCh *const publicId, const XMLCh *const systemId)=0
Allow the application to resolve external entities. 
virtual void startElement(const XMLCh *const name, AttributeList &attrs)=0
Receive notification of the beginning of an element. 
virtual void characters(const XMLCh *const chars, const XMLSize_t length)=0
Receive notification of character data. 
virtual void processingInstruction(const XMLCh *const target, const XMLCh *const data)
Receive notification of a processing instruction. 
Definition: HandlerBase.hpp:414
virtual void endDocument()
Receive notification of the end of the document. 
Definition: HandlerBase.hpp:384
virtual void resetDocType()
Reset the DTD object on its reuse. 
Definition: HandlerBase.hpp:427
Encapsulate an XML parse error or warning. 
Definition: SAXParseException.hpp:48
virtual void setDocumentLocator(const Locator *const locator)=0
Receive an object for locating the origin of SAX document events. 
virtual void ignorableWhitespace(const XMLCh *const chars, const XMLSize_t length)=0
Receive notification of ignorable whitespace in element content.