Home | History | Annotate | Download | only in test

Lines Matching refs:gather

453         gather
454 parser.setContentHandler(gather)
459 self.verify_empty_attrs(gather._attrs)
463 gather = self.AttrGatherer()
464 parser.setContentHandler(gather)
469 self.verify_attrs_wattr(gather._attrs)
473 gather = self.AttrGatherer()
474 parser.setContentHandler(gather)
479 self.verify_empty_nsattrs(gather._attrs)
483 gather = self.AttrGatherer()
484 parser.setContentHandler(gather)
489 attrs = gather._attrs