Interface KeyManager

All Known Subinterfaces:
ExtendedKeyManager
All Known Implementing Classes:
KeyManagerUtils.SingleNodeExtendedKeyManager

public interface KeyManager
A delegate of JXPathContext that implements the XPath "key()" function.
  • Method Details

    • getPointerByKey

      Pointer getPointerByKey(JXPathContext context, String keyName, String keyValue)
      Find a node by key/value.
      Parameters:
      context - to search
      keyName - String
      keyValue - String
      Returns:
      Pointer