com.sun.xml.bind.validator
Class SAXLocator

java.lang.Object
  extended by com.sun.xml.bind.validator.SAXLocator
All Implemented Interfaces:
Locator

public class SAXLocator
extends java.lang.Object
implements Locator

Since:
JAXB1.0

Constructor Summary
SAXLocator()
           
 
Method Summary
 ValidationEventLocator getLocation(org.xml.sax.SAXParseException saxException)
          Set the appropriate locator information on the supplied ValidationEvent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAXLocator

public SAXLocator()
Method Detail

getLocation

public ValidationEventLocator getLocation(org.xml.sax.SAXParseException saxException)
Set the appropriate locator information on the supplied ValidationEvent.

Specified by:
getLocation in interface Locator