#include <Teuchos_XMLParser.hpp>
Public Member Functions | |
XMLParser (RCP< XMLInputStream > is) | |
Constructor. | |
~XMLParser () | |
Destructor. | |
XMLObject | parse () |
Consume the XMLInputStream to build an XMLObject. |
Definition at line 48 of file Teuchos_XMLParser.hpp.
Teuchos::XMLParser::XMLParser | ( | RCP< XMLInputStream > | is | ) | [inline] |
Teuchos::XMLParser::~XMLParser | ( | ) | [inline] |
XMLObject XMLParser::parse | ( | ) |
Consume the XMLInputStream to build an XMLObject.
Definition at line 112 of file Teuchos_XMLParser.cpp.