Uses of Interface
org.dspace.text.filter.TextFilter
-
Packages that use TextFilter Package Description org.dspace.browse Provides classes and methods for browsing Items in DSpace by whatever is specified in the configuration.org.dspace.sort org.dspace.text.filter -
-
Uses of TextFilter in org.dspace.browse
Classes in org.dspace.browse that implement TextFilter Modifier and Type Class Description classLocaleOrderingFilterMakes a sort string that is Locale dependent. -
Uses of TextFilter in org.dspace.sort
Fields in org.dspace.sort declared as TextFilter Modifier and Type Field Description protected TextFilter[]AbstractTextFilterOFD. filters -
Uses of TextFilter in org.dspace.text.filter
Classes in org.dspace.text.filter that implement TextFilter Modifier and Type Class Description classDecomposeDiactriticsDecompose diacritic characters to character + diacriticclassInitialArticleWordAbstract class for implementing initial article word filters Allows you to create new classes with their own rules for mapping languages to article word lists.classLowerCaseAndTrimLowercase and trim leading / trailing whitespaceclassMARC21InitialArticleWordImplements MARC 21 standards to disregard initial definite or indefinite article in sorting.classStandardInitialArticleWordImplements existing DSpace initial article word behaviour Note: This only works for languages defined with ISO code entries.classStripDiacriticsStrips decomposed diacritic characters from the supplied stringclassStripLeadingNonAlphaNum
-