public interface QueryPartProcessor
QueryPartParser, which recieves notifications
whenever a token is identified/parsed. A QueryPartProcessor is used
to perform the actual processing of identified tokens.| Modifier and Type | Method and Description |
|---|---|
void |
parse(String delim,
String token)
Method invoked whenever the
QueryPartParser identifies a token. |
void parse(String delim, String token)
QueryPartParser identifies a token.delim - the (previous) delimitor identified before the token. This
will always be null in case of the first token.token - the token identified.Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.