it.unimi.di.mg4j.query
Interface MarkingMutableString.EscapeStrategy

Enclosing class:
MarkingMutableString

public static interface MarkingMutableString.EscapeStrategy

An escaping strategy. Such a strategy is used by a MarkingMutableString to escape strings passed to the MarkingMutableString.appendAndMark(WordReader) method.


Method Summary
 MutableString escape(MutableString s)
           
 

Method Detail

escape

MutableString escape(MutableString s)