|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dbsystems.simplescrape.AbstractHTMLToken
public abstract class AbstractHTMLToken
Common superclass for all tokens that can be found in an HTML-file.
Constructor Summary | |
---|---|
AbstractHTMLToken()
|
Method Summary | |
---|---|
abstract boolean |
match(AbstractHTMLToken other,
ScrapeOptions options)
Determines whether two tokens match. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractHTMLToken()
Method Detail |
---|
public abstract boolean match(AbstractHTMLToken other, ScrapeOptions options)
other
- The search-HtmlToken to be tested against.options
- A set of options. Relevant options are attributesStrict, trimText and
ignoreCase.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |