#include <qgarlib/sax/XMLReaderFactory.H>
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).
Definition at line 67 of file XMLReaderFactory.H.
Static Public Member Functions | |
| static XMLReader * | createXMLReader () |
| Creates an XMLReader. | |
Private Member Functions | |
Constructor | |
| XMLReaderFactory () | |
| Default constructor. | |
|
|
Default constructor.
Definition at line 53 of file qtimpl/XMLReaderFactory.C. |
|
|
Creates an XMLReader.
Definition at line 61 of file qtimpl/XMLReaderFactory.C. |