Searched refs:resolveEntity (Results 1 – 11 of 11) sorted by relevance
66 … virtual InputSource SAL_CALL resolveEntity( const OUString& sPublicId, const OUString& sSystemId ) in resolveEntity() function in DOM::CDefaultEntityResolver261 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()
63 public InputSource resolveEntity(String publicId, String systemId) in resolveEntity() method in Resolver
59 InputSource resolveEntity( [in] string sPublicId, [in] string sSystemId );
44 <li>as the return value of <method>XEntityReslover::resolveEntity</method>.
264 virtual InputSource SAL_CALL resolveEntity( in resolveEntity() function in TestDocumentHandler
214 virtual InputSource SAL_CALL resolveEntity( in resolveEntity() function in TestDocumentHandler
123 …public InputSource resolveEntity(String publicId, String systemId) throws SAXException, java.io.IO… in resolveEntity() method in XSLTransformer
415 virtual InputSource SAL_CALL resolveEntity( in resolveEntity() function in sax_test::TestDocumentHandler
471 virtual InputSource resolveEntity(const UString& sPublicId, const UString& sSystemId) in resolveEntity() function in TestDocumentHandler
893 entity.structSource = pImpl->rEntityResolver->resolveEntity( in callbackExternalEntityRef()
888 aNewEntity.maStructSource = rCurrEntity.mxEntityResolver->resolveEntity( in callbackExternalEntityRef()
Completed in 75 milliseconds