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

Packages that use BranchNode
org.apache.directory.shared.ldap.filter   
 

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

Subclasses of BranchNode in org.apache.directory.shared.ldap.filter
 class AndNode
          Node representing an AND connector in a filter operation
 class NotNode
          Node representing an Not connector in a filter operation
 class OrNode
          Node representing an OR connector in a filter operation
 

Methods in org.apache.directory.shared.ldap.filter with parameters of type BranchNode
 java.util.List<ExprNode> FilterVisitor.getOrder(BranchNode node, java.util.List<ExprNode> children)
          Get the array of children to visit sequentially to determine the order of child visitations.
 java.util.List<ExprNode> BranchNormalizedVisitor.getOrder(BranchNode node, java.util.List<ExprNode> children)
           
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.