PyTrilinos  Development
 All Classes Functions
Public Member Functions
PyTrilinos.Teuchos.XMLInputSource Class Reference
Inheritance diagram for PyTrilinos.Teuchos.XMLInputSource:
Inheritance graph
[legend]
Collaboration diagram for PyTrilinos.Teuchos.XMLInputSource:
Collaboration graph
[legend]

List of all members.

Public Member Functions

def __init__
def getObject

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(XMLInputSource 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 file:
 All Classes Functions