Lines Matching refs:Element
987 int nbAttrs; /* number of defaulted attributes on that element */
1093 * @fullname: the element fullname
1097 * Add a defaulted attribute for an element
1124 * split the element name into prefix:localname , the string found
1169 * Split the element name into prefix:localname , the string found
1204 * @fullname: the element fullname
1532 * @value: the element node
1534 * Pushes a new element node on top of the node stack
1572 * Pops the top element node from the node stack
1598 * @value: the element name
1599 * @prefix: the element prefix
1600 * @URI: the element namespace name
1602 * Pushes a new element name/prefix/URL on top of the name stack
1645 * Pops the top element/prefix/URI name from the name stack
1670 * @value: the element name
1672 * Pushes a new element name on top of the name stack
1704 * Pops the top element name from the name stack
2708 * Look if the element is mixed content in the DTD if available
5455 * parse the Attribute list def for an element
5472 * [ VC: One ID per Element Type ]
5473 * No element type may have more than one ID attribute specified.
5481 * of an ID attribute on some element in the XML document; i.e. IDREF
5530 * : parse the Attribute list def for an element
5555 "ATTLIST: no name for Element\n");
5665 * parse the declaration for a Mixed Element content
5677 * returns: the list of the xmlElementContentPtr describing the element choices
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
5794 * Returns the tree of xmlElementContentPtr describing the element
5844 * Each loop we parse one separator and one element.
5982 "Element content declaration doesn't start and stop in the same entity\n",
6056 * @name: the name of the element being defined.
6057 * @result: the Element Content pointer will be stored here if any
6059 * parse the declaration for an Element content either Mixed or Children,
6064 * returns: the type of element content XML_ELEMENT_TYPE_xxx
6101 * parse an Element declaration.
6103 * [45] elementdecl ::= '<!ELEMENT' S Name S contentspec S? '>'
6105 * [ VC: Unique Element Type Declaration ]
6106 * No element type may be declared more than once
6108 * Returns the type of the element, or -1 in case of error
6123 "Space required after 'ELEMENT'\n");
6129 "xmlParseElementDecl: no name for Element\n");
6136 "Space required after the element name\n");
6142 * Element must always be empty.
6149 * Element is a generic container.
6185 "Element declaration doesn't start and stop in the same entity\n");
7714 * [ VC: Root Element Type ]
7715 * The Name in the document type declaration must match the element
7716 * type of the root element.
7936 * parse a start of tag either for rule element or
7943 * empty-element tag.
7949 * empty-element tag.
7957 * Returns the element name parsed
7976 "xmlParseStartTag: invalid element name\n");
7999 * start-tag or empty-element tag.
8069 * SAX: Start of Element !
8128 * [ WFC: Element Type Match ]
8129 * The Name in an element's end-tag must match the element type in the
8496 * @pref: the element prefix
8497 * @elem: the element name
8614 * parse a start of tag either for rule element or
8622 * empty-element tag.
8628 * empty-element tag.
8636 * Returns the element name parsed
8677 /* Forget any namespaces added during an earlier parse of this element. */
8683 "StartTag: invalid element name\n");
8991 * start-tag or empty-element tag.
9020 * SAX: Start of Element !
9114 * [ WFC: Element Type Match ]
9115 * The Name in an element's end-tag must match the element type in the
9246 * [43] content ::= (element | CharData | Reference | CDSect | PI | Comment)*
9284 * Fourth case : a sub-element.
9316 "detected an error in element content\n");
9327 * parse an XML element, this is highly recursive
9329 * [39] element ::= EmptyElemTag | STag content ETag
9331 * [ WFC: Element Type Match ]
9332 * The Name in an element's end-tag must match the element type in the
9388 * [ VC: Root Element Type ]
9389 * The Name in the document type declaration must match the element
9390 * type of the root element.
9398 * Check for an Empty Element.
9456 * Parse the content of the element:
9785 * - element types with element content, if white space occurs directly
9987 * [1] document ::= prolog element Misc*
10756 * [ VC: Root Element Type ]
10758 * the elementelement.
10766 * Check for an Empty Element.
10904 "detected an error in element content\n");
12476 * [43] content ::= (element | CharData | Reference | CDSect | PI | Comment)*
12503 * [43] content ::= (element | CharData | Reference | CDSect | PI | Comment)*
12688 * [43] content ::= (element | CharData | Reference | CDSect | PI | Comment)*
12895 * [43] content ::= (element | CharData | Reference | CDSect | PI | Comment)*