Home
last modified time | relevance | path

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

/trunk/main/sax/source/expatwrap/
H A Dsax_expat.cxx161 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()
893 entity.structSource = pImpl->rEntityResolver->resolveEntity( in callbackExternalEntityRef()
[all …]

Completed in 22 milliseconds