|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.gml.geometry.validation.GMLElementIdentifier
public class GMLElementIdentifier
Identifies a GML element and it's position in a document for providing validation information.
Constructor Summary | |
---|---|
GMLElementIdentifier(javax.xml.stream.XMLStreamReader xmlStream)
Creates a new GMLElementIdentifier for identifying the opening element that the given xml stream
currently points at. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GMLElementIdentifier(javax.xml.stream.XMLStreamReader xmlStream)
GMLElementIdentifier
for identifying the opening element that the given xml stream
currently points at.
xmlStream
- must point at an open element eventMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |