

Public Member Functions | |
| def | __init__ |
| def | getObject |
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
| def PyTrilinos.Teuchos.XMLInputSource.getObject | ( | self, | |
| args | |||
| ) |
getObject(XMLInputSource self) -> XMLObject XMLObject XMLInputSource::getObject() const Get an object by invoking the TreeBuildingXMLHandler on the input data.
1.7.6.1