Interface | Description |
---|---|
LazyXPathExpression | Deprecated
PREVIEW API.
|
OptimizableXPathExpression |
Interface implemented by
XPathExpression s which can be further optimized for execution efficiency at the
expense of additional processing being performed on them. |
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. |
XPathBooleanResult |
An
XPathResult containing a Boolean. |
XPathDocument |
The notion of a document, modeled as a
NormalizedNode . |
XPathExpression |
A compiled XPath expression.
|
XPathNodesetResult |
An
XPathResult containing a set of nodes. |
XPathNumberResult |
An
XPathResult containing a Number. |
XPathResult<T> |
Base interface for various things an XPath evaluation can return.
|
XPathSchemaContext |
A schema-informed XPath context.
|
XPathSchemaContextFactory |
A factory for obtaining
XPathSchemaContext s. |
XPathStringResult |
An
XPathResult containing a String. |
Class | Description |
---|---|
PrefixConverters |
A set of utility functions for dealing with common types of namespace mappings.
|
Exception | Description |
---|---|
LazyXPathExpressionException | Deprecated
PREVIEW API.
|
Copyright © 2019 OpenDaylight. All rights reserved.