Uses of Class
org.apache.directory.shared.ldap.filter.LeafNode

Packages that use LeafNode
org.apache.directory.shared.ldap.aci ACI (Access Control Information) data model adopted from X.501 specification. 
org.apache.directory.shared.ldap.filter   
org.apache.directory.shared.ldap.subtree   
 

Uses of LeafNode in org.apache.directory.shared.ldap.aci
 

Methods in org.apache.directory.shared.ldap.aci that return LeafNode
 LeafNode AntlrACIItemParser.item()
           
 

Uses of LeafNode in org.apache.directory.shared.ldap.filter
 

Subclasses of LeafNode in org.apache.directory.shared.ldap.filter
 class ExtensibleNode
          Filter expression tree node for extensible assertions.
 class PresenceNode
          Filter expression tree node representing a filter attribute value assertion for presence.
 class SimpleNode
          A simple assertion value node.
 class SubstringNode
          Filter expression tree node used to represent a substring assertion.
 

Methods in org.apache.directory.shared.ldap.filter that return LeafNode
 LeafNode AntlrFilterParser.item()
          A production for matching all non-terminal assertions.
 LeafNode AntlrFilterParser.simple()
          General filter assertion matching production for approximate, greater or equal, less or equal, equals, substring, and presence simple items,
 LeafNode AntlrFilterValueParser.substring(java.lang.String attribute)
          Parser production that parses the substring expression value immediately after the '=' in a substring filter assertion.
 

Uses of LeafNode in org.apache.directory.shared.ldap.subtree
 

Methods in org.apache.directory.shared.ldap.subtree that return LeafNode
 LeafNode AntlrSubtreeSpecificationParser.item()
           
 



Copyright © 2003-2006 . All Rights Reserved.