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

unpublished interface XReferenceCollector
Usage Restrictions
not published
Description
* Interface of Signature Collector. *

* This interface is used to control collecting a signature.


Methods' Summary
setReferenceCount * Sets the reference count of the signature. * *  
setReferenceId * Set the keeper id of the element colllector of the * referenced element. * *  
Methods' Details
setReferenceCount
void
setReferenceCount( [in] long  count )
raises( ::com::sun::star::uno::Exception );

Description
* Sets the reference count of the signature. * *
Parameter count
the reference count of the signature
setReferenceId
void
setReferenceId( [in] long  id )
raises( ::com::sun::star::uno::Exception );

Description
* Set the keeper id of the element colllector of the * referenced element. * *
Parameter id
the keeper id of the element collector, * which is collecting a referenced element
Top of Page