Home | History | Annotate | Download | only in test

Lines Matching refs:gather

735         gather = self.AttrGatherer()
736 parser.setContentHandler(gather)
741 self.verify_empty_attrs(gather._attrs)
745 gather = self.AttrGatherer()
746 parser.setContentHandler(gather)
751 self.verify_attrs_wattr(gather._attrs)
755 gather = self.AttrGatherer()
756 parser.setContentHandler(gather)
761 self.verify_empty_nsattrs(gather._attrs)
765 gather = self.AttrGatherer()
766 parser.setContentHandler(gather)
771 attrs = gather._attrs