Home | History | Annotate | Download | only in libxml2

Lines Matching refs:notation

363             errmsg = "NOTATION: Name expected here\n";
366 errmsg = "'>' required to close NOTATION declaration\n";
5051 * parse a notation declaration
5053 * [82] NotationDecl ::= '<!NOTATION' S Name S (ExternalID | PublicID) S? '>'
5075 "Space required after '<!NOTATION'\n");
5087 "Space required after the NOTATION name'\n");
5092 "colon are forbidden from notation names '%s'\n",
5106 "Notation declaration doesn't start and stop in the same entity\n");
5138 * [ VC: Notation Declared ]
5139 * The Name must match the declared name of a notation.
5455 * parse an Notation attribute type.
5457 * Note: the leading 'NOTATION' S part has already being parsed...
5459 * [58] NotationType ::= 'NOTATION' S '(' S? Name (S? '|' S? Name)* S? ')'
5461 * [ VC: Notation Attributes ]
5462 * Values of this type must match one of the notation names included
5463 * in the declaration; all notation names in the declaration must be declared.
5465 * Returns: the notation attribute tree built while parsing
5484 "Name expected in NOTATION declaration\n");
5492 "standalone: attribute notation value token %s duplicated\n",
5601 * [58] NotationType ::= 'NOTATION' S '(' S? Name (S? '|' S? Name)* S? ')'
5613 "Space required after 'NOTATION'\n");