Returns true if the given string is a valid non-colon name.
Returns true if the given string is a valid non-colon name.
Disclaimer: Names starting with "xml" are not excluded, and names containing non-BMP characters are not included.
Returns the same as Names.canBePartOfName(c), but excluding the colon.
Returns the same as Names.canBeStartOfName(c), but excluding the colon.
Returns true if the given string can start valid non-colon names.
Returns true if the given string can start valid non-colon names. This is the same as
saying that the string is a valid non-colon name, so canBeNCName(s) is returned.