Searched defs:getPublicId (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Lib/xml/sax/ | ||
D | _exceptions.py | 81 def getPublicId(self): member in SAXParseException |
D | expatreader.py | 72 def getPublicId(self): member in ExpatLocator |
D | xmlreader.py | 179 def getPublicId(self): member in Locator |
/third_party/libxml2/python/ | ||
D | drv_libxml2.py | 94 def getPublicId(self): member in Locator |
/third_party/libxml2/ | ||
D | legacy.c | 764 getPublicId(void *ctx) in getPublicId() function |
/third_party/python/Lib/test/ | ||
D | test_sax.py | 1309 def getPublicId(self): member in ErrorReportingTest.DummyLocator |
/third_party/libxml2/include/libxml/ | ||
D | parser.h | 324 const xmlChar *(*getPublicId)(void *ctx); member |