Home | History | Annotate | Download | only in dom

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.")
452 defproperty(Attr, "isId", doc="True if this attribute is an ID.")
453 defproperty(Attr, "localName", doc="Namespace-local name of this attribute.")
454 defproperty(Attr, "schemaType", doc="Schema type for this attribute.")
606 defproperty(NamedNodeMap, "length",
853 defproperty(Element, "attributes",
855 defproperty(Element, "localName",
1012 defproperty(CharacterData, "length", doc="Length of the string data.")
1105 defproperty(Text, "isWhitespaceInElementContent",
1108 defproperty(Text, "wholeText",
1219 defproperty(ReadOnlySequentialNamedNodeMap, "length",
1811 defproperty(Document, "documentElement",