VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
QXmlLexicalHandler Class Referenceabstract
Inheritance diagram for QXmlLexicalHandler:
Inheritance graph
[legend]

Public Member Functions

virtual ~QXmlLexicalHandler ()
 
virtual bool startDTD (const QString &name, const QString &publicId, const QString &systemId)=0
 
virtual bool endDTD ()=0
 
virtual bool startEntity (const QString &name)=0
 
virtual bool endEntity (const QString &name)=0
 
virtual bool startCDATA ()=0
 
virtual bool endCDATA ()=0
 
virtual bool comment (const QString &ch)=0
 
virtual QString errorString () const =0
 

Constructor & Destructor Documentation

virtual QXmlLexicalHandler::~QXmlLexicalHandler ( )
inlinevirtual

Member Function Documentation

virtual bool QXmlLexicalHandler::startDTD ( const QString &  name,
const QString &  publicId,
const QString &  systemId 
)
pure virtual

Implemented in QXmlDefaultHandler.

virtual bool QXmlLexicalHandler::endDTD ( )
pure virtual

Implemented in QXmlDefaultHandler.

virtual bool QXmlLexicalHandler::startEntity ( const QString &  name)
pure virtual

Implemented in QXmlDefaultHandler.

virtual bool QXmlLexicalHandler::endEntity ( const QString &  name)
pure virtual

Implemented in QXmlDefaultHandler.

virtual bool QXmlLexicalHandler::startCDATA ( )
pure virtual

Implemented in QXmlDefaultHandler.

virtual bool QXmlLexicalHandler::endCDATA ( )
pure virtual

Implemented in QXmlDefaultHandler.

virtual bool QXmlLexicalHandler::comment ( const QString &  ch)
pure virtual

Implemented in QXmlDefaultHandler.

virtual QString QXmlLexicalHandler::errorString ( ) const
pure virtual

Implemented in QXmlDefaultHandler.


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

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)