|
Teuchos - Trilinos Tools Package
Version of the Day
|
XMLParser consumes characters from an XMLInputStream object, parsing the XML and using a TreeBuildingXMLHandler to construct an XMLObject. More...
#include <Teuchos_XMLParser.hpp>
Public Member Functions | |
| XMLParser (RCP< XMLInputStream > is) | |
| Constructor. | |
| ~XMLParser () | |
| Destructor. | |
| XMLObject | parse () |
| Consume the XMLInputStream to build an XMLObject. | |
XMLParser consumes characters from an XMLInputStream object, parsing the XML and using a TreeBuildingXMLHandler to construct an XMLObject.
Definition at line 61 of file Teuchos_XMLParser.hpp.
| Teuchos::XMLParser::XMLParser | ( | RCP< XMLInputStream > | is | ) | [inline] |
Constructor.
Definition at line 66 of file Teuchos_XMLParser.hpp.
| Teuchos::XMLParser::~XMLParser | ( | ) | [inline] |
Destructor.
Definition at line 69 of file Teuchos_XMLParser.hpp.
Consume the XMLInputStream to build an XMLObject.
Definition at line 137 of file Teuchos_XMLParser.cpp.
1.7.6.1