Home
last modified time | relevance | path

Searched defs:unparsedEntityDecl (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/xml/sax/
Dhandler.py217 def unparsedEntityDecl(self, name, publicId, systemId, ndata): member in DTDHandler
Dsaxutils.py296 def unparsedEntityDecl(self, name, publicId, systemId, ndata): member in XMLFilterBase
/third_party/gettext/gnulib-local/lib/libxml/
Dlegacy.c1082 unparsedEntityDecl(void *ctx, const xmlChar * name, in unparsedEntityDecl() function
Dparser.in.h759 unparsedEntityDeclSAXFunc unparsedEntityDecl; member
800 unparsedEntityDeclSAXFunc unparsedEntityDecl; member
/third_party/libxml2/
Dlegacy.c1053 unparsedEntityDecl(void *ctx, const xmlChar * name, in unparsedEntityDecl() function
/third_party/libxml2/include/libxml/
Dparser.h732 unparsedEntityDeclSAXFunc unparsedEntityDecl; member
773 unparsedEntityDeclSAXFunc unparsedEntityDecl; member
/third_party/python/Lib/test/
Dtest_sax.py955 def unparsedEntityDecl(self, name, publicId, systemId, ndata): member in ExpatReaderTest.TestDTDHandler