The children of self

Property definitions

dom $ XMLEntity :: children
	# The children of `self`
	var children: Sequence[XMLEntity] = new XMLEntities(self)
lib/dom/xml_entities.nit:44,2--45,58