Class DescendantNodeJoinConditionImpl
java.lang.Object
org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNode
org.apache.jackrabbit.spi.commons.query.qom.JoinConditionImpl
org.apache.jackrabbit.spi.commons.query.qom.DescendantNodeJoinConditionImpl
- All Implemented Interfaces:
DescendantNodeJoinCondition,JoinCondition
public class DescendantNodeJoinConditionImpl
extends JoinConditionImpl
implements DescendantNodeJoinCondition
DescendantNodeJoinConditionImpl...-
Method Summary
Modifier and TypeMethodDescriptionaccept(QOMTreeVisitor visitor, Object data) Accepts avisitorand calls the appropriate visit method depending on the type of this QOM node.Gets the name of the ancestor selector.Gets the name of the ancestor selector.Gets the name of the descendant selector.Gets the name of the descendant selector.toString()
-
Method Details
-
getDescendantSelectorName
Gets the name of the descendant selector.- Specified by:
getDescendantSelectorNamein interfaceDescendantNodeJoinCondition- Returns:
- the selector name; non-null
-
getAncestorSelectorName
Gets the name of the ancestor selector.- Specified by:
getAncestorSelectorNamein interfaceDescendantNodeJoinCondition- Returns:
- the selector name; non-null
-
getDescendantSelectorQName
Gets the name of the descendant selector.- Returns:
- the selector name; non-null
-
getAncestorSelectorQName
Gets the name of the ancestor selector.- Returns:
- the selector name; non-null
-
accept
Accepts avisitorand calls the appropriate visit method depending on the type of this QOM node.- Specified by:
acceptin classAbstractQOMNode- Parameters:
visitor- the visitor.data- user defined data, which is passed to the visit method.- Throws:
Exception
-
toString
-