Teuchos - Trilinos Tools Package
Version of the Day
|
Instantiation of XMLInputSource class for reading XML from a std::string. More...
#include <Teuchos_StringInputSource.hpp>
Public Member Functions | |
StringInputSource (const std::string &text) | |
Constructor. More... | |
virtual | ~StringInputSource () |
Destructor. More... | |
virtual RCP< XMLInputStream > | stream () const |
Create a StringInputStream. More... | |
Public Member Functions inherited from Teuchos::XMLInputSource | |
XMLInputSource () | |
Empty constructor. More... | |
virtual | ~XMLInputSource () |
Destructor. More... | |
XMLObject | getObject () const |
Get an object by invoking the TreeBuildingXMLHandler on the input data. More... | |
Instantiation of XMLInputSource class for reading XML from a std::string.
Definition at line 62 of file Teuchos_StringInputSource.hpp.
StringInputSource::StringInputSource | ( | const std::string & | text | ) |
Constructor.
Definition at line 48 of file Teuchos_StringInputSource.cpp.
|
inlinevirtual |
Destructor.
Definition at line 69 of file Teuchos_StringInputSource.hpp.
|
virtual |
Create a StringInputStream.
Implements Teuchos::XMLInputSource.
Definition at line 52 of file Teuchos_StringInputSource.cpp.