Home
last modified time | relevance | path

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

/third_party/gettext/gnulib-local/lib/libxml/
Dlegacy.c1045 elementDecl(void *ctx, const xmlChar * name, int type, in elementDecl() function
Dparser.in.h758 elementDeclSAXFunc elementDecl; member
799 elementDeclSAXFunc elementDecl; member
/third_party/libxml2/
Dlegacy.c1016 elementDecl(void *ctx, const xmlChar * name, int type, in elementDecl() function
/third_party/libxml2/include/libxml/
Dparser.h731 elementDeclSAXFunc elementDecl; member
772 elementDeclSAXFunc elementDecl; member
/third_party/libxml2/python/
Dlibxml.py240 def elementDecl(self, name, type, content): member in SAXCallback