@Beta public interface RelocatableXPathExpression extends XPathExpression
XPathExpression
s which can be recompiled to execute more efficiently at a
at a different SchemaPath
than they were originally compiled at. This can result in the expression being
moved either up or down in a SchemaPath tree, usually closer to their XPathExpression.getApexPath()
.Modifier and Type | Method and Description |
---|---|
XPathExpression |
relocateExpression()
Return a new XPathExpression relocated to a SchemaPath of the implementation's choosing.
|
evaluate, getApexPath, getEvaluationPath
@Nonnull XPathExpression relocateExpression()
XPathExpression.getApexPath()
must not change during this operation.Copyright © 2019 OpenDaylight. All rights reserved.