git » swiftpm » main » tree

[main] / Sources / c_borogove / iinclude / borogove / XEP0393.h

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

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

HX_DECLARE_CLASS1(borogove,Node)
HX_DECLARE_CLASS1(borogove,Stanza)
HX_DECLARE_CLASS1(borogove,XEP0393)

namespace borogove{


class HXCPP_CLASS_ATTRIBUTES XEP0393_obj : public ::hx::Object
{
	public:
		typedef ::hx::Object super;
		typedef XEP0393_obj OBJ_;
		XEP0393_obj();

	public:
		enum { _hx_ClassId = 0x3870e21f };

		void __construct();
		inline void *operator new(size_t inSize, bool inContainer=false,const char *inName="borogove.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,"borogove.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, "borogove.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 ::Array< ::Dynamic> parse(::String styled);
		static ::Dynamic parse_dyn();

		static ::String render( ::borogove::Stanza xhtml,::hx::Null< bool >  inPre);
		static ::Dynamic render_dyn();

		static ::String renderNode( ::borogove::Node xhtml,::hx::Null< bool >  inPre);
		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();

		static bool isSpace(::String s,int pos);
		static ::Dynamic isSpace_dyn();

};

} // end namespace borogove

#endif /* INCLUDED_borogove_XEP0393 */