Home
last modified time | relevance | path

Searched refs:attrvalue (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/test/valid/dtds/
Dexternal2.ent1 <!ATTLIST root attr1 NMTOKEN "attrvalue">
/external/libxml2/python/
Dlibxml.c895 PyObject *attrvalue; in pythonStartElement() local
923 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()