Home
last modified time | relevance | path

Searched refs:resolveEntity (Results 1 – 11 of 11) sorted by relevance

/trunk/main/unoxml/source/dom/
H A Ddocumentbuilder.cxx66 … virtual InputSource SAL_CALL resolveEntity( const OUString& sPublicId, const OUString& sSystemId ) in resolveEntity() function in DOM::CDefaultEntityResolver
261 InputSource src = resolver->resolveEntity(pubid, sysid); in resolve_func()
340 pContext->sax->resolveEntity = resolve_func; in parse()
370 pContext->sax->resolveEntity = resolve_func; in parseURI()
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DResolver.java63 public InputSource resolveEntity(String publicId, String systemId) in resolveEntity() method in Resolver
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXEntityResolver.idl59 InputSource resolveEntity( [in] string sPublicId, [in] string sSystemId );
H A DInputSource.idl44 <li>as the return value of <method>XEntityReslover::resolveEntity</method>.
/trunk/main/i18npool/source/localedata/
H A Dsaxparser.cxx264 virtual InputSource SAL_CALL resolveEntity( in resolveEntity() function in TestDocumentHandler
/trunk/main/sax/test/
H A Dsaxdemo.cxx214 virtual InputSource SAL_CALL resolveEntity( in resolveEntity() function in TestDocumentHandler
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTransformer.java123 …public InputSource resolveEntity(String publicId, String systemId) throws SAXException, java.io.IO… in resolveEntity() method in XSLTransformer
/trunk/main/sax/test/sax/
H A Dtestsax.cxx415 virtual InputSource SAL_CALL resolveEntity( in resolveEntity() function in sax_test::TestDocumentHandler
/trunk/main/extensions/test/sax/
H A Dtestsax.cxx471 virtual InputSource resolveEntity(const UString& sPublicId, const UString& sSystemId) in resolveEntity() function in TestDocumentHandler
/trunk/main/sax/source/expatwrap/
H A Dsax_expat.cxx893 entity.structSource = pImpl->rEntityResolver->resolveEntity( in callbackExternalEntityRef()
/trunk/main/sax/source/fastparser/
H A Dfastparser.cxx888 aNewEntity.maStructSource = rCurrEntity.mxEntityResolver->resolveEntity( in callbackExternalEntityRef()

Completed in 42 milliseconds