Property definitions

dom $ XMLAttribute :: defaultinit
# Attributes are contained in tags, they provide meta-information on a tag
abstract class XMLAttribute
	super XMLEntity

	# Name of the attribute
	var name: String
end
lib/dom/xml_entities.nit:262,1--268,3