|
||||||||||
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(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(String a_filter) throws IOException, ParseException
a_filter
- the filter
IOException
- if a pipe breaks
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 |