Gnash  0.8.11dev
Namespaces | Functions
XML_as.cpp File Reference
#include "XMLNode_as.h"
#include <string>
#include <sstream>
#include <vector>
#include <algorithm>
#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

 gnash
 Anonymous namespace for callbacks, local functions, event handlers etc.
 

Functions

void gnash::escapeXML (std::string &text)
 Escape using XML entities. More...
 
void gnash::unescapeXML (std::string &text)
 
void gnash::xml_class_init (as_object &where, const ObjectURI &uri)
 Register the XML class. More...
 
void gnash::registerXMLNative (as_object &where)
 Register XML native functions. More...