Searched refs:ordered_attributes (Results 1 – 12 of 12) sorted by relevance
71 int ordered_attributes; /* Return attributes as a list. */ member366 if (self->ordered_attributes) in my_StartElementHandler()389 if (self->ordered_attributes) { in my_StartElementHandler()954 new_parser->ordered_attributes = self->ordered_attributes; in pyexpat_xmlparser_ExternalEntityParserCreate_impl()1145 self->ordered_attributes = 0; in newxmlparseobject()1422 return PyBool_FromLong(self->ordered_attributes); in xmlparse_ordered_attributes_getter()1435 self->ordered_attributes = b; in xmlparse_ordered_attributes_setter()1482 XMLPARSE_GETTER_SETTER_DEF(ordered_attributes)
72 int ordered_attributes; /* Return attributes as a list. */ member519 if (self->ordered_attributes) in my_StartElementHandler()542 if (self->ordered_attributes) { in my_StartElementHandler()1099 new_parser->ordered_attributes = self->ordered_attributes; in xmlparse_ExternalEntityParserCreate()1304 self->ordered_attributes = 0; in newxmlparseobject()1458 return get_pybool(self->ordered_attributes); in xmlparse_getattr()1593 self->ordered_attributes = b; in xmlparse_setattr()
35 self.assertIs(self.parser.ordered_attributes, False)37 self.parser.ordered_attributes = x38 self.assertIs(self.parser.ordered_attributes, bool(x))
36 self.assertIs(self.parser.ordered_attributes, False)38 self.parser.ordered_attributes = x39 self.assertIs(self.parser.ordered_attributes, bool(x))
171 :attr:`ordered_attributes` and :attr:`specified_attributes` set to the values of227 .. attribute:: xmlparser.ordered_attributes354 :attr:`ordered_attributes` is true, this is a list (see355 :attr:`ordered_attributes` for a full description). Otherwise it's a
1228 parser.ordered_attributes = 11507 self._parser.ordered_attributes = 1
1564 parser.ordered_attributes = 11583 parser.ordered_attributes = 1
173 :attr:`ordered_attributes`, :attr:`returns_unicode` and239 .. attribute:: xmlparser.ordered_attributes
161 self._parser.ordered_attributes = True
7819 only. Parser objects now provide the ordered_attributes and
25198 only. Parser objects now provide the ordered_attributes and