Home
last modified time | relevance | path

Searched defs:unparsedEntityDecl (Results 1 – 5 of 5) 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/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