• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/libxml2-26/libxml2/

Lines Matching +refs:xml +refs:parse +refs:region

7  *     http://www.w3.org/TR/REC-xml
9 * http://www.w3.org/TR/1998/REC-xml-19980210
11 * http://www.w3.org/TR/2000/WD-xml-2e-20000814
233 "xml-stylesheet",
234 "xml-model",
448 errmsg = "Text declaration '<?xml' required";
1041 ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3);
1322 * to parse the DTD and before starting to parse the document root.
1360 * ["-" region]
1375 * region = 2ALPHA ; ISO 3166-1 code
1441 /* now we can have extlang or script or region or variant */
1451 goto region;
1464 /* now we can have script or region or variant */
1472 goto region;
1486 /* now we can have region or variant */
1498 /* we parsed a region */
1499 region:
1528 goto region;
2123 while (IS_BLANK_CH(cur)) { /* CHECKED tstblanks.xml */
2137 } while (IS_BLANK(cur)); /* CHECKED tstblanks.xml */
2203 * parse Reference declarations
2310 * parse Reference declarations, variant parsing from a string rather
2474 * http://www.w3.org/TR/REC-xml#entproc
2599 * c.f. http://www.w3.org/TR/REC-xml#as-PE
2897 * Check for xml:space value.
2943 * Relates to http://www.w3.org/TR/WD-xml-names *
2953 * parse an UTF8 encoded XML qualified name string
2981 /* xml: prefix is not really a namespace */
2992 while ((c != 0) && (c != ':') && (len < max)) { /* tested bigname.xml */
3009 while ((c != 0) && (c != ':')) { /* tested bigname.xml */
3071 while ((c != 0) && (len < max)) { /* tested bigname2.xml */
3088 while (c != 0) { /* tested bigname2.xml */
3121 * Relates to http://www.w3.org/TR/REC-xml *
3127 * Routines to parse Name, NCName and NmToken *
3306 while ((c != ' ') && (c != '>') && (c != '/') && /* test bigname.xml */
3344 * parse an XML name.
3422 while ((c != ' ') && (c != '>') && (c != '/') && /* test bigname.xml */
3459 * parse an XML name.
3517 * parse an XML name and compares for match
3559 * parse an XML name.
3595 if (len >= XML_MAX_NAMELEN) { /* test bigentname.xml */
3651 * parse an XML Nmtoken.
3756 * parse a value for ENTITY declarations
3905 * parse a value for an attribute, this is the fallback function
4146 * parse a value for an attribute
4186 * parse an XML Literal
4275 * parse an XML public literal
4402 * parse a CharData section.
4560 * parse a CharData section.this is the fallback function
5041 * parse the name of a PI
5073 "xmlParsePITarget: invalid name prefix 'xml'\n",
5089 * parse an XML Catalog Processing Instruction.
5091 * <?oasis-xml-catalog catalog="http://example.com/catalog.xml"?>
5149 * parse an XML Processing Instruction.
5306 * parse a notation declaration
5379 * parse <!ENTITY declarations
5712 * parse an Notation attribute type.
5784 * parse an Enumeration attribute type.
5854 * parse an Enumerated attribute type.
5888 * parse the Attribute list def for an element
5963 * : parse the Attribute list def for an element
6098 * parse the declaration for a Mixed Element content
6206 * parse the declaration for a Mixed Element content
6288 * Each loop we parse one separator and one element.
6503 * parse the declaration for a Mixed Element content
6540 * parse the declaration for an Element content either Mixed or Children,
6584 * parse an Element declaration.
6853 * parse Markup declarations
6924 * parse an XML declaration header for external entities
6926 * [77] TextDecl ::= '<?xml' VersionInfo? EncodingDecl S? '?>'
6935 * We know that '<?xml' is here.
6946 "Space needed after '<?xml'\n");
6999 * parse Markup declarations from an external subset
7086 * parse and handle entity references in content, depending on the SAX
7288 "Entity '%s' failed to parse\n", ent->name);
7514 * parse ENTITY references declarations
7698 * parse ENTITY references declarations, but this version parses it from
7892 * parse PEReference declarations
7998 * c.f. http://www.w3.org/TR/REC-xml#as-PE
8029 * http://www.w3.org/TR/REC-xml/#inliteral processing of entities references
8124 * parse PEReference declarations
8241 * parse a DOCTYPE declaration
8318 * parse the internal subset declaration
8377 * parse an attribute
8435 * Check that xml:lang conforms to the specification
8439 if ((ctxt->pedantic) && (xmlStrEqual(name, BAD_CAST "xml:lang"))) {
8442 "Malformed value for xml:lang : %s\n",
8448 * Check that xml:space conforms to the specification
8450 if (xmlStrEqual(name, BAD_CAST "xml:space")) {
8457 "Invalid value \"%s\" for xml:space : \"default\" or \"preserve\" expected\n",
8470 * parse a start of tag either for rule element or
8471 * EmptyElement. In both case we don't parse the tag closing chars.
8515 * Now parse the attributes, it ends up with the ending
8628 * parse an end of tag
8690 * parse an end of tag
8740 * parse an XML Namespace QName
8761 "Failed to parse QName '%s'\n", l, NULL, NULL);
8776 "Failed to parse QName '%s:'\n", p, NULL, NULL);
8793 "Failed to parse QName '%s:%s:'\n", p, l, NULL);
8821 * parse an XML name and compares for match
8875 * parse a value for an attribute.
9080 * parse an attribute in the new SAX2 framework.
9151 * Check that xml:lang conforms to the specification
9159 "Malformed value for xml:lang : %s\n",
9165 * Check that xml:space conforms to the specification
9175 "Invalid value \"%s\" for xml:space : \"default\" or \"preserve\" expected\n",
9191 * parse a start of tag either for rule element or
9192 * EmptyElement. In both case we don't parse the tag closing chars.
9254 /* Forget any namespaces added during an earlier parse of this element. */
9266 * Now parse the attributes, it ends up with the ending
9312 "xml namespace URI cannot be the default namespace\n",
9348 "xml namespace prefix mapped to wrong URI\n",
9359 "xml namespace URI mapped to wrong prefix\n",
9647 * parse an end of tag
9921 * parse an XML element, this is highly recursive
10074 * parse the end of tag: '</' should be here.
10101 * parse the XML version value.
10161 * parse the XML version.
10208 * parse the XML encoding name
10270 * parse the XML encoding declaration
10374 * parse the XML standalone declaration
10458 * parse an XML declaration header
10460 * [23] XMLDecl ::= '<?xml' VersionInfo EncodingDecl? SDDecl? S? '?>'
10475 * We know that '<?xml' is here.
10481 "Blank needed after '<?xml'\n");
10572 * parse an XML Misc* optional field.
10596 * parse an XML document (and build a tree if using the standard SAX
10658 * too small to hold "<?xml version="1.0" encoding="foo"
10784 * parse a general parsed entity
11516 * - handle an problem for isBlank when we only parse
12571 * Load and parse a DTD
12637 * let's parse that entity knowing it's an external subset.
12700 * Load and parse an external subset.
12781 * let's parse that entity knowing it's an external subset.
12828 * Load and parse an external subset.
12994 ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3);
13369 ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3);
13800 ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3);
13902 * parse an XML external entity out of context and build a tree.
13949 * parse an XML external entity out of context and build a tree.
14122 * parse an XML file and build a tree. Automatic support for ZLIB/Compress
14190 * parse an XML file and build a tree. Automatic support for ZLIB/Compress
14208 * parse an XML in-memory document and build a tree.
14224 * parse an XML file and build a tree. Automatic support for ZLIB/Compress
14240 * parse an XML file and build a tree. Automatic support for ZLIB/Compress
14260 * Setup the parser context to parse a new buffer; Clears any prior
14295 * parse an XML file and call the given SAX handler routines.
14400 * parse an XML in-memory block and use the given SAX function block
14455 * parse an XML in-memory block and use the given SAX function block
14472 * parse an XML in-memory block and build a tree.
14486 * parse an XML in-memory block and build a tree.
14505 * parse an XML in-memory buffer and call the given SAX handler routines.
14574 * parse an XML in-memory document and build a tree.
14617 * parse an XML in-memory document and build a tree.
14660 * Set the function to call call back when a xml reference has been made
15205 * parse an XML in-memory document and build a tree.
15229 * parse an XML file from the filesystem or the network.
15252 * parse an XML in-memory document and build a tree.
15274 * parse an XML from a file descriptor and build a tree.
15318 * parse an XML document from I/O functions and source and build a tree.
15363 * parse an XML in-memory document and build a tree.
15396 * parse an XML file from the filesystem or the network.
15431 * parse an XML in-memory document and build a tree.
15473 * parse an XML from a file descriptor and build a tree.
15518 * parse an XML document from I/O functions and source and build a tree.