Lines Matching refs:structSource
161 virtual void SAL_CALL parseStream( const InputSource& structSource)
217 InputSource structSource; member
394 return m_pParser->getEntity().structSource.sPublicId; in getPublicId()
398 return m_pParser->getEntity().structSource.sSystemId; in getSystemId()
451 void SaxExpatParser::parseStream( const InputSource& structSource) in parseStream() argument
461 entity.structSource = structSource; in parseStream()
463 if( ! entity.structSource.aInputStream.is() ) in parseStream()
469 entity.converter.setInputStream( entity.structSource.aInputStream ); in parseStream()
470 if( entity.structSource.sEncoding.getLength() ) in parseStream()
473 OUStringToOString( entity.structSource.sEncoding , RTL_TEXTENCODING_ASCII_US ) ); in parseStream()
893 entity.structSource = pImpl->rEntityResolver->resolveEntity( in callbackExternalEntityRef()
914 if( entity.structSource.aInputStream.is() ) { in callbackExternalEntityRef()
921 entity.converter.setInputStream( entity.structSource.aInputStream ); in callbackExternalEntityRef()