|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FilterParser
Parses an LDAP Filter expression as specified by RFC 2255 into a filter expression tree.
| Method Summary | |
|---|---|
ExprNode |
parse(java.lang.String a_filter)
Parses a search filter string into a filter expression tree. |
void |
setFilterParserMonitor(FilterParserMonitor monitor)
Sets the monitor for this filter parser. |
| Method Detail |
|---|
ExprNode parse(java.lang.String a_filter)
throws java.io.IOException,
java.text.ParseException
a_filter - the filter
java.io.IOException - if a pipe breaks
java.text.ParseException - if the input string does not conform to syntaxvoid setFilterParserMonitor(FilterParserMonitor monitor)
monitor - monitor that recieves parser events
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||