Home
last modified time | relevance | path

Searched defs:xmlSource (Results 1 – 5 of 5) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMManagerDefault.java277 InputSource xmlSource; in getDTM() local
/external/parameter-framework/parameter/
DParameterMgrFullConnector.cpp359 bool CParameterMgrFullConnector::importSingleDomainXml(const string& xmlSource, bool overwrite, in importSingleDomainXml()
DParameterMgr.cpp2212 bool CParameterMgr::importDomainsXml(const string& xmlSource, bool withSettings, in importDomainsXml()
2239 bool CParameterMgr::importSingleDomainXml(const string& xmlSource, bool overwrite, in importSingleDomainXml()
2267 bool CParameterMgr::wrapLegacyXmlImport(const string& xmlSource, bool fromFile, in wrapLegacyXmlImport()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerIdentityImpl.java415 InputSource xmlSource = SAXSource.sourceToInputSource(source); in transform() local
DTransformerImpl.java1122 public void transform(Source xmlSource, Result outputTarget) in transform()
1136 public void transform(Source xmlSource, Result outputTarget, boolean shouldRelease) in transform()