Searched refs:getPublicId (Results 1 - 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
H A D_exceptions.py81 def getPublicId(self): member in class:SAXParseException
83 return self._locator.getPublicId()
H A Dexpatreader.py72 def getPublicId(self): member in class:ExpatLocator
76 return parser._source.getPublicId()
309 def getPublicId(self): member in class:ExpatParser
310 return self._source.getPublicId()
H A Dxmlreader.py177 def getPublicId(self): member in class:Locator
214 def getPublicId(self): member in class:InputSource
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
H A D_exceptions.py81 def getPublicId(self): member in class:SAXParseException
83 return self._locator.getPublicId()
H A Dexpatreader.py69 def getPublicId(self): member in class:ExpatLocator
73 return parser._source.getPublicId()
293 def getPublicId(self): member in class:ExpatParser
294 return self._source.getPublicId()
H A Dxmlreader.py177 def getPublicId(self): member in class:Locator
214 def getPublicId(self): member in class:InputSource
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_sax.py586 self.assertEqual(parser.getPublicId(), None)
597 self.assertEqual(parser.getPublicId(), None)
648 def getPublicId(self): member in class:ErrorReportingTest.DummyLocator

Completed in 271 milliseconds