Package javax.jcr.query.qom
Interface NodeLocalName
- All Superinterfaces:
DynamicOperand
,Operand
- All Known Implementing Classes:
NodeLocalNameImpl
Evaluates to a
NAME
value equal to the local (unprefixed) name
of a node.- Since:
- JCR 2.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the name of the selector against which to evaluate this operand.
-
Method Details
-
getSelectorName
String getSelectorName()Gets the name of the selector against which to evaluate this operand.- Returns:
- the selector name; non-null
-