• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching refs:Name

354             errmsg = "NOTATION: Name expected here\n";
381 errmsg = "ContentDecl : Name or '(' expected\n";
2245 * [69] PEReference ::= '%' Name ';'
2463 * [69] PEReference ::= '%' Name ';'
2643 * [69] PEReference ::= '%' Name ';'
2855 "Name %s is not XML Namespace compliant\n",
2917 * Routines to parse Name, NCName and NmToken *
2928 * characters for Name and NmToken in the Revision 5 of XML-1.0
3116 * [5] Name ::= (Letter | '_' | ':') (NameChar)*
3118 * [6] Names ::= Name (#x20 Name)*
3120 * Returns the Name parsed or NULL
3205 * Returns the Name parsed or NULL
3294 * [5] Name ::= (Letter | '_' | ':') (NameChar)*
3296 * [6] Names ::= Name (#x20 Name)*
3298 * Returns the Name parsed or NULL. The @str pointer
4628 * [17] PITarget ::= Name - (('X' | 'x') ('M' | 'm') ('L' | 'l'))
4871 * [82] NotationDecl ::= '<!NOTATION' S Name S (ExternalID | PublicID) S? '>'
4946 * [71] GEDecl ::= '<!ENTITY' S Name S EntityDef S? '>'
4948 * [72] PEDecl ::= '<!ENTITY' S '%' S Name S PEDef S? '>'
4954 * [76] NDataDecl ::= S 'NDATA' S Name
4957 * The Name must match the declared name of a notation.
5277 * [58] NotationType ::= 'NOTATION' S '(' S? Name (S? '|' S? Name)* S? ')'
5302 "Name expected in NOTATION declaration\n");
5413 * [58] NotationType ::= 'NOTATION' S '(' S? Name (S? '|' S? Name)* S? ')'
5456 * Values of type ID must match the Name production. A name must not
5467 * Values of type IDREF must match the Name production, and values
5468 * of type IDREFS must match Names; each IDREF Name must match the value
5472 * [ VC: Entity Name ]
5473 * Values of type ENTITY must match the Name production, values
5474 * of type ENTITIES must match Names; each Entity Name must match the
5477 * [ VC: Name Token ]
5520 * [52] AttlistDecl ::= '<!ATTLIST' S Name AttDef* S? '>'
5522 * [53] AttDef ::= S Name S AttType S DefaultDecl
5656 * [51] Mixed ::= '(' S? '#PCDATA' (S? '|' S? Name)* S? ')*' |
5721 "xmlParseElementMixedContentDecl : Name expected\n");
5765 * [48] cp ::= (Name | choice | seq) ('?' | '*' | '+')?
5838 * Detect "Name | Name , Name" error
5878 * Detect "Name , Name | Name" error
6091 * [45] elementdecl ::= '<!ELEMENT' S Name S contentspec S? '>'
6997 * [68] EntityRef ::= '&' Name ';'
7002 * with "standalone='yes'", the Name given in the entity reference
7070 * Name given in the entity reference must match that in an
7170 * [68] EntityRef ::= '&' Name ';'
7175 * with "standalone='yes'", the Name given in the entity reference
7257 * Name given in the entity reference must match that in an
7357 * [69] PEReference ::= '%' Name ';'
7573 * [69] PEReference ::= '%' Name ';'
7688 * [28] doctypedecl ::= '<!DOCTYPE' S Name (S ExternalID)? S?
7692 * The Name in the document type declaration must match the element
7822 * [41] Attribute ::= Name Eq AttValue
7916 * [40] STag ::= '<' Name (S Attribute)* S? '>'
7922 * [44] EmptyElemTag ::= '<' Name (S Attribute)* S? '/>'
8073 * [42] ETag ::= '</' Name S? '>'
8106 * The Name in an element's end-tag must match the element type in the
8135 * [42] ETag ::= '</' Name S? '>'
8189 * Returns the Name parsed or NULL
8594 * [40] STag ::= '<' Name (S Attribute)* S? '>'
8600 * [44] EmptyElemTag ::= '<' Name (S Attribute)* S? '/>'
9046 * [42] ETag ::= '</' Name S? '>'
9091 * The Name in an element's end-tag must match the element type in the
9268 * parsing returns it's Name, create the node
9308 * The Name in an element's end-tag must match the element type in the
9365 * The Name in the document type declaration must match the element
10733 * The Name in the document type declaration must match