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

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

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

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

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

Classes in org.apache.jackrabbit.spi.commons.query.qom that implement ChildNode
 class ChildNodeImpl
          ChildNodeImpl...
 

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



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