Lines Matching refs:defproperty
280 defproperty(Node, "firstChild", doc="First child node, or None.")
281 defproperty(Node, "lastChild", doc="Last child node, or None.")
282 defproperty(Node, "localName", doc="Namespace-local name of this node.")
468 defproperty(Attr, "isId", doc="True if this attribute is an ID.")
469 defproperty(Attr, "localName", doc="Namespace-local name of this attribute.")
470 defproperty(Attr, "schemaType", doc="Schema type for this attribute.")
636 defproperty(NamedNodeMap, "length",
934 defproperty(Element, "attributes",
936 defproperty(Element, "localName",
1089 defproperty(CharacterData, "length", doc="Length of the string data.")
1177 defproperty(Text, "isWhitespaceInElementContent",
1180 defproperty(Text, "wholeText",
1289 defproperty(ReadOnlySequentialNamedNodeMap, "length",
1885 defproperty(Document, "documentElement",