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 Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Filter parseFilter​(Node root)
      Parses the filter using DOM.
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.