org.apache.jackrabbit.core.query.qom
Class NodeNameImpl

java.lang.Object
  extended by org.apache.jackrabbit.core.query.qom.AbstractQOMNode
      extended by org.apache.jackrabbit.core.query.qom.DynamicOperandImpl
          extended by org.apache.jackrabbit.core.query.qom.NodeNameImpl
All Implemented Interfaces:
DynamicOperand, NodeName, Operand

public class NodeNameImpl
extends DynamicOperandImpl
implements NodeName

NodeNameImpl...


Field Summary
 
Fields inherited from class org.apache.jackrabbit.core.query.qom.AbstractQOMNode
resolver
 
Method Summary
 Object accept(QOMTreeVisitor visitor, Object data)
          Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
 String getSelectorName()
          Gets the name of the selector against which to evaluate this operand.
 
Methods inherited from class org.apache.jackrabbit.core.query.qom.AbstractQOMNode
getJCRName, getJCRPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSelectorName

public String getSelectorName()
Gets the name of the selector against which to evaluate this operand.

Specified by:
getSelectorName in interface NodeName
Returns:
the selector name; non-null

accept

public Object accept(QOMTreeVisitor visitor,
                     Object data)
              throws Exception
Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.

Specified by:
accept in class AbstractQOMNode
Parameters:
visitor - the visitor.
data - user defined data, which is passed to the visit method.
Throws:
Exception


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