Home | History | Annotate | Download | only in dom

Lines Matching defs:Text

11  * convenience methods for getting elements and text.
183 # empty text node; discard
190 # collapse text node
363 self.childNodes.append(Text())
1065 class Text(CharacterData):
1069 nodeName = "#text"
1150 defproperty(Text, "isWhitespaceInElementContent",
1151 doc="True iff this text node contains only whitespace"
1153 defproperty(Text, "wholeText",
1154 doc="The text of all logically-adjacent text nodes.")
1188 class CDATASection(Text):
1659 t = Text()