Package javax.jcr.query.qom
Interface NodeName
-
- All Superinterfaces:
DynamicOperand
,Operand
- All Known Implementing Classes:
NodeNameImpl
public interface NodeName extends DynamicOperand
Evaluates to aNAME
value equal to the namespace-qualified name of a node.- Since:
- JCR 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getSelectorName()
Gets the name of the selector against which to evaluate this operand.
-