HomeSort by relevance Sort by last modified time
    Searched defs:xmlSource (Results 1 - 9 of 9) 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);
  /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...]
  /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 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar 

Completed in 789 milliseconds