Home | History | Annotate | Download | only in dom

Lines Matching defs:CharacterData

941 class CharacterData(Childless, Node):
1012 defproperty(CharacterData, "length", doc="Length of the string data.")
1015 class Text(CharacterData):
1018 # XXX this does not work, CharacterData is an old-style class
1129 class Comment(Childless, CharacterData):