:: com :: sun :: star :: util ::

interface XStringMapping
Description
provides a mapping from string to string

Methods' Summary
mapStrings provides a mapping for a given sequence of strings to a sequence of belonging strings.  
Methods' Details
mapStrings
boolean
mapStrings( [inout] sequence< string >  Parameter );

Description
provides a mapping for a given sequence of strings to a sequence of belonging strings.
Top of Page