Property definitions

dom $ XMLAttrTag :: defaultinit
# Any kind of XML tag with attributes
abstract class XMLAttrTag
	super XMLTag

	# List of attributes in a Tag
	var attributes: Array[XMLAttribute]
end
lib/dom/xml_entities.nit:165,1--171,3