Home
last modified time | relevance | path

Searched defs:attname (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/xml/dom/
Dminidom.py556 def __setitem__(self, attname, value): argument
721 def getAttribute(self, attname): argument
745 def setAttribute(self, attname, value): argument
/third_party/skia/third_party/externals/expat/expat/tests/
Druntests.c276 const XML_Char *attname, const XML_Char *att_type, in dummy_attlist_decl_handler()