Uses of Interface
org.dspace.text.filter.TextFilter

Packages that use TextFilter
org.dspace.browse Provides classes and mehtods 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
 class LocaleOrderingFilter
          Makes a sort string that is Locale dependent.
 

Uses of TextFilter in org.dspace.sort
 

Fields in org.dspace.sort declared as TextFilter
protected  TextFilter[] AbstractTextFilterOFD.filters
           
 

Uses of TextFilter in org.dspace.text.filter
 

Classes in org.dspace.text.filter that implement TextFilter
 class DecomposeDiactritics
          Decompose diacritic characters to character + diacritic
 class InitialArticleWord
          Abstract class for implementing initial article word filters Allows you to create new classes with their own rules for mapping languages to article word lists.
 class LowerCaseAndTrim
          Lowercase and trim leading / trailing whitespace
 class MARC21InitialArticleWord
          Implements MARC 21 standards to disregard initial definite or indefinite article in sorting.
 class StandardInitialArticleWord
          Implements existing DSpace initial article word behaviour Note: This only works for languages defined with ISO code entries.
 class StripDiacritics
          Strips decomposed diacritic characters from the supplied string
 class StripLeadingNonAlphaNum
           
 



Copyright © 2009 The DSpace Foundation. All Rights Reserved.