#include <Teuchos_XMLInputSource.hpp>
Inheritance diagram for Teuchos::XMLInputSource:
Public Member Functions | |
| XMLInputSource () | |
| Empty constructor. | |
| virtual | ~XMLInputSource () |
| Destructor. | |
| virtual RefCountPtr< 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.
|
|
Empty constructor.
Definition at line 62 of file Teuchos_XMLInputSource.hpp. |
|
|
Destructor.
Definition at line 65 of file Teuchos_XMLInputSource.hpp. |
|
|
Virtual input source interface.
Implemented in Teuchos::FileInputSource, and Teuchos::StringInputSource. |
|
|
Get an object by invoking the TreeBuildingXMLHandler on the input data.
Definition at line 44 of file Teuchos_XMLInputSource.cpp. |
1.3.9.1