org.deegree.gml.geometry.validation
Class GMLElementIdentifier

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

public class GMLElementIdentifier
extends 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(XMLStreamReader xmlStream)
          Creates a new GMLElementIdentifier for identifying the opening element that the given xml stream currently points at.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GMLElementIdentifier

public GMLElementIdentifier(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 String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.