HomeSort by relevance Sort by last modified time
    Searched defs:xmlSource (Results 1 - 16 of 16) sorted by null

  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
HtmlReport.java 67 StreamSource xmlSource = new StreamSource(xmlIn);
69 transformer.transform(xmlSource, result);
  /external/guice/examples/src/example/xml/
XmlBeanModule.java 60 Binder sourced = originalBinder.withSource(xmlSource());
105 Binder sourced = originalBinder.withSource(xmlSource());
192 originalBinder.withSource(xmlSource())
224 Object xmlSource() {
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMManagerDefault.java 277 InputSource xmlSource;
280 xmlSource = null;
283 xmlSource = SAXSource.sourceToInputSource(source);
285 String urlOfSource = xmlSource.getSystemId();
295 xmlSource.setSystemId(urlOfSource);
390 if (null == xmlSource) {
405 coParser.startParse(xmlSource);
439 reader.parse(xmlSource);
  /libcore/luni/src/main/java/libcore/util/
TimeZoneFinder.java 78 private final ReaderSupplier xmlSource;
83 private TimeZoneFinder(ReaderSupplier xmlSource) {
84 this.xmlSource = xmlSource;
291 try (Reader reader = xmlSource.get()) {
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 415 InputSource xmlSource = SAXSource.sourceToInputSource(source);
417 if (null == xmlSource)
423 if (null != xmlSource.getSystemId())
424 m_systemID = xmlSource.getSystemId();
485 reader.parse(xmlSource);
    [all...]
  /external/annotation-tools/asmx/test/lib/
ccl.jar 
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 
  /prebuilts/tools/common/m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/
Saxon-HE-9.8.0-5.jar 

Completed in 133 milliseconds