com.sun.xml.bind
Interface Locatable


public interface Locatable

Optional interface implemented by JAXB objects to expose location information from which an object is unmarshalled.


Method Summary
 org.xml.sax.Locator sourceLocation()
           
 

Method Detail

sourceLocation

org.xml.sax.Locator sourceLocation()
Returns:
null if the location information is unavaiable, or otherwise return a immutable valid Locator object.