Regular expression to match a Name against the QName production of

“Namespaces in XML”.

Property definitions

saxophonit $ XophonReaderModel :: _qname_re
	# Regular expression to match a `Name` against the `QName` production of
	# “Namespaces in XML”.
	private var qname_re: Regex = "^[^:]+(:[^:]+)?$".to_re
lib/saxophonit/reader_model.nit:35,2--37,55