com.ibm.icu.text
Interface RbnfLenientScannerProvider

All Known Implementing Classes:
RbnfScannerProviderImpl

public interface RbnfLenientScannerProvider

A provider for an RbnfLenientScanner.

Status:
Draft ICU 4.4.

Method Summary
 RbnfLenientScanner get(ULocale locale, String extras)
          Returns a scanner appropriate for the given locale, with optional extra data.
 

Method Detail

get

RbnfLenientScanner get(ULocale locale,
                       String extras)
Returns a scanner appropriate for the given locale, with optional extra data. in the form of collation rules.

Parameters:
locale - the locale to provide the default lenient rules.
extras - extra collation rules
Returns:
the lenient scanner, or null
Status:
Draft ICU 4.4.


Copyright (c) 2011 IBM Corporation and others.