| javax.jcr.query.qom.NodeName
NodeName | public interface NodeName extends DynamicOperand(Code) | | Evaluates to a NAME value equal to the namespace-qualified
name of a node.
The query is invalid if
NodeName.getSelectorName selector is not the name
of a selector in the query.
since: JCR 2.0 |
Method Summary | |
public String | getSelectorName() Gets the name of the selector against which to evaluate this operand. |
getSelectorName | public String getSelectorName()(Code) | | Gets the name of the selector against which to evaluate this operand.
the selector name; non-null |
|
|