Home
last modified time | relevance | path

Searched refs:xmlSource (Results 1 – 8 of 8) 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/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/parameter/
DParameterMgrFullConnector.cpp359 bool CParameterMgrFullConnector::importSingleDomainXml(const string& xmlSource, bool overwrite, in importSingleDomainXml() argument
363 return _pParameterMgr->importSingleDomainXml(xmlSource, overwrite, withSettings, fromFile, in importSingleDomainXml()
DParameterMgr.cpp2212 bool CParameterMgr::importDomainsXml(const string& xmlSource, bool withSettings, in importDomainsXml() argument
2222 (fromFile ? ("\"" + xmlSource + "\"") : "a user-provided buffer")); in importDomainsXml()
2227 bool importSuccess = wrapLegacyXmlImport(xmlSource, fromFile, withSettings, in importDomainsXml()
2239 bool CParameterMgr::importSingleDomainXml(const string& xmlSource, bool overwrite, in importSingleDomainXml() argument
2248 (fromFile ? ("\"" + xmlSource + "\"") : "a user-provided buffer")); in importSingleDomainXml()
2254 if (!wrapLegacyXmlImport(xmlSource, fromFile, withSettings, *standaloneDomain, "", errorMsg)) { in importSingleDomainXml()
2267 bool CParameterMgr::wrapLegacyXmlImport(const string& xmlSource, bool fromFile, in wrapLegacyXmlImport() argument
2279 _xmlDoc *doc = CXmlDocSource::mkXmlDoc(xmlSource, fromFile, false, errorMsg); in wrapLegacyXmlImport()
DParameterMgr.h290 bool importDomainsXml(const std::string& xmlSource, bool withSettings, bool fromFile,
307 bool importSingleDomainXml(const std::string& xmlSource, bool overwrite, bool withSettings,
585 bool wrapLegacyXmlImport(const std::string& xmlSource, bool fromFile, bool withSettings,
/external/parameter-framework/parameter/include/
DParameterMgrFullConnector.h229 bool importSingleDomainXml(const std::string& xmlSource, bool overwrite, bool withSettings,
/external/parameter-framework/bindings/python/
Dpfw.i162 bool importSingleDomainXml(const std::string& xmlSource, bool overwrite, bool withSettings,