Home
last modified time | relevance | path

Searched refs:xmlSource (Results 1 – 10 of 10) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMManagerDefault.java277 InputSource xmlSource; in getDTM() local
280 xmlSource = null; in getDTM()
283 xmlSource = SAXSource.sourceToInputSource(source); in getDTM()
285 String urlOfSource = xmlSource.getSystemId(); in getDTM()
295 xmlSource.setSystemId(urlOfSource); in getDTM()
390 if (null == xmlSource) { in getDTM()
405 coParser.startParse(xmlSource); in getDTM()
439 reader.parse(xmlSource); in getDTM()
/external/guice/examples/src/example/xml/
DXmlBeanModule.java60 Binder sourced = originalBinder.withSource(xmlSource()); in start()
105 Binder sourced = originalBinder.withSource(xmlSource()); in start()
192 originalBinder.withSource(xmlSource()) in addBinding()
224 Object xmlSource() { in xmlSource() method in XmlBeanModule
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerIdentityImpl.java415 InputSource xmlSource = SAXSource.sourceToInputSource(source); in transform() local
417 if (null == xmlSource) in transform()
423 if (null != xmlSource.getSystemId()) in transform()
424 m_systemID = xmlSource.getSystemId(); in transform()
485 reader.parse(xmlSource); in transform()
DTransformerImpl.java1122 public void transform(Source xmlSource, Result outputTarget) in transform() argument
1125 transform(xmlSource, outputTarget, true); in transform()
1136 public void transform(Source xmlSource, Result outputTarget, boolean shouldRelease) in transform() argument
1147 transform(xmlSource, shouldRelease); in transform()
/external/parameter-framework/upstream/parameter/
DParameterMgrFullConnector.cpp271 bool CParameterMgrFullConnector::importSingleDomainXml(const string &xmlSource, bool overwrite, in importSingleDomainXml() argument
275 return _pParameterMgr->importSingleDomainXml(xmlSource, overwrite, withSettings, fromFile, in importSingleDomainXml()
DParameterMgr.h318 bool importDomainsXml(const std::string &xmlSource, bool withSettings, bool fromFile,
335 bool importSingleDomainXml(const std::string &xmlSource, bool overwrite, bool withSettings,
748 bool wrapLegacyXmlImport(const std::string &xmlSource, bool fromFile, bool withSettings,
DParameterMgr.cpp2538 bool CParameterMgr::importDomainsXml(const string &xmlSource, bool withSettings, bool fromFile, in importDomainsXml() argument
2548 (fromFile ? ("\"" + xmlSource + "\"") : "a user-provided buffer")); in importDomainsXml()
2553 bool importSuccess = wrapLegacyXmlImport(xmlSource, fromFile, withSettings, in importDomainsXml()
2565 bool CParameterMgr::importSingleDomainXml(const string &xmlSource, bool overwrite, in importSingleDomainXml() argument
2574 (fromFile ? ('"' + xmlSource + '"') : "a user-provided buffer")); in importSingleDomainXml()
2580 if (!wrapLegacyXmlImport(xmlSource, fromFile, withSettings, *standaloneDomain, "", errorMsg)) { in importSingleDomainXml()
2593 bool CParameterMgr::wrapLegacyXmlImport(const string &xmlSource, bool fromFile, bool withSettings, in wrapLegacyXmlImport() argument
2605 _xmlDoc *doc = CXmlDocSource::mkXmlDoc(xmlSource, fromFile, false, xmlDomainImportContext); in wrapLegacyXmlImport()
DCMakeLists.txt130 # Unfortunatly xmlSink and xmlSource need to be exposed to the plugins
/external/parameter-framework/upstream/parameter/include/
DParameterMgrFullConnector.h199 bool importSingleDomainXml(const std::string &xmlSource, bool overwrite, bool withSettings,
/external/parameter-framework/upstream/bindings/python/
Dpfw.i164 bool importSingleDomainXml(const std::string& xmlSource, bool overwrite, bool withSettings,