Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

qgxml::XercesQgarContentHandlerAdaptor Class Reference

#include <XercesQgarContentHandlerAdaptor.H>

List of all members.


Detailed Description

Todo:
Comment this class!
Author:
Jan Rendek
Date:
March 31, 2003 10:24
Since:
Qgar 2.1

Definition at line 66 of file XercesQgarContentHandlerAdaptor.H.

Public Member Functions

virtual void characters (const XMLCh *const chars, const unsigned int length)
virtual void endDocument ()
virtual void endElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qName)
virtual void ignorableWhitespace (const XMLCh *const chars, const unsigned int length)
virtual void processingInstruction (const XMLCh *const target, const XMLCh *const data)
virtual void setDocumentLocator (const xercesc::Locator *const locator)
virtual void startDocument ()
virtual void startElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const xercesc::Attributes &attrs)
virtual void startPrefixMapping (const XMLCh *const prefix, const XMLCh *const uri)
virtual void endPrefixMapping (const XMLCh *const prefix)
virtual void skippedEntity (const XMLCh *name)
Constructors
 XercesQgarContentHandlerAdaptor (qgxml::ContentHandler *handler)
 Default constructor.
Destructors
virtual ~XercesQgarContentHandlerAdaptor ()
 Destructor.

Protected Attributes

qgxml::ContentHandler_impl
XercesStringConverter _sc
XercesLocatorAdaptor_locatorImpl


Constructor & Destructor Documentation

qgxml::XercesQgarContentHandlerAdaptor::XercesQgarContentHandlerAdaptor qgxml::ContentHandler handler  )  [explicit]
 

Default constructor.

Definition at line 62 of file XercesQgarContentHandlerAdaptor.C.

References _impl, and _locatorImpl.

qgxml::XercesQgarContentHandlerAdaptor::~XercesQgarContentHandlerAdaptor  )  [virtual]
 

Destructor.

Definition at line 77 of file XercesQgarContentHandlerAdaptor.C.

References _locatorImpl.


Member Function Documentation

void qgxml::XercesQgarContentHandlerAdaptor::characters const XMLCh *const   chars,
const unsigned int  length
[virtual]
 

Definition at line 89 of file XercesQgarContentHandlerAdaptor.C.

References _impl, _sc, qgxml::ContentHandler::characters(), and qgxml::SAXException::getMessage().

void qgxml::XercesQgarContentHandlerAdaptor::endDocument  )  [virtual]
 

Definition at line 104 of file XercesQgarContentHandlerAdaptor.C.

References _impl, qgxml::ContentHandler::endDocument(), and qgxml::SAXException::getMessage().

void qgxml::XercesQgarContentHandlerAdaptor::endElement const XMLCh *const   uri,
const XMLCh *const   localname,
const XMLCh *const   qName
[virtual]
 

Definition at line 118 of file XercesQgarContentHandlerAdaptor.C.

References _impl, _sc, qgxml::ContentHandler::endElement(), and qgxml::SAXException::getMessage().

void qgxml::XercesQgarContentHandlerAdaptor::endPrefixMapping const XMLCh *const   prefix  )  [virtual]
 

Definition at line 235 of file XercesQgarContentHandlerAdaptor.C.

References _impl, _sc, qgxml::ContentHandler::endPrefixMapping(), and qgxml::SAXException::getMessage().

void qgxml::XercesQgarContentHandlerAdaptor::ignorableWhitespace const XMLCh *const   chars,
const unsigned int  length
[virtual]
 

Definition at line 134 of file XercesQgarContentHandlerAdaptor.C.

References _impl, _sc, qgxml::SAXException::getMessage(), and qgxml::ContentHandler::ignorableWhitespace().

void qgxml::XercesQgarContentHandlerAdaptor::processingInstruction const XMLCh *const   target,
const XMLCh *const   data
[virtual]
 

Definition at line 150 of file XercesQgarContentHandlerAdaptor.C.

References _impl, _sc, qgxml::SAXException::getMessage(), and qgxml::ContentHandler::processingInstruction().

void qgxml::XercesQgarContentHandlerAdaptor::setDocumentLocator const xercesc::Locator *const   locator  )  [virtual]
 

Definition at line 165 of file XercesQgarContentHandlerAdaptor.C.

References _impl, _locatorImpl, and qgxml::ContentHandler::setDocumentLocator().

void qgxml::XercesQgarContentHandlerAdaptor::skippedEntity const XMLCh *  name  )  [virtual]
 

Definition at line 249 of file XercesQgarContentHandlerAdaptor.C.

References _impl, _sc, qgxml::SAXException::getMessage(), and qgxml::ContentHandler::skippedEntity().

void qgxml::XercesQgarContentHandlerAdaptor::startDocument  )  [virtual]
 

Definition at line 184 of file XercesQgarContentHandlerAdaptor.C.

References _impl, qgxml::SAXException::getMessage(), and qgxml::ContentHandler::startDocument().

void qgxml::XercesQgarContentHandlerAdaptor::startElement const XMLCh *const   uri,
const XMLCh *const   localname,
const XMLCh *const   qname,
const xercesc::Attributes &  attrs
[virtual]
 

Definition at line 198 of file XercesQgarContentHandlerAdaptor.C.

References _impl, _sc, qgxml::SAXException::getMessage(), and qgxml::ContentHandler::startElement().

void qgxml::XercesQgarContentHandlerAdaptor::startPrefixMapping const XMLCh *const   prefix,
const XMLCh *const   uri
[virtual]
 

Definition at line 220 of file XercesQgarContentHandlerAdaptor.C.

References _impl, _sc, qgxml::SAXException::getMessage(), and qgxml::ContentHandler::startPrefixMapping().


Member Data Documentation

qgxml::ContentHandler* qgxml::XercesQgarContentHandlerAdaptor::_impl [protected]
 

Definition at line 135 of file XercesQgarContentHandlerAdaptor.H.

Referenced by characters(), endDocument(), endElement(), endPrefixMapping(), ignorableWhitespace(), processingInstruction(), setDocumentLocator(), skippedEntity(), startDocument(), startElement(), startPrefixMapping(), and XercesQgarContentHandlerAdaptor().

XercesLocatorAdaptor* qgxml::XercesQgarContentHandlerAdaptor::_locatorImpl [protected]
 

Definition at line 139 of file XercesQgarContentHandlerAdaptor.H.

Referenced by setDocumentLocator(), XercesQgarContentHandlerAdaptor(), and ~XercesQgarContentHandlerAdaptor().

XercesStringConverter qgxml::XercesQgarContentHandlerAdaptor::_sc [protected]
 

Definition at line 137 of file XercesQgarContentHandlerAdaptor.H.

Referenced by characters(), endElement(), endPrefixMapping(), ignorableWhitespace(), processingInstruction(), skippedEntity(), startElement(), and startPrefixMapping().


The documentation for this class was generated from the following files: