MezzanineEngine 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Constant Groups | Macros | Functions
xmlstring.cpp File Reference

Describe file here. More...

#include "XML/document.h"
#include "XML/xmlstring.h"
#include "exception.h"
+ Include dependency graph for xmlstring.cpp:

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 &lt;, &gt;, &amp; and &quote 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...
 

Detailed Description

Describe file here.

Definition in file xmlstring.cpp.