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