// Generated by Haxe 4.3.3
#ifndef INCLUDED_snikket_XEP0393
#define INCLUDED_snikket_XEP0393
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS1(snikket,Node)
HX_DECLARE_CLASS1(snikket,Stanza)
HX_DECLARE_CLASS1(snikket,XEP0393)
HX_DECLARE_CLASS2(snikket,_Stanza,NodeInterface)
namespace snikket{
class HXCPP_CLASS_ATTRIBUTES XEP0393_obj : public ::hx::Object
{
public:
typedef ::hx::Object super;
typedef XEP0393_obj OBJ_;
XEP0393_obj();
public:
enum { _hx_ClassId = 0x794b61b7 };
void __construct();
inline void *operator new(size_t inSize, bool inContainer=false,const char *inName="snikket.XEP0393")
{ 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,"snikket.XEP0393"); }
inline static ::hx::ObjectPtr< XEP0393_obj > __new() {
::hx::ObjectPtr< XEP0393_obj > __this = new XEP0393_obj();
__this->__construct();
return __this;
}
inline static ::hx::ObjectPtr< XEP0393_obj > __alloc(::hx::Ctx *_hx_ctx) {
XEP0393_obj *__this = (XEP0393_obj*)(::hx::Ctx::alloc(_hx_ctx, sizeof(XEP0393_obj), false, "snikket.XEP0393"));
*(void **)__this = XEP0393_obj::_hx_vtable;
return __this;
}
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(::hx::DynamicArray inArgs);
//~XEP0393_obj();
HX_DO_RTTI_ALL;
static bool __GetStatic(const ::String &inString, Dynamic &outValue, ::hx::PropertyAccess inCallProp);
static void __register();
bool _hx_isInstanceOf(int inClassId);
::String __ToString() const { return HX_("XEP0393",e0,42,f0,11); }
static ::Dynamic parse(::String styled);
static ::Dynamic parse_dyn();
static ::String render( ::snikket::Stanza xhtml);
static ::Dynamic render_dyn();
static ::String renderNode( ::snikket::Node xhtml);
static ::Dynamic renderNode_dyn();
static ::Dynamic parseSpans(::String styled);
static ::Dynamic parseSpans_dyn();
static ::Dynamic parseSpan(::String tagName,::String marker,::String styled,int start);
static ::Dynamic parseSpan_dyn();
static ::Dynamic parseBlock(::String styled);
static ::Dynamic parseBlock_dyn();
static ::Dynamic parseQuote(::String styled);
static ::Dynamic parseQuote_dyn();
static ::Dynamic parsePreformatted(::String styled);
static ::Dynamic parsePreformatted_dyn();
};
} // end namespace snikket
#endif /* INCLUDED_snikket_XEP0393 */