Home
last modified time | relevance | path

Searched refs:getPublicId (Results 1 – 19 of 19) sorted by relevance

/third_party/python/Lib/xml/sax/
D_exceptions.py81 def getPublicId(self): member in SAXParseException
83 return self._locator.getPublicId()
Dexpatreader.py72 def getPublicId(self): member in ExpatLocator
76 return parser._source.getPublicId()
325 def getPublicId(self): member in ExpatParser
326 return self._source.getPublicId()
Dxmlreader.py179 def getPublicId(self): member in Locator
216 def getPublicId(self): member in InputSource
/third_party/gettext/gnulib-local/lib/libxml/
DSAX.in.h55 getPublicId (void *ctx);
Dglobals.c572 gs->xmlDefaultSAXLocator.getPublicId = xmlSAX2GetPublicId; in xmlInitializeGlobalState()
Dlegacy.c793 getPublicId(void *ctx) in getPublicId() function
Dparser.in.h351 const xmlChar *(*getPublicId)(void *ctx); member
/third_party/libxml2/include/libxml/
DSAX.h27 getPublicId (void *ctx);
Dparser.h324 const xmlChar *(*getPublicId)(void *ctx); member
/third_party/libxml2/os400/libxmlrpg/
DSAX.rpgle18 d getPublicId pr * extproc('getPublicId') const xmlChar *
Dparser.rpgle336 d getPublicId * procptr
/third_party/libxml2/python/
Ddrv_libxml2.py94 def getPublicId(self): member in Locator
/third_party/python/Lib/test/
Dtest_sax.py1230 self.assertEqual(parser.getPublicId(), None)
1241 self.assertEqual(parser.getPublicId(), None)
1256 self.assertEqual(parser.getPublicId(), None)
1309 def getPublicId(self): member in ErrorReportingTest.DummyLocator
/third_party/python/Doc/library/
Dxml.sax.reader.rst247 .. method:: Locator.getPublicId()
268 .. method:: InputSource.getPublicId()
/third_party/libxml2/
Dglobals.c534 gs->xmlDefaultSAXLocator.getPublicId = xmlSAX2GetPublicId; in xmlInitializeGlobalState()
Dlegacy.c764 getPublicId(void *ctx) in getPublicId() function
Dlibxml2.syms92 getPublicId;
/third_party/libxml2/win32/
Dlibxml2.def.src237 getPublicId
/third_party/chromium/patch/
D0001-cve.patch121566 getPublicId (void *ctx);