Class XPathItemSelectionStrategy

java.lang.Object
net.shibboleth.metadata.dom.XPathItemSelectionStrategy
All Implemented Interfaces:
Predicate<Item<Element>>

@ThreadSafe public class XPathItemSelectionStrategy extends Object implements Predicate<Item<Element>>
Item selection strategy which selects items on the basis of a boolean XPath expression.
  • Field Details

    • LOG

      @Nonnull private static final org.slf4j.Logger LOG
      Class logger.
    • compiledExpression

      @Nonnull private final XPathExpression compiledExpression
      Compiled form of the expression. XPathExpression objects are reusable but are not thread-safe, so access to the compiled expression must be protected.
  • Constructor Details

  • Method Details