Uses of Interface
org.apache.jackrabbit.spi.commons.query.jsr283.qom.DescendantNode

Packages that use DescendantNode
org.apache.jackrabbit.spi.commons.query.jsr283.qom   
org.apache.jackrabbit.spi.commons.query.qom   
 

Uses of DescendantNode in org.apache.jackrabbit.spi.commons.query.jsr283.qom
 

Methods in org.apache.jackrabbit.spi.commons.query.jsr283.qom that return DescendantNode
 DescendantNode QueryObjectModelFactory.descendantNode(String path)
          Tests whether a node in the default selector is a descendant of a node reachable by a specified absolute path.
 DescendantNode QueryObjectModelFactory.descendantNode(String selectorName, String path)
          Tests whether a node in the specified selector is a descendant of a node reachable by a specified absolute path.
 

Uses of DescendantNode in org.apache.jackrabbit.spi.commons.query.qom
 

Classes in org.apache.jackrabbit.spi.commons.query.qom that implement DescendantNode
 class DescendantNodeImpl
          DescendantNodeImpl...
 

Methods in org.apache.jackrabbit.spi.commons.query.qom that return DescendantNode
 DescendantNode QueryObjectModelFactoryImpl.descendantNode(String path)
          Tests whether a node in the default selector is a descendant of a node reachable by a specified absolute path.
 DescendantNode QueryObjectModelFactoryImpl.descendantNode(String selectorName, String path)
          Tests whether a node in the specified selector is a descendant of a node reachable by a specified absolute path.
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.