Package javax.jcr.query.qom
Interface NodeLocalName
-
- All Superinterfaces:
DynamicOperand,Operand
- All Known Implementing Classes:
NodeLocalNameImpl
public interface NodeLocalName extends DynamicOperand
Evaluates to aNAMEvalue equal to the local (unprefixed) name of a node.- Since:
- JCR 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSelectorName()Gets the name of the selector against which to evaluate this operand.
-