Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

interface XEntityResolver
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.


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 behaviour.

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.