Lines Matching refs:tag

7387  * parse a start of tag either for rule element or
7388 * EmptyElement. In both case we don't parse the tag closing chars.
7393 * No attribute name may appear more than once in the same start-tag or
7394 * empty-element tag.
7399 * No attribute name may appear more than once in the same start-tag or
7400 * empty-element tag.
7450 * start-tag or empty-element tag.
7542 * @line: line of the start tag
7543 * @nsNr: number of namespaces on the start tag
7545 * parse an end of tag
7580 * The Name in an element's end-tag must match the element type in the
7581 * start-tag.
7587 "Opening and ending tag mismatch: %s line %d and %s\n",
7607 * parse an end of tag
8121 * parse a start of tag either for rule element or
8122 * EmptyElement. In both case we don't parse the tag closing chars.
8128 * No attribute name may appear more than once in the same start-tag or
8129 * empty-element tag.
8134 * No attribute name may appear more than once in the same start-tag or
8135 * empty-element tag.
8321 * tag if some deallocation is needed
8447 * start-tag or empty-element tag.
8521 * @line: line of the start tag
8522 * @nsNr: number of namespaces on the start tag
8524 * parse an end of tag
8571 * The Name in an element's end-tag must match the element type in the
8572 * start-tag.
8578 "Opening and ending tag mismatch: %s line %d and %s\n",
8788 * The Name in an element's end-tag must match the element type in the
8789 * start-tag.
8918 "Premature end of data in tag %s line %d\n",
8933 * parse the end of tag: '</' should be here.
9526 "Start tag expected, '<' not found\n");