Gnash
0.8.10
|
#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 | |
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. |