Describe file here. More...
Go to the source code of this file.
Namespaces | |
Mezzanine | |
The bulk of the engine components go in this namspace. | |
Mezzanine::XML | |
All tools for working with XML are located in this namespace. | |
Constant Groups | |
Mezzanine | |
The bulk of the engine components go in this namspace. | |
Mezzanine::XML | |
All tools for working with XML are located in this namespace. | |
Functions | |
String | Mezzanine::XML::EscapeXML (const String &XMLText) |
Convert < > & and " in text to <, >, & and "e so text can safely be stored in XML. More... | |
String | Mezzanine::XML::GetOneTag (std::istream &stream) |
Gets the first tag out of the Stream and returns it as a String. More... | |
Document * | Mezzanine::XML::PreParseClassFromSingleTag (const String &NameSpace, const String &ClassName, const String &OneTag) |
Perform a basic series of checks for extracting meaning from a single xml tag. More... | |
Document * | Mezzanine::XML::PreParseClassFromSingleTag (const String &ClassName, const String &OneTag) |
Calls PreParseClassFromSingleTag passing a "" as the Namespace. More... | |
Describe file here.
Definition in file xmlstring.cpp.