Gnash
0.8.10
|
#include "XMLNode_as.h"
#include <string>
#include <sstream>
#include <vector>
#include <algorithm>
#include <boost/assign/list_of.hpp>
#include <boost/algorithm/string/compare.hpp>
#include <boost/algorithm/string/replace.hpp>
#include "log.h"
#include "as_function.h"
#include "fn_call.h"
#include "Global_as.h"
#include "LoadableObject.h"
#include "XML_as.h"
#include "NativeFunction.h"
#include "VM.h"
#include "namedStrings.h"
#include "StringPredicates.h"
#include "Object.h"
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
void | gnash::escapeXML (std::string &text) |
Escape using XML entities. | |
void | gnash::unescapeXML (std::string &text) |
void | gnash::xml_class_init (as_object &where, const ObjectURI &uri) |
Register the XML class. | |
void | gnash::registerXMLNative (as_object &where) |
Register XML native functions. |