org.deegree.filter.xml
Class Filter110XMLEncoder
java.lang.Object
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:$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Filter110XMLEncoder
public Filter110XMLEncoder()
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 serializedwriter
- 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 serializedwriter
- target of the xml stream
- Throws:
XMLStreamException
Copyright © 2011. All Rights Reserved.