public interface CtPath
Modifier and Type | Method and Description |
---|---|
<T extends CtElement> |
evaluateOn(CtElement... startNode)
Search for elements matching this CtPatch from start nodes given as parameters.
|
CtPath |
relativePath(CtElement parent)
Returns the path that is relative to the given element (subpath from it to the end of the path).
|
<T extends CtElement> java.util.List<T> evaluateOn(CtElement... startNode)
CtPath relativePath(CtElement parent)
Copyright © 2007–2021 Inria. All rights reserved.