|
Teuchos - Trilinos Tools Package Version of the Day
|
TreeBuildingXMLHandler assembles a XMLObject from your XML input. More...
#include <Teuchos_TreeBuildingXMLHandler.hpp>
Public Member Functions | |
| TreeBuildingXMLHandler () | |
| Empty constructor. | |
| const XMLObject & | getObject () const |
| Retrieve the entire XML tree. | |
| void | characters (const std::string &chars) |
| Process character data. | |
| int | endElement (const std::string &tag) |
| Receive notification of the end of an element. | |
| void | startElement (const std::string &tag, const Map &attributes) |
| Receive notification of the start of an element. | |
TreeBuildingXMLHandler assembles a XMLObject from your XML input.
Definition at line 29 of file Teuchos_TreeBuildingXMLHandler.hpp.
| TreeBuildingXMLHandler::TreeBuildingXMLHandler | ( | ) |
Empty constructor.
Definition at line 16 of file Teuchos_TreeBuildingXMLHandler.cpp.
Retrieve the entire XML tree.
Definition at line 37 of file Teuchos_TreeBuildingXMLHandler.hpp.
Process character data.
Definition at line 22 of file Teuchos_TreeBuildingXMLHandler.cpp.
Receive notification of the end of an element.
Definition at line 68 of file Teuchos_TreeBuildingXMLHandler.cpp.
Receive notification of the start of an element.
Definition at line 45 of file Teuchos_TreeBuildingXMLHandler.cpp.