Uses of Interface
org.exolab.castor.xml.location.Location

Packages that use Location
org.exolab.castor.xml The XML Marshaller API 
org.exolab.castor.xml.location   
 

Uses of Location in org.exolab.castor.xml
 

Methods in org.exolab.castor.xml that return Location
 Location ValidationException.getLocation()
          Returns the location of the Exception.
 

Methods in org.exolab.castor.xml with parameters of type Location
 void ValidationException.setLocation(Location location)
          Sets the location information for this ValidationException.
 void XMLException.setLocation(Location location)
          Sets the location information for this Exception.
 

Uses of Location in org.exolab.castor.xml.location
 

Classes in org.exolab.castor.xml.location that implement Location
 class FileLocation
          A simple FileLocation class used for finer grained detail of exceptions.
 class XPathLocation
          A very simple XPath location class for use with the ValidationException.
 



Copyright © 2012. All Rights Reserved.