Home
last modified time | relevance | path

Searched defs:attributeDecl (Results 1 – 3 of 3) sorted by relevance

/third_party/libxml2/
Dlegacy.c996 attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname, in attributeDecl() function
/third_party/libxml2/include/libxml/
Dparser.h730 attributeDeclSAXFunc attributeDecl; member
771 attributeDeclSAXFunc attributeDecl; member
/third_party/libxml2/python/
Dlibxml.py236 def attributeDecl(self, elem, name, type, defi, defaultValue, nameList): member in SAXCallback