Home
last modified time | relevance | path

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

/third_party/python/Lib/xml/sax/
D_exceptions.py81 def getPublicId(self): member in SAXParseException
Dexpatreader.py72 def getPublicId(self): member in ExpatLocator
325 def getPublicId(self): member in ExpatParser
Dxmlreader.py179 def getPublicId(self): member in Locator
216 def getPublicId(self): member in InputSource
/third_party/libxml2/python/
Ddrv_libxml2.py94 def getPublicId(self): member in Locator
/third_party/libxml2/
Dlegacy.c764 getPublicId(void *ctx) in getPublicId() function
/third_party/python/Lib/test/
Dtest_sax.py1309 def getPublicId(self): member in ErrorReportingTest.DummyLocator
/third_party/libxml2/include/libxml/
Dparser.h324 const xmlChar *(*getPublicId)(void *ctx); member