Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
Teuchos_XMLParser.hpp File Reference

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

 Teuchos
 The Teuchos namespace contains all of the classes, structs and enums used by Teuchos, as well as a number of utility routines.
 

Detailed Description

A class providing a simple XML parser. Methods can be overloaded to exploit external XML parsing libraries.

Definition in file Teuchos_XMLParser.hpp.