@MetaInfServices @NonNullByDefault public final class JaxenSchemaContextFactory extends Object implements XPathSchemaContextFactory
Constructor and Description |
---|
JaxenSchemaContextFactory() |
Modifier and Type | Method and Description |
---|---|
XPathSchemaContext |
createContext(SchemaContext context)
Create an
XPathSchemaContext based on a SchemaContext . |
public XPathSchemaContext createContext(SchemaContext context)
XPathSchemaContextFactory
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.createContext
in interface XPathSchemaContextFactory
context
- SchemaContext associated with the resulting XPathSchemaContext
XPathSchemaContext
instanceCopyright © 2019 OpenDaylight. All rights reserved.