org.modeshape.jcr.query.xpath
Class XPathToQueryTranslator.RelativePathLikeExpressions
java.lang.Object
org.modeshape.jcr.query.xpath.XPathToQueryTranslator.RelativePathLikeExpressions
- All Implemented Interfaces:
- Iterable<String>
- Enclosing class:
- XPathToQueryTranslator
protected static class XPathToQueryTranslator.RelativePathLikeExpressions
- extends Object
- implements Iterable<String>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
paths
protected final List<String> paths
depth
protected final int depth
depthMode
protected final XPathToQueryTranslator.DepthMode depthMode
XPathToQueryTranslator.RelativePathLikeExpressions
protected XPathToQueryTranslator.RelativePathLikeExpressions()
XPathToQueryTranslator.RelativePathLikeExpressions
protected XPathToQueryTranslator.RelativePathLikeExpressions(String[] paths,
int depth,
XPathToQueryTranslator.DepthMode depthMode)
isEmpty
protected boolean isEmpty()
iterator
public Iterator<String> iterator()
- Specified by:
iterator
in interface Iterable<String>
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.