Uses of Interface
org.modeshape.jcr.api.query.qom.NodePath

Packages that use NodePath
org.modeshape.jcr.api.query.qom   
org.modeshape.jcr.query.qom   
 

Uses of NodePath in org.modeshape.jcr.api.query.qom
 

Methods in org.modeshape.jcr.api.query.qom that return NodePath
 NodePath QueryObjectModelFactory.nodePath(String selectorName)
          Evaluates to a PATH value equal to the prefix-qualified path of a node in the specified selector.
 

Uses of NodePath in org.modeshape.jcr.query.qom
 

Classes in org.modeshape.jcr.query.qom that implement NodePath
 class JcrNodePath
          Implementation of the node path dynamic operand for the Graph API and that is an extension to the JCR Query Object Model.
 

Methods in org.modeshape.jcr.query.qom that return NodePath
 NodePath JcrQueryObjectModelFactory.nodePath(String selectorName)
          Evaluates to a PATH value equal to the prefix-qualified path of a node in the specified selector.
 



Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.