PyTrilinos::Teuchos::XMLInputSource Class Reference
List of all members.
Detailed Description
XMLInputSource represents a source of XML input that can be parsed to
produce an XMLObject.
The source might be a file, a socket, a std::string. The XMLObject is
created with a call to the getObject() method.
The source gets its data from a XMLInputStream object that is created
(internally) to work with this source.
getObject() is implemented with EXPAT if Teuchos is configured with
--enable-expat.
C++ includes: Teuchos_XMLInputSource.hpp
Member Function Documentation
| def PyTrilinos::Teuchos::XMLInputSource::getObject |
( |
|
self, |
|
|
|
args | |
|
) |
| | |
getObject(self) -> XMLObject
XMLObject
XMLInputSource::getObject() const
Get an object by invoking the TreeBuildingXMLHandler on the input
data.
| def PyTrilinos::Teuchos::XMLInputSource::getObject |
( |
|
self, |
|
|
|
args | |
|
) |
| | |
getObject(self) -> XMLObject
XMLObject
XMLInputSource::getObject() const
Get an object by invoking the TreeBuildingXMLHandler on the input
data.
The documentation for this class was generated from the following files:
- build/lib.linux-x86_64-2.5/PyTrilinos/Teuchos.py
- PyTrilinos/Teuchos.py