Package | Description |
---|---|
org.opendaylight.yangtools.yang.data.api.schema.xpath |
Modifier and Type | Interface and Description |
---|---|
interface |
OptimizableXPathExpression
Interface implemented by
XPathExpression s which can be further optimized for execution efficiency at the
expense of additional processing being performed on them. |
interface |
RelocatableXPathExpression
Interface implemented by
XPathExpression s which can be recompiled to execute more efficiently at a
at a different SchemaPath than they were originally compiled at. |
Modifier and Type | Method and Description |
---|---|
@NonNull XPathExpression |
XPathSchemaContext.compileExpression(@NonNull SchemaPath schemaPath,
@NonNull com.google.common.base.Converter<String,QNameModule> prefixes,
@NonNull String xpath)
Compile an XPath expression for execution on
XPathDocument s produced by this context. |
XPathExpression |
OptimizableXPathExpression.optimizeExpression()
Perform optimization of this expression.
|
XPathExpression |
RelocatableXPathExpression.relocateExpression()
Return a new XPathExpression relocated to a SchemaPath of the implementation's choosing.
|
Copyright © 2019 OpenDaylight. All rights reserved.