:: com :: sun :: star :: xml :: sax ::

interface XEntityResolver

Methods' Summary
resolveEntity  
Methods' Details
resolveEntity
InputSource
resolveEntity( [in] string  sPublicId,
[in] string  sSystemId );

Returns
InputSource for the external entity.

If aInputStream is a valid reference to an input stream, the parser uses this InputSource. Otherwise the parser seeks for the entity using its default behavior.

Top of Page