|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.egothor.text.Snipper
public abstract class Snipper
This class is part of the Egothor Project
| Constructor Summary | |
|---|---|
Snipper(boolean htmlAware,
java.lang.String startHit,
java.lang.String endHit)
Constructor for the Snipper object |
|
| Method Summary | |
|---|---|
java.lang.String |
filter(Sequence<Token> tokens)
Description of the Method |
abstract boolean |
matches(Token w)
Description of the Method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Snipper(boolean htmlAware,
java.lang.String startHit,
java.lang.String endHit)
word - Description of the ParameterhtmlAware - Print all string in HTML format (translate characters to HTML entities)| Method Detail |
|---|
public java.lang.String filter(Sequence<Token> tokens)
tokens - Description of the Parameter
public abstract boolean matches(Token w)
w - Description of the Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||