git » swiftpm » main » tree

[main] / Sources / c_snikket / iinclude / snikket / Node.h

// Generated by Haxe 4.3.3
#ifndef INCLUDED_snikket_Node
#define INCLUDED_snikket_Node

#ifndef HXCPP_H
#include <hxcpp.h>
#endif

HX_DECLARE_CLASS1(snikket,Node)
HX_DECLARE_CLASS1(snikket,Stanza)
HX_DECLARE_CLASS2(snikket,_Stanza,NodeInterface)
namespace snikket{


class Node_obj : public ::hx::EnumBase_obj
{
	typedef ::hx::EnumBase_obj super;
		typedef Node_obj OBJ_;

	public:
		Node_obj() {};
		HX_DO_ENUM_RTTI;
		static void __boot();
		static void __register();
		static bool __GetStatic(const ::String &inName, Dynamic &outValue, ::hx::PropertyAccess inCallProp);
		::String GetEnumName( ) const { return HX_("snikket.Node",b3,af,c7,53); }
		::String __ToString() const { return HX_("Node.",cc,27,ec,32) + _hx_tag; }

		static ::snikket::Node CData(::String textNode);
		static ::Dynamic CData_dyn();
		static ::snikket::Node Element( ::snikket::Stanza stanza);
		static ::Dynamic Element_dyn();
};

} // end namespace snikket

#endif /* INCLUDED_snikket_Node */