Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/xml/dom/
Dminidom.py525 def __setitem__(self, attname, value): argument
672 def getAttribute(self, attname): argument
684 def setAttribute(self, attname, value): argument
/external/python/cpython3/Lib/xml/dom/
Dminidom.py556 def __setitem__(self, attname, value): argument
721 def getAttribute(self, attname): argument
745 def setAttribute(self, attname, value): argument
/external/libxml2/
Dparser.c8527 const xmlChar *attname; in xmlParseStartTag() local
9254 const xmlChar *attname; in xmlParseStartTag2() local
DHTMLparser.c3933 const xmlChar *attname; in htmlParseStartTag() local
/external/expat/tests/
Druntests.c268 const XML_Char *attname, const XML_Char *att_type, in dummy_attlist_decl_handler()