Syntax
interface XEntityResolver : com::sun::star::uno::XInterface ;
Description
makes it possible to modify the behaviour of resolving external
preferences.
Usually, the parser has a default behaviour of resolving external
references (See documentation of the parser implementation).
Use this interface to modify or reimplement this behaviour.
Method Details
|
|
Syntax
- com::sun::star::xml::sax::InputSource resolveEntity
(
- string sPublicId,
- 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 behaviour.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.