This is the concrete factory for XML reader built on top of Xerces-C++ parser.
More...
#include <ReaderFactory.h>
|
| std::string | m_factoryKey |
| | The key that identifies the concrete factory: it will be used for unregistering the factory during destruction. More...
|
| |
This is the concrete factory for XML reader built on top of Xerces-C++ parser.
- See also
- te::xml::ReaderFactory
Definition at line 47 of file ReaderFactory.h.
| te::xerces::ReaderFactory::~ReaderFactory |
( |
| ) |
|
|
virtual |
| te::xerces::ReaderFactory::ReaderFactory |
( |
| ) |
|
|
protected |
| void te::xerces::ReaderFactory::finalize |
( |
| ) |
|
|
staticprotected |
It returns a reference to the internal dictionary of concrete factories.
The dictionary is a singleton.
- Returns
- A reference to the internal dictionary.
It returns the factory key associated to the concreate factory.
- Returns
- The factory key associated to the concreate factory.
| void te::xerces::ReaderFactory::initialize |
( |
| ) |
|
|
staticprotected |
It creates a new XML reader using the dafault implementation.
- Returns
- A new XML reader using the dafault implementation.
Definition at line 32 of file ReaderFactory.cpp.
References te::common::AbstractFactory< TPRODUCT, TFACTORYKEY, TKEYCOMPARE >::make(), and te::xml::ReaderFactory::sm_defaultReaderType.
Referenced by te::plugin::GetInstalledPlugin(), te::xsd::Read(), te::serialize::xml::Read(), te::serialize::xml::ReadDataSourceInfo(), te::serialize::xml::ReadDialect(), te::qt::af::ReadProject(), te::xsd::serialize::ReadSchema(), and te::qt::widgets::ReadSymbolLibrary().
| te::xml::Reader * te::xml::ReaderFactory::make |
( |
const std::string & |
readerType | ) |
|
|
staticinherited |
| void te::xml::ReaderFactory::setDefaultReader |
( |
const std::string & |
readerType | ) |
|
|
staticinherited |
It sets the default driver used to create the XML reader objects.
- Parameters
-
| readerType | The default driver name for creating XML reader objects. |
Definition at line 43 of file ReaderFactory.cpp.
References te::common::Convert2UCase().
The key that identifies the concrete factory: it will be used for unregistering the factory during destruction.
Definition at line 136 of file AbstractFactory.h.
The documentation for this class was generated from the following files:
- /home/castejon/castejon_files/develop/terralib5/git_master/terralib5/src/terralib/xerces/ReaderFactory.h
- /home/castejon/castejon_files/develop/terralib5/git_master/terralib5/src/terralib/xerces/ReaderFactory.cpp