Searched refs:specified_attributes (Results 1 – 6 of 6) sorted by relevance
73 int specified_attributes; /* Report only specified attributes. */ member510 if (self->specified_attributes) { in my_StartElementHandler()1100 new_parser->specified_attributes = self->specified_attributes; in xmlparse_ExternalEntityParserCreate()1305 self->specified_attributes = 0; in newxmlparseobject()1464 return get_pybool((long) self->specified_attributes); in xmlparse_getattr()1616 self->specified_attributes = b; in xmlparse_setattr()
42 self.assertIs(self.parser.specified_attributes, False)44 self.parser.specified_attributes = x45 self.assertIs(self.parser.specified_attributes, bool(x))
1229 parser.specified_attributes = 11502 self._parser.specified_attributes = 1
174 :attr:`specified_attributes` set to the values of this parser.262 .. attribute:: xmlparser.specified_attributes
162 self._parser.specified_attributes = True
7820 specified_attributes attributes. A new module expat.model was added,