Uses of Interface
org.apache.commons.jxpath.ExtendedKeyManager
-
Packages that use ExtendedKeyManager Package Description org.apache.commons.jxpath.util Utility classes to assist with JXPath implementation(s) and/or usage. -
-
Uses of ExtendedKeyManager in org.apache.commons.jxpath.util
Classes in org.apache.commons.jxpath.util that implement ExtendedKeyManager Modifier and Type Class Description private static classKeyManagerUtils.SingleNodeExtendedKeyManagerAdapt KeyManager to implement ExtendedKeyManager.Methods in org.apache.commons.jxpath.util that return ExtendedKeyManager Modifier and Type Method Description static ExtendedKeyManagerKeyManagerUtils. getExtendedKeyManager(KeyManager keyManager)Get an ExtendedKeyManager from the specified KeyManager.
-