public interface Extractor
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
extract(java.lang.String expression,
java.lang.String attribute,
int matchNumber,
java.lang.String inputString,
java.util.List<java.lang.String> result,
int found,
java.lang.String cacheKey) |
int extract(java.lang.String expression,
java.lang.String attribute,
int matchNumber,
java.lang.String inputString,
java.util.List<java.lang.String> result,
int found,
java.lang.String cacheKey)
expression - Expression used for extraction of nodesattribute - Attribute name to returnmatchNumber - Match numberinputString - Page or excerptresult - List of resultsfound - current matches foundcacheKey - If not null, the implementation is encouraged to cache parsing result and use this key as part of cache keyCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.