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

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

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

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

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

Classes in org.apache.jackrabbit.spi.commons.query.qom that implement SameNode
 class SameNodeImpl
          SameNodeImpl...
 

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



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