Package org.apache.directory.shared.ldap.filter

Interface Summary
AntlrFilterParserTokenTypes  
AntlrFilterValueParserTokenTypes  
Assertion A candidacy predicate which tests if an entry satisfies some condition before being returned by a search.
ExprNode Root expression node interface which all expression nodes in the filter expression tree implement.
FilterLexerTokenTypes  
FilterParser Parses an LDAP Filter expression as specified by RFC 2255 into a filter expression tree.
FilterParserMonitor A monitor for FilterParsers.
FilterValueLexerTokenTypes  
FilterVisitor Filter expression tree node visitor interface.
 

Class Summary
AbstractExprNode Abstract implementation of a expression node.
AntlrFilterLexer The filter parser's primary lexer.
AntlrFilterParser An LDAP filter parser.
AntlrFilterValueLexer A lexer for LDAP search filter value encodings as defined by the ldapbis draft describing the string representation of search filters.
AntlrFilterValueParser A filter assertion value encoding parser.
AssertionNode Node used for the application of arbitrary predicates on return candidates.
BranchNode Node representing branches within the expression tree corresponding to logical operators within the filter expression.
BranchNormalizedVisitor Visitor which traverses a filter tree while normalizing the branch node order.
ExtensibleNode Filter expression tree node for extensible assertions.
FilterParserImpl  
FilterParserMonitorAdapter Adapter for the FilterParser monitor.
LeafNode Abstract base class for leaf nodes within the expression filter tree.
PresenceNode Filter expression tree node representing a filter attribute value assertion for presence.
ScopeNode Node used not to represent an published assertion but an assertion on the scope of the search.
SimpleNode A simple assertion value node.
SubstringNode Filter expression tree node used to represent a substring assertion.
 



Copyright © 2003-2006 . All Rights Reserved.