Gnash  0.8.11dev
Classes | Namespaces | Functions
XML_as.h File Reference
#include "XMLNode_as.h"
#include "dsodefs.h"
#include "StringPredicates.h"
#include <map>
#include <string>

Go to the source code of this file.

Classes

class  gnash::XML_as
 Implements XML (AS2) and flash.xml.XMLDocument (AS3) class. More...
 

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...