| Package | Description | 
|---|---|
| org.opendaylight.yangtools.yang.data.api.schema.xpath | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
OptimizableXPathExpression
Interface implemented by  
XPathExpressions which can be further optimized for execution efficiency at the
 expense of additional processing being performed on them. | 
interface  | 
RelocatableXPathExpression
Interface implemented by  
XPathExpressions 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 | 
|---|---|
XPathExpression | 
XPathSchemaContext.compileExpression(SchemaPath schemaPath,
                 com.google.common.base.Converter<String,QNameModule> prefixes,
                 String xpath)
Compile an XPath expression for execution on  
XPathDocuments 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 © 2018 OpenDaylight. All rights reserved.