@DoNotObfuscate
public final class MultiDocumentLocaleValidator
extends java.lang.Object
DocumentValidator.hasLanguageInfo(String)| Modifier | Constructor and Description | 
|---|---|
protected  | 
MultiDocumentLocaleValidator(MultiDocumentValidator backreference)  | 
| Modifier and Type | Method and Description | 
|---|---|
MultiDocumentValidator | 
hasLanguageInfo(java.util.Locale expectedLocale)
This method does what the name suggests. 
 | 
MultiDocumentValidator | 
hasLanguageInfo(java.lang.String expectedLocale)
This method checks the expected language and country information against
 the data of each PDF document. 
 | 
MultiDocumentValidator | 
hasNoLanguageInfo()
This method does what the name suggests. 
 | 
protected MultiDocumentLocaleValidator(MultiDocumentValidator backreference)
@Guarded public MultiDocumentValidator hasLanguageInfo(java.lang.String expectedLocale)
This method works 'not case sensitive'.
expectedLocale - "de-DE" oder "de_DE"hasLanguageInfo(Locale)@Guarded public MultiDocumentValidator hasLanguageInfo(java.util.Locale expectedLocale)
hasLanguageInfo(String)public MultiDocumentValidator hasNoLanguageInfo()
Copyright (C) PDFUnit.com. See here for license.