com.sun.xml.bind.v2.runtime.unmarshaller
Class LocatorExWrapper

java.lang.Object
  extended by com.sun.xml.bind.v2.runtime.unmarshaller.LocatorExWrapper
All Implemented Interfaces:
LocatorEx, Locator

 class LocatorExWrapper
extends Object
implements LocatorEx

LocatorEx implemented by Locator.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.xml.bind.v2.runtime.unmarshaller.LocatorEx
LocatorEx.Snapshot
 
Constructor Summary
LocatorExWrapper(Locator locator)
           
 
Method Summary
 int getColumnNumber()
           
 int getLineNumber()
           
 ValidationEventLocator getLocation()
          Gets the current location in a ValidationEventLocator object.
 String getPublicId()
           
 String getSystemId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocatorExWrapper

public LocatorExWrapper(Locator locator)
Method Detail

getLocation

public ValidationEventLocator getLocation()
Description copied from interface: LocatorEx
Gets the current location in a ValidationEventLocator object.

Specified by:
getLocation in interface LocatorEx

getPublicId

public String getPublicId()
Specified by:
getPublicId in interface Locator

getSystemId

public String getSystemId()
Specified by:
getSystemId in interface Locator

getLineNumber

public int getLineNumber()
Specified by:
getLineNumber in interface Locator

getColumnNumber

public int getColumnNumber()
Specified by:
getColumnNumber in interface Locator