// Generated by Haxe 4.3.3
#ifndef INCLUDED_borogove_TextNodeClass
#define INCLUDED_borogove_TextNodeClass
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
#ifndef INCLUDED_borogove__Stanza_NodeInterface
#include <borogove/_Stanza/NodeInterface.h>
#endif
HX_DECLARE_CLASS1(borogove,Stanza)
HX_DECLARE_CLASS1(borogove,TextNodeClass)
HX_DECLARE_CLASS2(borogove,_Stanza,NodeInterface)
namespace borogove{
class HXCPP_CLASS_ATTRIBUTES TextNodeClass_obj : public ::hx::Object
{
public:
typedef ::hx::Object super;
typedef TextNodeClass_obj OBJ_;
TextNodeClass_obj();
public:
enum { _hx_ClassId = 0x031b54c8 };
void __construct(::String node);
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="borogove.TextNodeClass")
{ return ::hx::Object::operator new(inSize,inContainer,inName); }
inline void *operator new(size_t inSize, int extra)
{ return ::hx::Object::operator new(inSize+extra,true,"borogove.TextNodeClass"); }
static ::hx::ObjectPtr< TextNodeClass_obj > __new(::String node);
static ::hx::ObjectPtr< TextNodeClass_obj > __alloc(::hx::Ctx *_hx_ctx,::String node);
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(::hx::DynamicArray inArgs);
//~TextNodeClass_obj();
HX_DO_RTTI_ALL;
::hx::Val __Field(const ::String &inString, ::hx::PropertyAccess inCallProp);
::hx::Val __SetField(const ::String &inString,const ::hx::Val &inValue, ::hx::PropertyAccess inCallProp);
void __GetFields(Array< ::String> &outFields);
static void __register();
void __Mark(HX_MARK_PARAMS);
void __Visit(HX_VISIT_PARAMS);
bool _hx_isInstanceOf(int inClassId);
void *_hx_getInterface(int inHash);
::Dynamic traverse_881a854a( ::Dynamic f);
::String __ToString() const { return HX_("TextNodeClass",49,3c,11,ec); }
::String node;
::String serialize();
::Dynamic serialize_dyn();
::borogove::TextNodeClass traverse( ::Dynamic f);
::Dynamic traverse_dyn();
};
} // end namespace borogove
#endif /* INCLUDED_borogove_TextNodeClass */