Class NCName

    • Method Detail

      • isValid

        public static boolean isValid​(String stValue)
        validate the value against the xsd definition

        NCName ::= (Letter | '_') (NCNameChar)* NCNameChar ::= Letter | Digit | '.' | '-' | '_' | CombiningChar | Extender