Home
last modified time | relevance | path

Searched refs:getSystemId (Results 1 – 20 of 20) sorted by relevance

/third_party/python/Lib/xml/sax/
D_exceptions.py68 self._systemId = self._locator.getSystemId()
85 def getSystemId(self): member in SAXParseException
91 sysid = self.getSystemId()
Dexpatreader.py78 def getSystemId(self): member in ExpatLocator
82 return parser._source.getSystemId()
120 if source.getSystemId() is not None:
121 self._parser.SetBase(source.getSystemId())
328 def getSystemId(self): member in ExpatParser
329 return self._source.getSystemId()
412 self._source.getSystemId() or
Dxmlreader.py183 def getSystemId(self): member in Locator
224 def getSystemId(self): member in InputSource
Dsaxutils.py357 sysid = source.getSystemId()
365 f = urllib.request.urlopen(source.getSystemId())
/third_party/libxml2/python/
Ddrv_libxml2.py98 def getSystemId(self): member in Locator
150 reader = input.newTextReader(source.getSystemId())
/third_party/gettext/gnulib-local/lib/libxml/
DSAX.in.h57 getSystemId (void *ctx);
Dglobals.c573 gs->xmlDefaultSAXLocator.getSystemId = xmlSAX2GetSystemId; in xmlInitializeGlobalState()
Dlegacy.c810 getSystemId(void *ctx) in getSystemId() function
Dparser.in.h352 const xmlChar *(*getSystemId)(void *ctx); member
/third_party/libxml2/include/libxml/
DSAX.h29 getSystemId (void *ctx);
Dparser.h325 const xmlChar *(*getSystemId)(void *ctx); member
/third_party/libxml2/os400/libxmlrpg/
DSAX.rpgle21 d getSystemId pr * extproc('getSystemId') const xmlChar *
Dparser.rpgle337 d getSystemId * procptr
/third_party/python/Lib/test/
Dtest_sax.py1229 self.assertEqual(parser.getSystemId(), None)
1240 self.assertEqual(parser.getSystemId(), TEST_XMLFILE)
1255 self.assertEqual(parser.getSystemId(), fname)
1277 self.assertEqual(e.getSystemId(), name)
1312 def getSystemId(self): member in ErrorReportingTest.DummyLocator
/third_party/python/Doc/library/
Dxml.sax.reader.rst252 .. method:: Locator.getSystemId()
278 .. method:: InputSource.getSystemId()
/third_party/libxml2/
Dglobals.c535 gs->xmlDefaultSAXLocator.getSystemId = xmlSAX2GetSystemId; in xmlInitializeGlobalState()
Dlegacy.c781 getSystemId(void *ctx) in getSystemId() function
Dlibxml2.syms93 getSystemId;
/third_party/libxml2/win32/
Dlibxml2.def.src238 getSystemId
/third_party/chromium/patch/
D0001-cve.patch121569 getSystemId (void *ctx);