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 61 of file Teuchos_TreeBuildingXMLHandler.hpp.
TreeBuildingXMLHandler::TreeBuildingXMLHandler | ( | ) |
Empty constructor.
Definition at line 48 of file Teuchos_TreeBuildingXMLHandler.cpp.
Retrieve the entire XML tree.
Definition at line 69 of file Teuchos_TreeBuildingXMLHandler.hpp.
Process character data.
Definition at line 54 of file Teuchos_TreeBuildingXMLHandler.cpp.
Receive notification of the end of an element.
Definition at line 100 of file Teuchos_TreeBuildingXMLHandler.cpp.
Receive notification of the start of an element.
Definition at line 77 of file Teuchos_TreeBuildingXMLHandler.cpp.