Home | History | Annotate | Download | only in libxml2

Lines Matching full:nmtoken

410             errmsg = "NmToken expected in ATTLIST enumeration";
3127 * Routines to parse Name, NCName and NmToken *
3141 * characters for Name and NmToken in the Revision 5 of XML-1.0
3651 * parse an XML Nmtoken.
3653 * [7] Nmtoken ::= (NameChar)+
3655 * [8] Nmtokens ::= Nmtoken (#x20 Nmtoken)*
3657 * Returns the Nmtoken parsed or NULL
3719 xmlFatalErr(ctxt, XML_ERR_NAME_TOO_LONG, "NmToken");
3745 xmlFatalErr(ctxt, XML_ERR_NAME_TOO_LONG, "NmToken");
5786 * [59] Enumeration ::= '(' S? Nmtoken (S? '|' S? Nmtoken)* S? ')'
5789 * Values of this type must match one of the Nmtoken tokens in
5895 * 'ENTITIES' | 'NMTOKEN' | 'NMTOKENS'
5923 * Values of type NMTOKEN must match the Nmtoken production; values