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

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

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

Methods in org.apache.jackrabbit.spi.commons.query.jsr283.qom that return NodeName
 NodeName QueryObjectModelFactory.nodeName()
          Evaluates to a NAME value equal to the prefix-qualified name of a node in the default selector.
 NodeName QueryObjectModelFactory.nodeName(String selectorName)
          Evaluates to a NAME value equal to the prefix-qualified name of a node in the specified selector.
 

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

Classes in org.apache.jackrabbit.spi.commons.query.qom that implement NodeName
 class NodeNameImpl
          NodeNameImpl...
 

Methods in org.apache.jackrabbit.spi.commons.query.qom that return NodeName
 NodeName QueryObjectModelFactoryImpl.nodeName()
          Evaluates to a NAME value equal to the prefix-qualified name of a node in the default selector.
 NodeName QueryObjectModelFactoryImpl.nodeName(String selectorName)
          Evaluates to a NAME value equal to the prefix-qualified name of a node in the specified selector.
 



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