#include <Teuchos_XMLInputSource.hpp>
Public Member Functions | |
XMLInputSource () | |
Empty constructor. | |
virtual | ~XMLInputSource () |
Destructor. | |
virtual RCP< XMLInputStream > | stream () const =0 |
Virtual input source interface. | |
XMLObject | getObject () const |
Get an object by invoking the TreeBuildingXMLHandler on the input data. |
--enable-expat
. Definition at line 58 of file Teuchos_XMLInputSource.hpp.
Teuchos::XMLInputSource::XMLInputSource | ( | ) | [inline] |
virtual Teuchos::XMLInputSource::~XMLInputSource | ( | ) | [inline, virtual] |
XMLObject XMLInputSource::getObject | ( | ) | const |
Get an object by invoking the TreeBuildingXMLHandler on the input data.
Definition at line 42 of file Teuchos_XMLInputSource.cpp.
virtual RCP<XMLInputStream> Teuchos::XMLInputSource::stream | ( | ) | const [pure virtual] |
Virtual input source interface.
Implemented in Teuchos::FileInputSource, and Teuchos::StringInputSource.