org.deegree.model.filterencoding
Class ComparisonOperation
java.lang.Object
org.deegree.model.filterencoding.AbstractOperation
org.deegree.model.filterencoding.ComparisonOperation
- All Implemented Interfaces:
- Operation
- Direct Known Subclasses:
- PropertyIsBetweenOperation, PropertyIsCOMPOperation, PropertyIsInstanceOfOperation, PropertyIsLikeOperation, PropertyIsNullOperation
public abstract class ComparisonOperation
- extends AbstractOperation
Encapsulates the information of a comparison_ops entity (as defined in the Filter DTD).
- Version:
- $Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18 Jun 2009) $
- Author:
- Markus Schneider, last edited by: $Author: mschneider $
Method Summary |
static Operation |
buildFromDOM(org.w3c.dom.Element element)
Deprecated. use the 1.0.0 filter encoding aware method instead. |
static Operation |
buildFromDOM(org.w3c.dom.Element element,
boolean useVersion_1_0_0)
Given a DOM-fragment, a corresponding Operation-object is built. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComparisonOperation
ComparisonOperation(int operationId)
buildFromDOM
@Deprecated
public static Operation buildFromDOM(org.w3c.dom.Element element)
throws FilterConstructionException
- Deprecated. use the 1.0.0 filter encoding aware method instead.
- Given a DOM-fragment, a corresponding Operation-object is built. This method recursively
calls other buildFromDOM () - methods to validate the structure of the DOM-fragment.
- Throws:
FilterConstructionException
- if the structure of the DOM-fragment is invalid
buildFromDOM
public static Operation buildFromDOM(org.w3c.dom.Element element,
boolean useVersion_1_0_0)
throws FilterConstructionException
- Given a DOM-fragment, a corresponding Operation-object is built. This method recursively
calls other buildFromDOM () - methods to validate the structure of the DOM-fragment.
- Throws:
FilterConstructionException
- if the structure of the DOM-fragment is invalid
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org