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: 7916 $, $Date: 2007-08-06 14:23:58 +0200 (Mo, 06 Aug 2007) $
 
- Author:
 
  - Markus Schneider, last edited by: $Author: rbezema $
 
 
 
 
 
 
| 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(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(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://deegree.sourceforge.net