Class XMLFiltersParser


  • public final class XMLFiltersParser
    extends java.lang.Object
    Parser for the filters definition.
    Version:
    $Id: $Id
    Author:
    another
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<MetaFilter> parseFilters​(java.lang.String content)
      Parses the filter definition.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • parseFilters

        public static java.util.List<MetaFilter> parseFilters​(java.lang.String content)
        Parses the filter definition.
        Parameters:
        content - a String object.
        Returns:
        a List object.