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

1 2 34 5 6 7 8 9

  /prebuilts/python/darwin-x86/2.7.5/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/python/linux-x86/2.7.5/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):
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplateElement.java 634 return this.getSystemId();
708 * @see #getSystemId
725 public String getSystemId()
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 131 public String getSystemId()
269 else if (null != sresult.getSystemId())
271 String fileURL = sresult.getSystemId();
340 if ((source instanceof StreamSource && source.getSystemId()==null &&
350 String systemID = source.getSystemId();
368 m_systemID = dsource.getSystemId();
423 if (null != xmlSource.getSystemId())
424 m_systemID = xmlSource.getSystemId();
    [all...]
  /external/python/cpython2/Lib/test/
test_sax.py 882 self.assertEqual(parser.getSystemId(), None)
893 self.assertEqual(parser.getSystemId(), TEST_XMLFILE)
908 self.assertEqual(parser.getSystemId(), fname)
930 self.assertEqual(e.getSystemId(), name)
    [all...]
  /external/python/cpython3/Lib/test/
test_sax.py     [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java 358 public String getSystemId() {
Parser.java 443 theScanner.resetDocumentLocator(input.getPublicId(), input.getSystemId());
486 String systemid = s.getSystemId();
866 theDoctypeSystemId = ((Locator)theScanner).getSystemId();
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java 313 inputSource.getSystemId());
373 String systemId = inputSource.getSystemId();
682 public String getSystemId() {
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NodeImpl.java 616 values.add(doctype.getSystemId());
  /prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 286 public String getSystemId()
412 // System.out.println("pushing locator for: "+locator.getSystemId());
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 974 m_sourceSystemId.addElement(m_locator.getSystemId());
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 401 fLocator.setSystemId(loc.getSystemId());
502 String systemId = node.getSystemId();
    [all...]
  /external/guice/lib/build/
safesax.jar 
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java     [all...]
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.jar 
  /external/libxml2/include/libxml/
parser.h 323 const xmlChar *(*getSystemId)(void *ctx);
    [all...]
  /external/annotation-tools/asmx/test/lib/
saxon7.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/dtd-parser/dtd-parser/1.1/
dtd-parser-1.1.jar 
  /external/annotation-tools/asmx/config/
ow_util_ant_tasks.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8-dom.jar 
  /external/vogar/lib/
kxml-libcore-20110123.jar 

Completed in 821 milliseconds

1 2 34 5 6 7 8 9