Home | History | Annotate | Download | only in libxml2

Lines Matching refs:With

18  * As much as possible the functions are associated with their relative
120 * boundary feature. It can be disabled with the XML_PARSE_HUGE
205 * boundary feature. It can be disabled with the XML_PARSE_HUGE
804 * Examines if the library has been compiled with a given feature.
1392 * The parser below doesn't try to cope with extension or privateuse
1952 * To be used with extreme caution since operations consuming
1957 * running with UTF-8 encoding.
2252 /* on purpose to avoid reentrancy problems with NEXT and SKIP */
2281 /* on purpose to avoid reentrancy problems with NEXT and SKIP */
2458 * In a document without any DTD, a document with only an internal DTD
2460 * with "standalone='yes'", ... ... The declaration of a parameter
2464 * In a document with an external subset or external parameter entities
2465 * with "standalone='no'", ... ... The declaration of a parameter entity
2558 * In a document without any DTD, a document with only an
2560 * references, or a document with "standalone='yes'", ...
2572 * In a document with an external subset or external
2573 * parameter entities with "standalone='no'", ...
2677 * Returns A newly allocated string with the substitution done. The caller
2855 * Returns A newly allocated string with the substitution done. The caller
3545 /* failure (or end of input buffer), check with full function */
3761 * Returns the EntityValue parsed with reference substituted or NULL
5664 * if an attribute has a default value declared with the #FIXED
6220 * with parenthesized groups. That is to say, if either of the
6516 * with parenthesized groups. That is to say, if either of the
6859 * Parameter-entity replacement text must be properly nested with
7175 * where the ent->children is filled with the result from
7486 * node with a possible previous text one which
7519 * In a document without any DTD, a document with only an internal DTD
7521 * with "standalone='yes'", the Name given in the entity reference
7595 * In a document without any DTD, a document with only an
7597 * references, or a document with "standalone='yes'", the
7704 * In a document without any DTD, a document with only an internal DTD
7706 * with "standalone='yes'", the Name given in the entity reference
7792 * In a document without any DTD, a document with only an
7794 * references, or a document with "standalone='yes'", the
7903 * In a document without any DTD, a document with only an internal DTD
7905 * with "standalone='yes'", ... ... The declaration of a parameter
7909 * In a document with an external subset or external parameter entities
7910 * with "standalone='no'", ... ... The declaration of a parameter entity
7956 * In a document without any DTD, a document with only an
7958 * references, or a document with "standalone='yes'", ...
7971 * In a document with an external subset or external
7972 * parameter entities with "standalone='no'", ...
8133 * In a document without any DTD, a document with only an internal DTD
8135 * with "standalone='yes'", ... ... The declaration of a parameter
8139 * In a document with an external subset or external parameter entities
8140 * with "standalone='no'", ... ... The declaration of a parameter entity
8197 * In a document without any DTD, a document with only an
8199 * references, or a document with "standalone='yes'", ...
8210 * In a document with an external subset or external
8211 * parameter entities with "standalone='no'", ...
8395 * With namespace:
8485 * With namespace:
8515 * Now parse the attributes, it ends up with the ending
8632 * With namespace
8694 * With namespace
9207 * With namespace:
9237 * NOTE: it is crucial with the SAX2 API to never call SHRINK beyond that
9266 * Now parse the attributes, it ends up with the ending
9651 * With namespace
10382 * - attributes with default values, if elements to which these
10387 * - attributes with values subject to normalization, where the
10388 * attribute appears in the document with a value which will change
10390 * - element types with element content, if white space occurs directly
11053 if ((c & 0x80) == 0x00) { /* 1-byte code, starts with 10 */
11060 } else if ((c & 0xe0) == 0xc0) {/* 2-byte code, starts with 110 */
11069 } else if ((c & 0xf0) == 0xe0) {/* 3-byte code, starts with 1110 */
11080 } else if ((c & 0xf8) == 0xf0) {/* 4-byte code, starts with 11110 */
11884 * Internal subset ends up with "']' S? '>'" in an unescaped
12501 * Create a parser context for using the XML parser with an existing
14735 * the library and all XML/HTML documents built with it.