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

interface XReferenceResolvedListener

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