Class DescendantNodeImpl
- java.lang.Object
 - 
- org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNode
 - 
- org.apache.jackrabbit.spi.commons.query.qom.ConstraintImpl
 - 
- org.apache.jackrabbit.spi.commons.query.qom.DescendantNodeImpl
 
 
 
 
- 
- All Implemented Interfaces:
 javax.jcr.query.qom.Constraint,javax.jcr.query.qom.DescendantNode
public class DescendantNodeImpl extends ConstraintImpl implements javax.jcr.query.qom.DescendantNode
DescendantNodeImpl... 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectaccept(QOMTreeVisitor visitor, java.lang.Object data)Accepts avisitorand calls the appropriate visit method depending on the type of this QOM node.java.lang.StringgetAncestorPath()Gets the absolute path.PathgetQPath()Gets the absolute path.java.lang.StringgetSelectorName()Gets the name of the selector against which to apply this constraint.NamegetSelectorQName()Gets the name of the selector against which to apply this constraint.java.lang.StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getSelectorName
public java.lang.String getSelectorName()
Gets the name of the selector against which to apply this constraint.- Specified by:
 getSelectorNamein interfacejavax.jcr.query.qom.DescendantNode- Returns:
 - the selector name; non-null
 
 
- 
getAncestorPath
public java.lang.String getAncestorPath()
Gets the absolute path.- Specified by:
 getAncestorPathin interfacejavax.jcr.query.qom.DescendantNode- Returns:
 - the path; non-null
 
 
- 
getSelectorQName
public Name getSelectorQName()
Gets the name of the selector against which to apply this constraint.- Returns:
 - the selector name; non-null
 
 
- 
getQPath
public Path getQPath()
Gets the absolute path.- Returns:
 - the path; non-null
 
 
- 
accept
public java.lang.Object accept(QOMTreeVisitor visitor, java.lang.Object data) throws java.lang.Exception
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:
 java.lang.Exception
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -