Home
last modified time | relevance | path

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

/third_party/gettext/gnulib-local/lib/libxml/
Dlegacy.c1025 attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname, in attributeDecl() function
Dparser.in.h757 attributeDeclSAXFunc attributeDecl; member
798 attributeDeclSAXFunc attributeDecl; member
/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