org.deegree.gml.feature.generic
Class GenericCustomPropertyReader
java.lang.Object
org.deegree.gml.feature.generic.GenericCustomPropertyReader
- All Implemented Interfaces:
- CustomPropertyReader<GenericCustomPropertyValue>
public class GenericCustomPropertyReader
- extends Object
- implements CustomPropertyReader<GenericCustomPropertyValue>
CustomPropertyReader
that produces GenericCustomPropertyValue
objects.
- Version:
- $Revision: 21538 $, $Date: 2009-12-17 22:06:02 +0100 (Do, 17 Dez 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 |
GenericCustomPropertyReader
public GenericCustomPropertyReader()
parse
public GenericCustomPropertyValue parse(XMLStreamReaderWrapper xmlStream)
throws XMLStreamException
- Description copied from interface:
CustomPropertyReader
- Returns the object representation for the property element event that the cursor of the given
XMLStreamReader
points at.
- Specified by:
parse
in interface CustomPropertyReader<GenericCustomPropertyValue>
- Parameters:
xmlStream
- cursor must point at the START_ELEMENT
event of the property element, afterwards points
at the next event after the END_ELEMENT
event of the property element
- Returns:
- object representation for the given property element
- Throws:
XMLStreamException
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org]]>