Searched defs:attname (Results 1 – 7 of 7) sorted by relevance
| /external/python/cpython3/Lib/xml/dom/ |
| D | minidom.py | 556 def __setitem__(self, attname, value): argument 721 def getAttribute(self, attname): argument 745 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/cronet/third_party/libxml/src/ |
| D | parser.c | 8482 const xmlChar *attname; in xmlParseStartTag() local 9208 const xmlChar *attname; in xmlParseStartTag2() local
|
| D | HTMLparser.c | 3959 const xmlChar *attname; in htmlParseStartTag() local
|
| /external/libxml2/ |
| D | parser.c | 8612 const xmlChar *attname; in xmlParseStartTag() local 9336 const xmlChar *attname; in xmlParseStartTag2() local
|
| D | HTMLparser.c | 3986 const xmlChar *attname; in htmlParseStartTag() local
|
| /external/expat/expat/tests/ |
| D | runtests.c | 276 const XML_Char *attname, const XML_Char *att_type, in dummy_attlist_decl_handler()
|