Name
against the QName
production of“Namespaces in XML”.
# 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