|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.filter.FilterDOMParser
public final class FilterDOMParser
A dom based parser to build filters as per OGC 01-067
Method Summary | |
---|---|
static org.opengis.filter.Filter |
parseFilter(org.w3c.dom.Node root)
Parses the filter using DOM. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static org.opengis.filter.Filter parseFilter(org.w3c.dom.Node root)
root
- a dom node containing FILTER as the root element.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |