LibreOffice
LibreOffice 25.8 SDK API Reference
|
makes it possible to modify the behavior of resolving external preferences. More...
import "XEntityResolver.idl";
Public Member Functions | |
InputSource | resolveEntity ([in] string sPublicId, [in] string sSystemId) |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. |
makes it possible to modify the behavior of resolving external preferences.
Usually, the parser has a default behavior of resolving external references (See documentation of the parser implementation). Use this interface to modify or reimplement this behavior.
InputSource resolveEntity | ( | [in] string | sPublicId, |
[in] string | sSystemId ) |
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.