@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)
XPathSchemaContextFactoryXPathSchemaContext 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 XPathSchemaContextFactorycontext - SchemaContext associated with the resulting XPathSchemaContextXPathSchemaContext instanceCopyright © 2019 OpenDaylight. All rights reserved.