Searched defs:attname (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Lib/xml/dom/ |
D | minidom.py | 555 def __setitem__(self, attname, value): argument 720 def getAttribute(self, attname): argument 736 def setAttribute(self, attname, value): argument
|
/external/python/cpython2/Lib/xml/dom/ |
D | minidom.py | 525 def __setitem__(self, attname, value): argument 672 def getAttribute(self, attname): argument 684 def setAttribute(self, attname, value): argument
|
/external/libxml2/ |
D | parser.c | 8439 const xmlChar *attname; in xmlParseStartTag() local 9181 const xmlChar *attname; in xmlParseStartTag2() local
|
D | HTMLparser.c | 3739 const xmlChar *attname; in htmlParseStartTag() local
|
/external/expat/tests/ |
D | runtests.c | 281 const XML_Char *UNUSED_P(attname), in dummy_attlist_decl_handler()
|