![]() |
VR-Forces 5.0.1 Developer's Guide
|
Go to the source code of this file.
Classes | |
| class | DtRwString |
| class | DtEscapeString |
Functions | |
| DT_DLL_readerWriter DtString | DtRemoveQuotes (const DtString &str) |
| DT_DLL_readerWriter DtString | DtXmlBindingCharToMtl (const DtString &str) |
| DT_DLL_readerWriter DtString | DtMtlBindingCharToXml (const DtString &str) |
| DT_DLL_readerWriter std::string | DtConvertForXmlParsing (const DtString &) |
| DT_DLL_readerWriter std::string | DtConvertToXmlParsing (const DtString &s) |
| DT_DLL_readerWriter DtString DtRemoveQuotes | ( | const DtString & | str | ) |
Referenced by DtVrfXmlUtils::removeQuotes().
| DT_DLL_readerWriter DtString DtXmlBindingCharToMtl | ( | const DtString & | str | ) |
Can't use '$' for variables. so where we would use it, as in filenames with variables, it will be replaced with '@'.
Referenced by DtVrfXmlUtils::XmlBindingCharToMtl().
| DT_DLL_readerWriter DtString DtMtlBindingCharToXml | ( | const DtString & | str | ) |
Referenced by DtVrfXmlUtils::addStringAttribute(), and DtVrfXmlUtils::MtlBindingCharToXml().
| DT_DLL_readerWriter std::string DtConvertForXmlParsing | ( | const DtString & | ) |
Given a string, replace all characters that XML cannot read to quoted characters.
| DT_DLL_readerWriter std::string DtConvertToXmlParsing | ( | const DtString & | s | ) |