| 
    Teuchos - Trilinos Tools Package Version of the Day
    
   | 
 
A class providing a simple XML parser. Methods can be overloaded to exploit external XML parsing libraries. More...
#include "Teuchos_ConfigDefs.hpp"#include "Teuchos_XMLObject.hpp"#include "Teuchos_XMLInputStream.hpp"Go to the source code of this file.
Classes | |
| class | Teuchos::XMLParser | 
| XMLParser consumes characters from an XMLInputStream object, parsing the XML and using a TreeBuildingXMLHandler to construct an XMLObject.  More... | |
Namespaces | |
| namespace | Teuchos | 
| The Teuchos namespace contains all of the classes, structs and enums used by Teuchos, as well as a number of utility routines.  | |
A class providing a simple XML parser. Methods can be overloaded to exploit external XML parsing libraries.
Definition in file Teuchos_XMLParser.hpp.