Searched refs:attrvalue (Results 1 – 2 of 2) sorted by relevance
1 <!ATTLIST root attr1 NMTOKEN "attrvalue">
895 PyObject *attrvalue; in pythonStartElement() local923 attrvalue = PY_IMPORT_STRING((char *) attrs[i]); in pythonStartElement()926 attrvalue = Py_None; in pythonStartElement()928 PyDict_SetItem(dict, attrname, attrvalue); in pythonStartElement()930 Py_DECREF(attrvalue); in pythonStartElement()