org.deegree.gml.geometry.validation
Class GMLElementIdentifier

java.lang.Object
  extended by org.deegree.gml.geometry.validation.GMLElementIdentifier

public class GMLElementIdentifier
extends java.lang.Object

Identifies a GML element and it's position in a document for providing validation information.

Version:
$Revision: $, $Date: $
Author:
Markus Schneider, last edited by: $Author: schneider $

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

GMLElementIdentifier

public GMLElementIdentifier(javax.xml.stream.XMLStreamReader xmlStream)
Creates a new GMLElementIdentifier for identifying the opening element that the given xml stream currently points at.

Parameters:
xmlStream - must point at an open element event
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011. All Rights Reserved.