Package org.geotools.filter
Class FilterDOMParser
Object
FilterDOMParser
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
Modifier and TypeMethodDescriptionstatic Filter
parseFilter
(Node root) Parses the filter using DOM.
-
Method Details
-
parseFilter
Parses the filter using DOM.- Parameters:
root
- a dom node containing FILTER as the root element.- TODO:
- TODO: split up this insanely long method.
-