#include <Teuchos_TreeBuildingXMLHandler.hpp>
Collaboration diagram for Teuchos::TreeBuildingXMLHandler:
Public Member Functions | |
| TreeBuildingXMLHandler () | |
| Empty constructor. | |
| const XMLObject & | getObject () const |
| Retrieve the entire XML tree. | |
| void | characters (const string &chars, const unsigned int length) |
| Process character data. | |
| void | endElement (const string &tag) |
| Receive notification of the end of an element. | |
| void | startElement (const string &tag, const Map &attributes) |
| Receive notification of the start of an element. | |
Definition at line 48 of file Teuchos_TreeBuildingXMLHandler.hpp.
|
|
Empty constructor.
Definition at line 35 of file Teuchos_TreeBuildingXMLHandler.cpp. |
|
|
Retrieve the entire XML tree.
Definition at line 56 of file Teuchos_TreeBuildingXMLHandler.hpp. |
|
||||||||||||
|
Process character data.
Definition at line 41 of file Teuchos_TreeBuildingXMLHandler.cpp. |
|
|
Receive notification of the end of an element.
Definition at line 74 of file Teuchos_TreeBuildingXMLHandler.cpp. |
|
||||||||||||
|
Receive notification of the start of an element.
Definition at line 51 of file Teuchos_TreeBuildingXMLHandler.cpp. |
1.3.9.1