Home | History | Annotate | Download | only in test

Lines Matching refs:gather

555         gather = self.AttrGatherer()
556 parser.setContentHandler(gather)
561 self.verify_empty_attrs(gather._attrs)
565 gather = self.AttrGatherer()
566 parser.setContentHandler(gather)
571 self.verify_attrs_wattr(gather._attrs)
575 gather = self.AttrGatherer()
576 parser.setContentHandler(gather)
581 self.verify_empty_nsattrs(gather._attrs)
585 gather = self.AttrGatherer()
586 parser.setContentHandler(gather)
591 attrs = gather._attrs