Home | History | Annotate | Download | only in dom

Lines Matching refs:Childless

870 class Childless:
871 """Mixin that makes childless-ness easy to implement and avoids
902 # For childless nodes, normalize() has nothing to do.
910 class ProcessingInstruction(Childless, Node):
941 class CharacterData(Childless, Node):
1129 class Comment(Childless, CharacterData):
1239 class DocumentType(Identified, Childless, Node):
1339 class Notation(Identified, Childless, Node):