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

unpublished interface XReferenceResolvedListener
Usage Restrictions
not published
Description
* Interface of Reference Resolved Listener. *

* This interface is used to receive the collection completion notification for a element * collector.


Methods' Summary
referenceResolved * Notifies an element has been collected by an element collector. * *  
Methods' Details
referenceResolved
void
referenceResolved( [in] long  referenceId )
raises( ::com::sun::star::uno::Exception );

Description
* Notifies an element has been collected by an element collector. * *
Parameter referenceId
the id of the element collector
Top of Page