Home
last modified time | relevance | path

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

/external/guice/examples/src/example/xml/
DXmlBeanModule.java224 Object xmlSource() { in xmlSource() method in XmlBeanModule
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMManagerDefault.java277 InputSource xmlSource; in getDTM() local
/external/parameter-framework/upstream/parameter/
DParameterMgrFullConnector.cpp271 bool CParameterMgrFullConnector::importSingleDomainXml(const string &xmlSource, bool overwrite, in importSingleDomainXml()
DParameterMgr.cpp2538 bool CParameterMgr::importDomainsXml(const string &xmlSource, bool withSettings, bool fromFile, in importDomainsXml()
2565 bool CParameterMgr::importSingleDomainXml(const string &xmlSource, bool overwrite, in importSingleDomainXml()
2593 bool CParameterMgr::wrapLegacyXmlImport(const string &xmlSource, bool fromFile, bool withSettings, 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()