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

qgxml::QtQgarContentHandlerAdaptor Class Reference

#include <QtQgarContentHandlerAdaptor.H>

List of all members.


Detailed Description

Todo:
Comment this class!
Author:
Jan Rendek
Date:
March 11, 2003 14:03
Since:
Qgar 2.1

Definition at line 67 of file QtQgarContentHandlerAdaptor.H.

Public Member Functions

virtual bool characters (const QString &ch)
virtual bool endDocument ()
virtual bool endElement (const QString &namespaceURI, const QString &localName, const QString &qName)
virtual bool endPrefixMapping (const QString &prefix)
virtual QString errorString ()
virtual bool ignorableWhitespace (const QString &ch)
virtual void setDocumentLocator (QXmlLocator *locator)
virtual bool startDocument ()
virtual bool processingInstruction (const QString &target, const QString &data)
virtual bool skippedEntity (const QString &name)
virtual bool startElement (const QString &namespaceURI, const QString &localName, const QString &qName, const QXmlAttributes &atts)
virtual bool startPrefixMapping (const QString &prefix, const QString &uri)
Constructors
 QtQgarContentHandlerAdaptor (ContentHandler *handler)
 Default constructor.
Destructors
virtual ~QtQgarContentHandlerAdaptor ()
 Destructor.

Protected Attributes

ContentHandler_impl
QString _errorMsg
QtStringConverter _sc
QtLocatorAdaptor_locatorImpl


Constructor & Destructor Documentation

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

Default constructor.

Definition at line 63 of file QtQgarContentHandlerAdaptor.C.

References _impl, and _locatorImpl.

qgxml::QtQgarContentHandlerAdaptor::~QtQgarContentHandlerAdaptor  )  [virtual]
 

Destructor.

Definition at line 76 of file QtQgarContentHandlerAdaptor.C.

References _locatorImpl.


Member Function Documentation

bool qgxml::QtQgarContentHandlerAdaptor::characters const QString &  ch  )  [virtual]
 

Definition at line 88 of file QtQgarContentHandlerAdaptor.C.

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

bool qgxml::QtQgarContentHandlerAdaptor::endDocument  )  [virtual]
 

Definition at line 107 of file QtQgarContentHandlerAdaptor.C.

References _errorMsg, _impl, and qgxml::ContentHandler::endDocument().

bool qgxml::QtQgarContentHandlerAdaptor::endElement const QString &  namespaceURI,
const QString &  localName,
const QString &  qName
[virtual]
 

Definition at line 127 of file QtQgarContentHandlerAdaptor.C.

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

bool qgxml::QtQgarContentHandlerAdaptor::endPrefixMapping const QString &  prefix  )  [virtual]
 

Definition at line 148 of file QtQgarContentHandlerAdaptor.C.

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

QString qgxml::QtQgarContentHandlerAdaptor::errorString  )  [virtual]
 

Definition at line 167 of file QtQgarContentHandlerAdaptor.C.

References _errorMsg.

bool qgxml::QtQgarContentHandlerAdaptor::ignorableWhitespace const QString &  ch  )  [virtual]
 

Definition at line 175 of file QtQgarContentHandlerAdaptor.C.

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

bool qgxml::QtQgarContentHandlerAdaptor::processingInstruction const QString &  target,
const QString &  data
[virtual]
 

Definition at line 230 of file QtQgarContentHandlerAdaptor.C.

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

void qgxml::QtQgarContentHandlerAdaptor::setDocumentLocator QXmlLocator *  locator  )  [virtual]
 

Definition at line 194 of file QtQgarContentHandlerAdaptor.C.

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

bool qgxml::QtQgarContentHandlerAdaptor::skippedEntity const QString &  name  )  [virtual]
 

Definition at line 250 of file QtQgarContentHandlerAdaptor.C.

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

bool qgxml::QtQgarContentHandlerAdaptor::startDocument  )  [virtual]
 

Definition at line 211 of file QtQgarContentHandlerAdaptor.C.

References _errorMsg, _impl, and qgxml::ContentHandler::startDocument().

bool qgxml::QtQgarContentHandlerAdaptor::startElement const QString &  namespaceURI,
const QString &  localName,
const QString &  qName,
const QXmlAttributes &  atts
[virtual]
 

Definition at line 268 of file QtQgarContentHandlerAdaptor.C.

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

bool qgxml::QtQgarContentHandlerAdaptor::startPrefixMapping const QString &  prefix,
const QString &  uri
[virtual]
 

Definition at line 292 of file QtQgarContentHandlerAdaptor.C.

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


Member Data Documentation

QString qgxml::QtQgarContentHandlerAdaptor::_errorMsg [protected]
 

Definition at line 138 of file QtQgarContentHandlerAdaptor.H.

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

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

Definition at line 136 of file QtQgarContentHandlerAdaptor.H.

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

QtLocatorAdaptor* qgxml::QtQgarContentHandlerAdaptor::_locatorImpl [protected]
 

Definition at line 142 of file QtQgarContentHandlerAdaptor.H.

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

QtStringConverter qgxml::QtQgarContentHandlerAdaptor::_sc [protected]
 

Definition at line 140 of file QtQgarContentHandlerAdaptor.H.

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


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