git » swiftpm » main » tree

[main] / Sources / c_snikket / iinclude / htmlparser / HtmlNodeElement.h

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

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

#ifndef INCLUDED_htmlparser_HtmlNode
#include <htmlparser/HtmlNode.h>
#endif
HX_DECLARE_CLASS1(htmlparser,HtmlAttribute)
HX_DECLARE_CLASS1(htmlparser,HtmlNode)
HX_DECLARE_CLASS1(htmlparser,HtmlNodeElement)

namespace htmlparser{


class HXCPP_CLASS_ATTRIBUTES HtmlNodeElement_obj : public  ::htmlparser::HtmlNode_obj
{
	public:
		typedef  ::htmlparser::HtmlNode_obj super;
		typedef HtmlNodeElement_obj OBJ_;
		HtmlNodeElement_obj();

	public:
		enum { _hx_ClassId = 0x234247c5 };

		void __construct(::String name,::Array< ::Dynamic> attributes);
		inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="htmlparser.HtmlNodeElement")
			{ 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,"htmlparser.HtmlNodeElement"); }
		static ::hx::ObjectPtr< HtmlNodeElement_obj > __new(::String name,::Array< ::Dynamic> attributes);
		static ::hx::ObjectPtr< HtmlNodeElement_obj > __alloc(::hx::Ctx *_hx_ctx,::String name,::Array< ::Dynamic> attributes);
		static void * _hx_vtable;
		static Dynamic __CreateEmpty();
		static Dynamic __Create(::hx::DynamicArray inArgs);
		//~HtmlNodeElement_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);
		::String __ToString() const { return HX_("HtmlNodeElement",0f,ed,ee,fb); }

		::String name;
		::Array< ::Dynamic> attributes;
		::Array< ::Dynamic> nodes;
		::Array< ::Dynamic> children;
		void addChild( ::htmlparser::HtmlNode node, ::htmlparser::HtmlNode beforeNode);
		::Dynamic addChild_dyn();

};

} // end namespace htmlparser

#endif /* INCLUDED_htmlparser_HtmlNodeElement */