#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. |
Definition at line 48 of file Teuchos_TreeBuildingXMLHandler.hpp.
TreeBuildingXMLHandler::TreeBuildingXMLHandler | ( | ) |
void TreeBuildingXMLHandler::characters | ( | const std::string & | chars | ) |
int TreeBuildingXMLHandler::endElement | ( | const std::string & | tag | ) |
Receive notification of the end of an element.
Definition at line 72 of file Teuchos_TreeBuildingXMLHandler.cpp.
const XMLObject& Teuchos::TreeBuildingXMLHandler::getObject | ( | ) | const [inline] |
void TreeBuildingXMLHandler::startElement | ( | const std::string & | tag, | |
const Map & | attributes | |||
) |
Receive notification of the start of an element.
Definition at line 49 of file Teuchos_TreeBuildingXMLHandler.cpp.