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

interface XReferenceCollector
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XReferenceCollector
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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