org.deegree.protocol.wfs.transaction
Class PropertyReplacement
java.lang.Object
org.deegree.protocol.wfs.transaction.PropertyReplacement
public class PropertyReplacement
- extends Object
The
class TODO add class documentation here.
- Version:
- $Revision: 20540 $, $Date: 2009-11-03 19:05:44 +0100 (Di, 03 Nov 2009) $
- Author:
- Markus Schneider, last edited by: $Author: mschneider $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyReplacement
PropertyReplacement(QName propertyName,
XMLStreamReader xmlStream)
- Parameters:
propertyName
- xmlStream
-
getPropertyName
public QName getPropertyName()
- Returns the name of the property to be replaced.
- Returns:
- the name of the property to be replaced
getReplacementValue
public XMLStreamReader getReplacementValue()
- Returns an
XMLStreamReader
that provides access to the encoded replacement value (if such a value is
specified).
NOTE: The client must read this stream exactly once and exactly up to the next tag event after the
wfs:Value
END_ELEMENT event, i.e. the wfs:Property
END_ELEMENT event.
- Returns:
XMLStreamReader
that provides access to the XML encoded replacement value, cursor points at
the wfs:Value
START_ELEMENT
event, or null
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org]]>