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);
101 void getComment(
long startLine);
110 int getSpace(
unsigned char &lookahead);
118 void getReference(std::string &refstr);
122 void ignoreXMLDeclaration();
132 int assertChar(
unsigned char cexp);
XMLParser(RCP< XMLInputStream > is)
Constructor.
Teuchos header file which uses auto-configuration information to include necessary C++ headers...
XMLParser consumes characters from an XMLInputStream object, parsing the XML and using a TreeBuilding...
Representation of an XML data tree. XMLObject is a ref-counted handle to a XMLObjectImplem object...
Smart reference counting pointer class for automatic garbage collection.
An object representation of a subset of XML data.