Class FilterUtilsProxy

java.lang.Object
org.dita.dost.util.FilterUtilsProxy

public class FilterUtilsProxy extends Object
Proxy class to enable access package private methods of FilterUtils .
Author:
Martin Kreutzer, Empolis Information Management GmbH
  • Method Details

    • getGroups

      public static Map<QName,List<String>> getGroups(String value)
      Get a map of groups to their values of a filter attribute
      Parameters:
      value - the filter attribute value to analyze
      Returns:
      FilterUtils.getGroups(String)