:: com :: sun :: star :: ucb ::

interface XPropertyMatcherFactory
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XPropertyMatcherFactory
Description
Creates an XPropertyMatcher , given a set of search criteria.

Methods' Summary
createPropertyMatcher Creates an XPropertyMatcher.
Methods' Details
createPropertyMatcher
XPropertyMatcher
createPropertyMatcher(
 
[in] sequence< SearchCriterium >
 
Criteria );

Description
Creates an XPropertyMatcher.
Parameter Criteria
The set of search criteria the returned XPropertyMatcher will use.
Returns
An XPropertyMatcher with the given search criteria.
Top of Page