net.sf.zekr.common.resource.filter
Interface IQuranFilter

All Known Implementing Classes:
QuranIndexerFilter, QuranWriterFilter

public interface IQuranFilter


Field Summary
static int HIGHLIGHT_WAQF_SIGN
          This filter option already has the meaning of SHOW_WAQF_SIGN.
static int NONE
          Default filtering scheme.
static int SHOW_WAQF_SIGN
          Show waqf sign if this option is set
static int UTHMANI_TEXT
          Will apply Uthmani text rules
 
Method Summary
 java.lang.String filter(QuranFilterContext quranFilterContext)
          Implementations of this method manipulates the input parameter as needed.
 

Field Detail

SHOW_WAQF_SIGN

static final int SHOW_WAQF_SIGN
Show waqf sign if this option is set

See Also:
Constant Field Values

UTHMANI_TEXT

static final int UTHMANI_TEXT
Will apply Uthmani text rules

See Also:
Constant Field Values

HIGHLIGHT_WAQF_SIGN

static final int HIGHLIGHT_WAQF_SIGN
This filter option already has the meaning of SHOW_WAQF_SIGN.

See Also:
Constant Field Values

NONE

static final int NONE
Default filtering scheme. Neither SHOW_WAQF_SIGN nor UTHMANI_TEXT or HIGHLIGHT_WAQF_SIGN is applied.

See Also:
Constant Field Values
Method Detail

filter

java.lang.String filter(QuranFilterContext quranFilterContext)
Implementations of this method manipulates the input parameter as needed.

Parameters:
quranFilterContext -
Returns:
manipulated string