// Generated by Haxe 4.3.3
#ifndef INCLUDED_htmlparser_HtmlTools
#define INCLUDED_htmlparser_HtmlTools
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS1(haxe,IMap)
HX_DECLARE_CLASS2(haxe,ds,StringMap)
HX_DECLARE_CLASS1(htmlparser,HtmlTools)
namespace htmlparser{
class HXCPP_CLASS_ATTRIBUTES HtmlTools_obj : public ::hx::Object
{
public:
typedef ::hx::Object super;
typedef HtmlTools_obj OBJ_;
HtmlTools_obj();
public:
enum { _hx_ClassId = 0x319122e2 };
void __construct();
inline void *operator new(size_t inSize, bool inContainer=false,const char *inName="htmlparser.HtmlTools")
{ return ::hx::Object::operator new(inSize,inContainer,inName); }
inline void *operator new(size_t inSize, int extra)
{ return ::hx::Object::operator new(inSize+extra,false,"htmlparser.HtmlTools"); }
inline static ::hx::ObjectPtr< HtmlTools_obj > __new() {
::hx::ObjectPtr< HtmlTools_obj > __this = new HtmlTools_obj();
__this->__construct();
return __this;
}
inline static ::hx::ObjectPtr< HtmlTools_obj > __alloc(::hx::Ctx *_hx_ctx) {
HtmlTools_obj *__this = (HtmlTools_obj*)(::hx::Ctx::alloc(_hx_ctx, sizeof(HtmlTools_obj), false, "htmlparser.HtmlTools"));
*(void **)__this = HtmlTools_obj::_hx_vtable;
return __this;
}
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(::hx::DynamicArray inArgs);
//~HtmlTools_obj();
HX_DO_RTTI_ALL;
static bool __GetStatic(const ::String &inString, Dynamic &outValue, ::hx::PropertyAccess inCallProp);
static bool __SetStatic(const ::String &inString, Dynamic &ioValue, ::hx::PropertyAccess inCallProp);
static void __register();
bool _hx_isInstanceOf(int inClassId);
::String __ToString() const { return HX_("HtmlTools",90,c8,4b,c9); }
static ::haxe::ds::StringMap htmlUnescapeMap;
static ::haxe::ds::StringMap get_htmlUnescapeMap();
static ::Dynamic get_htmlUnescapeMap_dyn();
static ::String unescape(::String text);
static ::Dynamic unescape_dyn();
};
} // end namespace htmlparser
#endif /* INCLUDED_htmlparser_HtmlTools */