Home
last modified time | relevance | path

Searched refs:specified_attributes (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Modules/
Dpyexpat.c73 int specified_attributes; /* Report only specified attributes. */ member
510 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()
/external/python/cpython2/Lib/test/
Dtest_pyexpat.py42 self.assertIs(self.parser.specified_attributes, False)
44 self.parser.specified_attributes = x
45 self.assertIs(self.parser.specified_attributes, bool(x))
/external/python/cpython2/Lib/xml/etree/
DElementTree.py1229 parser.specified_attributes = 1
1502 self._parser.specified_attributes = 1
/external/python/cpython2/Doc/library/
Dpyexpat.rst174 :attr:`specified_attributes` set to the values of this parser.
262 .. attribute:: xmlparser.specified_attributes
/external/python/cpython2/Lib/xml/dom/
Dexpatbuilder.py162 self._parser.specified_attributes = True
/external/python/cpython2/Misc/
DHISTORY7820 specified_attributes attributes. A new module expat.model was added,