Lines Matching refs:Element
157 * @value: the element name
159 * Pushes a new element name on top of the name stack
185 * Pops the top element name from the name stack
465 * Depr: this element is deprecated
466 * DTD: 1 means that this element is valid only in the Loose DTD
467 * 2 means that this element is valid only in the Frameset DTD
756 { "html", 1, 1, 0, 0, 0, 0, 0, "document root element ",
906 * start tags that imply the end of current element
968 * CDATA content and where a p element will be implied
1087 * @name: The name of the element to look up the priority for.
1165 * or equal priority, so if we find an element with higher
1166 * priority before we find an element with
1247 * @elem: the HTML element
1251 * if the element or one of it's children would autoclose the
1274 * @elem: the HTML element
1354 * Check whether a p element need to be implied before inserting
1355 * characters in the current element.
1662 { 8712, "isin", "element of, U+2208 ISOtech" },
1663 { 8713, "notin","not an element of, U+2209 ISOtech" },
2664 * parse the content of an HTML SCRIPT or STYLE element
2672 * element and the value of intrinsic event attributes. User agents must
2709 "Element %s embeds close tag\n",
3421 * parse a start of tag either for rule element or
3464 "htmlParseStartTag: invalid element name\n",
3608 * SAX: Start of Element !
3694 * If the name read is not one of the element in the parsing stack
3825 * Parse a content: comment, sub-element, reference or text.
3859 "htmlParseStartTag: invalid element name\n",
3880 * the next element
3926 * Third case : a sub-element.
3958 "detected an error in element content\n",
3973 * Parse a content: comment, sub-element, reference or text.
3986 * parse an HTML element, this is highly recursive
3988 * [39] element ::= EmptyElemTag | STag content ETag
4024 * Lookup the info for that element.
4033 * Check for an Empty Element labeled the XML/SGML way
4071 * Check for an Empty Element from DTD definition
4081 * Parse the content of the element:
4946 * Lookup the info for that element.
4955 * Check for an Empty Element labeled the XML/SGML way
4994 * Check for an Empty Element from DTD definition
5162 "detected an error in element content\n",
5709 * @parent: HTML parent element
5710 * @elt: HTML element
5712 * Checks whether an HTML element may be a direct child of a parent element.
5732 * @parent: HTML parent element
5733 * @elt: HTML element
5735 * Checks whether an HTML element may be a direct child of a parent element.
5751 * @elt: HTML element
5755 * Checks whether an attribute is valid for an element
5788 * for Element nodes)
5793 * Return: for Element nodes, a return from htmlElementAllowedHere (if