Searched defs:xmlSource (Results 1 - 7 of 7) sorted by relevance

/external/guice/examples/src/example/xml/
H A DXmlBeanModule.java60 Binder sourced = originalBinder.withSource(xmlSource());
105 Binder sourced = originalBinder.withSource(xmlSource());
192 originalBinder.withSource(xmlSource())
224 Object xmlSource() { method in class:XmlBeanModule
/external/parameter-framework/upstream/parameter/
H A DParameterMgrFullConnector.cpp271 bool CParameterMgrFullConnector::importSingleDomainXml(const string &xmlSource, bool overwrite, argument
275 return _pParameterMgr->importSingleDomainXml(xmlSource, overwrite, withSettings, fromFile,
H A DParameterMgr.cpp2538 bool CParameterMgr::importDomainsXml(const string &xmlSource, bool withSettings, bool fromFile, argument
2548 (fromFile ? ("\"" + xmlSource + "\"") : "a user-provided buffer"));
2553 bool importSuccess = wrapLegacyXmlImport(xmlSource, fromFile, withSettings,
2565 bool CParameterMgr::importSingleDomainXml(const string &xmlSource, bool overwrite, argument
2574 (fromFile ? ('"' + xmlSource + '"') : "a user-provided buffer"));
2580 if (!wrapLegacyXmlImport(xmlSource, fromFile, withSettings, *standaloneDomain, "", errorMsg)) {
2593 bool CParameterMgr::wrapLegacyXmlImport(const string &xmlSource, bool fromFile, bool withSettings, argument
2605 _xmlDoc *doc = CXmlDocSource::mkXmlDoc(xmlSource, fromFile, false, xmlDomainImportContext);
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java626 // reader.parse( xmlSource );
1117 * @param xmlSource The input for the source tree.
1122 public void transform(Source xmlSource, Result outputTarget) argument
1125 transform(xmlSource, outputTarget, true);
1130 * @param xmlSource The input for the source tree.
1136 public void transform(Source xmlSource, Result outputTarget, boolean shouldRelease) argument
1147 transform(xmlSource, shouldRelease);
/external/annotation-tools/asmx/test/lib/
H A Dccl.jarMETA-INF/ META-INF/MANIFEST.MF ccl/ ccl/Main.class Main.java package ccl ...
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...
/external/guice/extensions/struts2/lib/
H A Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/struts2/ org/apache/struts2/dispatcher/ ...

Completed in 886 milliseconds