HomeSort by relevance Sort by last modified time
    Searched defs:getSystemId (Results 51 - 75 of 213) sorted by null

1 23 4 5 6 7 8 9

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
xmlreader.py 181 def getSystemId(self):
222 def getSystemId(self):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
xmlreader.py 181 def getSystemId(self):
222 def getSystemId(self):
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorInclude.java 221 // from either the source.getSystemId(), if non-null
308 handler.pushBaseIndentifier(inputSource.getSystemId());
380 if (s != null && (idFromUriResolverSource = s.getSystemId()) != null) {
ProcessorLRE.java 109 slocator.setSystemId(locator.getSystemId());
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplate.java 68 * @see #getSystemId
85 public String getSystemId()
99 m_systemId = locator.getSystemId();
  /external/apache-xml/src/main/java/org/apache/xml/utils/
TreeWalker.java 303 m_locator.setSystemId(loc.getSystemId());
  /external/apache-xml/src/main/java/org/apache/xpath/
Expression.java 516 * @see #getSystemId
539 public String getSystemId()
543 return m_parent.getSystemId();
  /external/libxml2/
legacy.c 771 * getSystemId:
781 getSystemId(void *ctx)
783 DEPRECATED("getSystemId")
    [all...]
  /external/python/cpython2/Lib/xml/sax/
xmlreader.py 181 def getSystemId(self):
222 def getSystemId(self):
  /external/python/cpython3/Lib/xml/sax/
xmlreader.py 183 def getSystemId(self):
224 def getSystemId(self):
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
xmlreader.py 181 def getSystemId(self):
222 def getSystemId(self):
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
xmlreader.py 181 def getSystemId(self):
222 def getSystemId(self):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py 181 def getSystemId(self):
222 def getSystemId(self):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py 181 def getSystemId(self):
222 def getSystemId(self):
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerHandlerImpl.java 213 public String getSystemId()
323 + locator.getSystemId());
329 setSystemId(locator.getSystemId());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sax.py 585 self.assertEqual(parser.getSystemId(), None)
596 self.assertEqual(parser.getSystemId(), TEST_XMLFILE)
618 self.assertEqual(e.getSystemId(), name)
651 def getSystemId(self):
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
TreeWalker.java 277 m_locator.setSystemId(loc.getSystemId());
  /external/tagsoup/templates/org/ccil/cowan/tagsoup/
HTMLScanner.java 137 public String getSystemId() {
  /frameworks/base/media/java/android/media/
MediaCas.java 174 public int getSystemId() {
MediaExtractor.java 286 public int getSystemId() {
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupUtil.java 213 && isSystemIdFFC(groupListItem.getSystemId())
345 public String getSystemId(Cursor cursor) {
  /external/annotation-tools/asmx/
ow_util_ant_tasks.jar 
  /libcore/xml/src/main/java/org/xmlpull/v1/sax2/
Driver.java 163 public String getSystemId() { return systemId; }
273 systemId = source.getSystemId();
283 systemId = source.getSystemId();
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sax.py 702 self.assertEqual(parser.getSystemId(), None)
713 self.assertEqual(parser.getSystemId(), TEST_XMLFILE)
728 self.assertEqual(parser.getSystemId(), fname)
750 self.assertEqual(e.getSystemId(), name)
783 def getSystemId(self):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sax.py 702 self.assertEqual(parser.getSystemId(), None)
713 self.assertEqual(parser.getSystemId(), TEST_XMLFILE)
728 self.assertEqual(parser.getSystemId(), fname)
750 self.assertEqual(e.getSystemId(), name)
783 def getSystemId(self):

Completed in 735 milliseconds

1 23 4 5 6 7 8 9