|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.protocol.wfs.transaction.PropertyReplacement
public class PropertyReplacement
The class TODO add class documentation here.
Method Summary | |
---|---|
QName |
getPropertyName()
Returns the name of the property to be replaced. |
XMLStreamReader |
getReplacementValue()
Returns an XMLStreamReader that provides access to the encoded replacement value (if such a value is
specified). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public QName getPropertyName()
public XMLStreamReader getReplacementValue()
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.
XMLStreamReader
that provides access to the XML encoded replacement value, cursor points at
the wfs:Value
START_ELEMENT
event, or null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |