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

qgxml::XMLReaderFactory Class Reference
[XML SAX Module]

#include <qgarlib/sax/XMLReaderFactory.H>

List of all members.


Detailed Description

Factory for creating an XML reader.

This class contains static methods for creating an XML reader.

This class is an adaptation for C++ of the interface of the same name implemented in the Java SAX API(http://www.saxproject.org).

Author:
Jan Rendek
Date:
March 3, 2003 15:34
Since:
Qgar 2.1.1

Definition at line 67 of file XMLReaderFactory.H.

Static Public Member Functions

static XMLReadercreateXMLReader ()
 Creates an XMLReader.

Private Member Functions

Constructor
 XMLReaderFactory ()
 Default constructor.


Constructor & Destructor Documentation

qgxml::XMLReaderFactory::XMLReaderFactory  )  [private]
 

Default constructor.

Definition at line 53 of file qtimpl/XMLReaderFactory.C.


Member Function Documentation

XMLReader * qgxml::XMLReaderFactory::createXMLReader  )  [static]
 

Creates an XMLReader.

Returns:
A new XMLReader.

Definition at line 61 of file qtimpl/XMLReaderFactory.C.


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