| Teuchos - Trilinos Tools Package
    Version of the Day
    | 
XMLParser consumes characters from an XMLInputStream object, parsing the XML and using a TreeBuildingXMLHandler to construct an XMLObject. More...
#include <Teuchos_XMLParser.hpp>
| Public Member Functions | |
| XMLParser (RCP< XMLInputStream > is) | |
| Constructor.  More... | |
| ~XMLParser () | |
| Destructor.  More... | |
| XMLObject | parse () | 
| Consume the XMLInputStream to build an XMLObject.  More... | |
XMLParser consumes characters from an XMLInputStream object, parsing the XML and using a TreeBuildingXMLHandler to construct an XMLObject.
Note: per the XML standard, certain characters must be represented with escape codes within fields:
     character            description             code
         <                 less-than              <
         &                 ampersand              &
 
Definition at line 38 of file Teuchos_XMLParser.hpp.
| 
 | inline | 
Constructor.
Definition at line 43 of file Teuchos_XMLParser.hpp.
| 
 | inline | 
Destructor.
Definition at line 46 of file Teuchos_XMLParser.hpp.
| XMLObject XMLParser::parse | ( | ) | 
Consume the XMLInputStream to build an XMLObject.
Definition at line 105 of file Teuchos_XMLParser.cpp.
 1.8.5
 1.8.5