Uses of Class
com.onwbp.adaptation.XPathFilter
Packages that use XPathFilter
Package
Description
Provides core classes and interfaces for accessing datasets, tables, and their records.
-
Uses of XPathFilter in com.onwbp.adaptation
Methods in com.onwbp.adaptation that return XPathFilterModifier and TypeMethodDescriptionabstract XPathFilterAbstractPrefilteredAdaptationFilter.getPrefilter()PrefilteredAdaptationFilter.getPrefilter()Defines the prefilter.static XPathFilterXPathExpressionHelper.getXPathFilterForXPath(boolean isCached, String anXPath) Returns an XPath filter from an XPath expression,nullif the expression does not specify a predicate.static XPathFilterBuilds an XPath filter.static XPathFilterBuilds a cache-enabled XPath predicate.Methods in com.onwbp.adaptation with parameters of type XPathFilterModifier and TypeMethodDescriptionstatic StringXPathExpressionHelper.buildXPath(Path aTablePath, XPathFilter anXPathFilter) Builds an XPath expression given a table path and an optional XPath filter.static PrefilteredAdaptationFilterPrefilteredAdaptationFilter.create(XPathFilter prefilter, AdaptationFilter filter) Creates aPrefilteredAdaptationFilterbased onAbstractPrefilteredAdaptationFilter.voidRequest.setXPathFilter(XPathFilter anXPathFilter) Specifies that the request result will only include the records which satisfy the specified XPath filter.