public class BooleanSearcher extends AbstractSearcher
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
caseSensitive |
(package private) Block |
root |
mReplaceSpCh
Constructor and Description |
---|
BooleanSearcher(String pattern,
boolean CaseSensitive)
Erzeugt einen neuen Suchbaum.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
matches(String value)
Checks whether a value matches to the criteria of this searcher.
|
String |
toString()
Debug-Methode: Gibt den Suchbaum als String zurueck.
|
matches, search, search, search
Block root
boolean caseSensitive
public BooleanSearcher(String pattern, boolean CaseSensitive) throws ParserException
ParserException
protected boolean matches(String value)
matches
in class AbstractSearcher
value
- The value to checkTV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)