Home | History | Annotate | Download | only in dom

Lines Matching defs:Text

11  * convenience methods for getting elements and text.
182 # empty text node; discard
189 # collapse text node
354 self.childNodes.append(Text())
1012 class Text(CharacterData):
1019 nodeName = "#text"
1102 defproperty(Text, "isWhitespaceInElementContent",
1103 doc="True iff this text node contains only whitespace"
1105 defproperty(Text, "wholeText",
1106 doc="The text of all logically-adjacent text nodes.")
1139 class CDATASection(Text):
1142 # XXX this does not work, Text is an old-style class
1612 t = Text()