Property definitions

dom $ XMLTag :: defaultinit
# A Tag is a node in a DOM tree
abstract class XMLTag
	super XMLEntity

	# The name of the tag
	var tag_name: String
end
lib/dom/xml_entities.nit:157,1--163,3