|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.gml.props.GMLStdPropsReader
public class GMLStdPropsReader
Stream-based reader for the GMLStdProps that can occur at the beginning of every GML encoded object.
| Constructor Summary | |
|---|---|
GMLStdPropsReader(GMLVersion version)
Creates a new GMLStdPropsReader for the specified GML version. |
|
| Method Summary | |
|---|---|
GMLStdProps |
read(javax.xml.stream.XMLStreamReader xmlStream)
Returns the object representation for the StandardObjectProperties element group of the given
gml:_GML element event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GMLStdPropsReader(GMLVersion version)
GMLStdPropsReader for the specified GML version.
version - GML version, must not be null| Method Detail |
|---|
public GMLStdProps read(javax.xml.stream.XMLStreamReader xmlStream)
throws javax.xml.stream.XMLStreamException
StandardObjectProperties element group of the given
gml:_GML element event.
START_ELEMENT event (<gml:_GML>)START_ELEMENT/END_ELEMENT) that does not
belong to an element from the StandardObjectProperties group
xmlStream - cursor must point at the START_ELEMENT event (<gml:_GML>), points at the at the
first tag event (START_ELEMENT/END_ELEMENT) that does not belong to an element from the
StandardObjectProperties group afterwards
GMLStdProps object, never null
javax.xml.stream.XMLStreamException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||