Class FilterDOMParser


  • public final class FilterDOMParser
    extends Object
    A dom based parser to build filters as per OGC 01-067
    Author:
    Ian Turton, CCG, Niels Charlier
    TODO:
    TODO: split this class up into multiple methods.
    • Method Detail

      • parseFilter

        public static Filter parseFilter​(Node root)
        Parses the filter using DOM.
        Parameters:
        root - a dom node containing FILTER as the root element.
        TODO:
        TODO: split up this insanely long method.