Home
last modified time | relevance | path

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

/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