Home | History | Annotate | Download | only in dom

Lines Matching refs:_seq

255                 doctype.entities._seq = []
256 doctype.notations._seq = []
323 self.document.doctype.entities._seq.append(node)
325 del self.document.doctype.entities._seq[-1]
329 self.document.doctype.notations._seq.append(node)
331 del self.document.doctype.notations._seq[-1]