org.deegree.gml.feature
Interface CustomPropertyReader<T>
- Type Parameters:
T
- type of the object representation
- All Known Implementing Classes:
- GenericCustomPropertyReader
public interface CustomPropertyReader<T>
Interface for parsers that convert the GML representation of custom properties into an object representation.
- Version:
- $Revision: $, $Date: $
- Author:
- Markus Schneider, last edited by: $Author: schneider $
Method Summary |
T |
parse(XMLStreamReaderWrapper xmlStream)
Returns the object representation for the property element event that the cursor of the given
XMLStreamReader points at. |
parse
T parse(XMLStreamReaderWrapper xmlStream)
throws XMLStreamException,
XMLParsingException
- Returns the object representation for the property element event that the cursor of the given
XMLStreamReader
points at.
- 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
XMLParsingException
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org]]>