Property definitions

dom $ XMLDocument :: defaultinit
# Top XML Document-Object Model element
class XMLDocument
	super XMLEntity

	redef fun to_s do return children.join
end
lib/dom/xml_entities.nit:130,1--135,3