Uses of Class
org.apache.jackrabbit.spi.commons.query.qom.ChildNodeImpl
-
Packages that use ChildNodeImpl Package Description org.apache.jackrabbit.core.query.lucene.constraint org.apache.jackrabbit.spi.commons.query.qom -
-
Uses of ChildNodeImpl in org.apache.jackrabbit.core.query.lucene.constraint
Constructors in org.apache.jackrabbit.core.query.lucene.constraint with parameters of type ChildNodeImpl Constructor Description ChildNodeConstraint(ChildNodeImpl constraint, SelectorImpl selector)
Creates a child node constraint from the given QOMconstraint
on the givenselector
. -
Uses of ChildNodeImpl in org.apache.jackrabbit.spi.commons.query.qom
Methods in org.apache.jackrabbit.spi.commons.query.qom with parameters of type ChildNodeImpl Modifier and Type Method Description Object
DefaultQOMTreeVisitor. visit(ChildNodeImpl node, Object data)
Does nothing and returnsdata
.Object
QOMTreeVisitor. visit(ChildNodeImpl node, Object data)
-