Lines Matching refs:defproperty
270 defproperty(Node, "firstChild", doc="First child node, or None.")
271 defproperty(Node, "lastChild", doc="Last child node, or None.")
272 defproperty(Node, "localName", doc="Namespace-local name of this node.")
449 defproperty(Attr, "isId", doc="True if this attribute is an ID.")
450 defproperty(Attr, "localName", doc="Namespace-local name of this attribute.")
451 defproperty(Attr, "schemaType", doc="Schema type for this attribute.")
603 defproperty(NamedNodeMap, "length",
850 defproperty(Element, "attributes",
852 defproperty(Element, "localName",
1009 defproperty(CharacterData, "length", doc="Length of the string data.")
1102 defproperty(Text, "isWhitespaceInElementContent",
1105 defproperty(Text, "wholeText",
1216 defproperty(ReadOnlySequentialNamedNodeMap, "length",
1808 defproperty(Document, "documentElement",