Property definitions

dom $ XMLSpecialTag :: defaultinit
# A Special Tag (starts with !)
#
# TODO: Support the remaining ! tags
class XMLSpecialTag
	super XMLTag

	redef fun to_s do return "<!{tag_name}>"
end
lib/dom/xml_entities.nit:253,1--260,3