Home | History | Annotate | Download | only in libxml2

Lines Matching refs:declaration

357             errmsg = "'>' required to close NOTATION declaration\n";
407 errmsg = "Text declaration '<?xml' required\n";
410 errmsg = "parsing XML declaration: '?>' expected\n";
452 errmsg = "Malformed declaration expecting version\n";
2260 * with "standalone='yes'", ... ... The declaration of a parameter
2265 * with "standalone='no'", ... ... The declaration of a parameter entity
2359 * ... The declaration of a parameter entity must precede
2372 * ... The declaration of a parameter entity must precede
3573 * an entity declaration, it is bypassed and left as is.
3820 * All attributes for which no declaration has been read should be treated
4658 "XML declaration allowed only at the start of the document\n");
4782 "PI declaration doesn't start and stop in the same entity\n");
4845 "PI declaration doesn't start and stop in the same entity\n");
4881 * parse a notation declaration
4936 "Notation declaration doesn't start and stop in the same entity\n");
5182 "Entity declaration doesn't start and stop in the same entity\n");
5223 * Parse an attribute default declaration
5228 * if the default declaration is the keyword #REQUIRED, then the
5230 * attribute-list declaration.
5275 "Attribute default value declaration error\n");
5293 * in the declaration; all notation names in the declaration must be declared.
5314 "Name expected in NOTATION declaration\n");
5360 * the declaration
5652 "Attribute list declaration doesn't start and stop in the same entity\n",
5665 * parse the declaration for a Mixed Element content
5675 * mixed-content declaration.
5692 "Element content declaration doesn't start and stop in the same entity\n",
5750 "Element content declaration doesn't start and stop in the same entity\n",
5771 * parse the declaration for a Mixed Element content
5982 "Element content declaration doesn't start and stop in the same entity\n",
6059 * parse the declaration for an Element content either Mixed or Children,
6101 * parse an Element declaration.
6105 * [ VC: Unique Element Type Declaration ]
6185 "Element declaration doesn't start and stop in the same entity\n");
6374 * [ VC: Proper Declaration/PE Nesting ]
6377 * or the last character of a markup declaration (markupdecl above) is
6440 * parse an XML declaration header for external entities
6481 * We must have the encoding declaration
6492 "Missing encoding in text declaration\n");
7015 * must match that in an entity declaration, except that well-formed
7017 * gt, apos, quot. The declaration of a parameter entity must precede
7018 * any reference to it. Similarly, the declaration of a general entity
7020 * attribute-list declaration. Note that if entities are declared in the
7088 * entity declaration, except that well-formed documents
7091 * The declaration of a parameter entity must precede any
7093 * Similarly, the declaration of a general entity must
7095 * value in an attribute-list declaration. Note that if
7194 * must match that in an entity declaration, except that well-formed
7196 * gt, apos, quot. The declaration of a parameter entity must precede
7197 * any reference to it. Similarly, the declaration of a general entity
7199 * attribute-list declaration. Note that if entities are declared in the
7280 * entity declaration, except that well-formed documents
7283 * The declaration of a parameter entity must precede any
7285 * Similarly, the declaration of a general entity must
7287 * value in an attribute-list declaration. Note that if
7389 * with "standalone='yes'", ... ... The declaration of a parameter
7394 * with "standalone='no'", ... ... The declaration of a parameter entity
7442 * ... The declaration of a parameter entity must precede
7456 * ... The declaration of a parameter entity must
7605 * with "standalone='yes'", ... ... The declaration of a parameter
7610 * with "standalone='no'", ... ... The declaration of a parameter entity
7668 * ... The declaration of a parameter entity must precede
7680 * ... The declaration of a parameter entity must
7709 * parse a DOCTYPE declaration
7715 * The Name in the document type declaration must match the element
7772 * We should be at the end of the DOCTYPE declaration.
7784 * parse the internal subset declaration
7818 "xmlParseInternalSubset: error detected in Markup declaration\n");
7829 * We should be at the end of the DOCTYPE declaration.
8362 * All attributes for which no declaration has been read should be treated
9389 * The Name in the document type declaration must match the element
9672 * parse the XML encoding declaration
9769 * parse the XML standalone declaration
9774 * [ VC: Standalone Document Declaration ]
9775 * TODO The standalone document declaration must have the value "no"
9792 * (A standalone value of -2 means that the XML declaration was found,
9853 * parse an XML declaration header
9864 * XML declaration but it does not have a standalone attribute.
9913 * We may have the encoding declaration
10071 * Then possibly doc type declaration(s) and more Misc
10757 * The Name in the document type declaration must match
12138 * Parse a possible text declaration first
12356 * Parse a possible text declaration first