|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Scan
Methods for implementing keyword and term retrieval
Method Summary | |
---|---|
Field[] |
getTerms(int noOfTerms,
int termStep,
int termPosition,
org.w3c.dom.Node term)
Get keywords or terms |
Field[] |
getTerms(int noOfTerms,
org.w3c.dom.Node term)
Get keywords or terms |
Method Detail |
---|
Field[] getTerms(int noOfTerms, org.w3c.dom.Node term)
noOfTerms
- no of terms to retrieveterm
- query to identify first term
Field[] getTerms(int noOfTerms, int termStep, int termPosition, org.w3c.dom.Node term)
noOfTerms
- no of terms to retrievetermStep
- value to step through termstermPosition
- position of identified term in responseterm
- query to identify first term
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |