#include <Teuchos_XMLParser.hpp>
Public Member Functions | |
| XMLParser (RefCountPtr< XMLInputStream > is) | |
| Constructor. | |
| ~XMLParser () | |
| Destructor. | |
| XMLObject | parse () |
| Consume the XMLInputStream to build an XMLObject. | |
Definition at line 48 of file Teuchos_XMLParser.hpp.
|
|
Constructor.
Definition at line 53 of file Teuchos_XMLParser.hpp. |
|
|
Destructor.
Definition at line 56 of file Teuchos_XMLParser.hpp. |
|
|
Consume the XMLInputStream to build an XMLObject.
Definition at line 112 of file Teuchos_XMLParser.cpp. |
1.3.9.1