@NonNullByDefault
public interface XPathSchemaContextFactory
XPathSchemaContext
s. This is the primary entry point to an XPath evaluation
implementation. Users are expected to resolve these via their service resolution framework, be it
ServiceLoader
, OSGi or similar.
Implementations are required to support ServiceLoader
.
Modifier and Type | Method and Description |
---|---|
XPathSchemaContext |
createContext(SchemaContext context)
Create an
XPathSchemaContext based on a SchemaContext . |
XPathSchemaContext createContext(SchemaContext context)
XPathSchemaContext
based on a SchemaContext
. This effectively binds the namespaces
the user expects to map to YANG schema. The XPathExpression
compilation, relocation and optimization
processes can take advantage of the YANG schema provided.context
- SchemaContext associated with the resulting XPathSchemaContext
XPathSchemaContext
instanceCopyright © 2019 OpenDaylight. All rights reserved.