|
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. More... | |
| const XMLObject & | getObject () const |
| Retrieve the entire XML tree. More... | |
| void | characters (const std::string &chars) |
| Process character data. More... | |
| int | endElement (const std::string &tag) |
| Receive notification of the end of an element. More... | |
| void | startElement (const std::string &tag, const Map &attributes) |
| Receive notification of the start of an element. More... | |
TreeBuildingXMLHandler assembles a XMLObject from your XML input.
Definition at line 61 of file Teuchos_TreeBuildingXMLHandler.hpp.
| TreeBuildingXMLHandler::TreeBuildingXMLHandler | ( | ) |
Empty constructor.
Definition at line 48 of file Teuchos_TreeBuildingXMLHandler.cpp.
|
inline |
Retrieve the entire XML tree.
Definition at line 69 of file Teuchos_TreeBuildingXMLHandler.hpp.
| void TreeBuildingXMLHandler::characters | ( | const std::string & | chars | ) |
Process character data.
Definition at line 54 of file Teuchos_TreeBuildingXMLHandler.cpp.
| int TreeBuildingXMLHandler::endElement | ( | const std::string & | tag | ) |
Receive notification of the end of an element.
Definition at line 100 of file Teuchos_TreeBuildingXMLHandler.cpp.
| void TreeBuildingXMLHandler::startElement | ( | const std::string & | tag, |
| const Map & | attributes | ||
| ) |
Receive notification of the start of an element.
Definition at line 77 of file Teuchos_TreeBuildingXMLHandler.cpp.
1.8.5