deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

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.
 

Method Detail

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

deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>