com.sun.xml.bind.v2.runtime.unmarshaller
Interface LocatorEx

All Superinterfaces:
Locator
All Known Implementing Classes:
DOMScanner, LocatorEx.Snapshot, LocatorExWrapper

public interface LocatorEx
extends Locator

Object that returns the current location that the XmlVisitor is parsing.


Nested Class Summary
static class LocatorEx.Snapshot
          Immutable snapshot of a LocatorEx
 
Method Summary
 ValidationEventLocator getLocation()
          Gets the current location in a ValidationEventLocator object.
 
Methods inherited from interface org.xml.sax.Locator
getColumnNumber, getLineNumber, getPublicId, getSystemId
 

Method Detail

getLocation

ValidationEventLocator getLocation()
Gets the current location in a ValidationEventLocator object.