org.deegree.filter.xml
Class Filter110XMLEncoder

java.lang.Object
  extended by org.deegree.filter.xml.Filter110XMLEncoder

public class Filter110XMLEncoder
extends Object

Encodes Filter objects according to the Filter Encoding Specification 1.1.0.

Version:
$Revision:$, $Date:$
Author:
Markus Schneider , last edited by: $Author:$

Constructor Summary
Filter110XMLEncoder()
           
 
Method Summary
static void export(Expression expression, XMLStreamWriter writer)
          Serializes the given Expression object to XML.
static void export(Filter filter, XMLStreamWriter writer)
          Serializes the given Filter object to XML.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Filter110XMLEncoder

public Filter110XMLEncoder()
Method Detail

export

public static void export(Filter filter,
                          XMLStreamWriter writer)
                   throws XMLStreamException,
                          UnknownCRSException,
                          TransformationException
Serializes the given Filter object to XML.

Parameters:
filter - Filter object to be serialized
writer - target of the xml stream
Throws:
XMLStreamException
TransformationException
UnknownCRSException

export

public static void export(Expression expression,
                          XMLStreamWriter writer)
                   throws XMLStreamException
Serializes the given Expression object to XML.

Parameters:
expression - Expression object to be serialized
writer - target of the xml stream
Throws:
XMLStreamException


Copyright © 2011. All Rights Reserved.