10#ifndef TEUCHOS_XMLPARSER_H
11#define TEUCHOS_XMLPARSER_H
54#pragma warning(disable:4251)
64 inline static bool isLetter(
unsigned char c);
66 inline static bool isNameChar(
unsigned char c);
68 inline static bool isChar(
unsigned char c);
70 inline static bool isSpace(
unsigned char c);
78 void getETag(std::string &
tag);
118 void getReference(std::string &
refstr);
122 void ignoreXMLDeclaration();
132 int assertChar(
unsigned char cexp);
Teuchos header file which uses auto-configuration information to include necessary C++ headers.
An object representation of a subset of XML data.
Smart reference counting pointer class for automatic garbage collection.
Representation of an XML data tree. XMLObject is a ref-counted handle to a XMLObjectImplem object,...
XMLParser consumes characters from an XMLInputStream object, parsing the XML and using a TreeBuilding...
XMLParser(RCP< XMLInputStream > is)
Constructor.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...