net.sf.saxon
Interface ConversionContext

All Known Subinterfaces:
XPathContext
All Known Implementing Classes:
Configuration, XPathContextMinor

public interface ConversionContext

This interface represents a supplier of the information needed when doing a type conversion. Currently the only information needed is the implicit timezone. The interface has been designed, however, so that the details of the implementation can be changed at some time if it proves necessary.


Method Summary
 int getImplicitTimezone()
          Get the implicit timezone, as a positive or negative offset from UTC in minutes.
 

Method Detail

getImplicitTimezone

public int getImplicitTimezone()
Get the implicit timezone, as a positive or negative offset from UTC in minutes. The range is -14hours to +14hours