net.sf.saxon.trans
Class CompilerInfo
public
class
CompilerInfo
extends Object
This class exists to hold information associated with a specific XSLT compilation episode.
In JAXP, the URIResolver and ErrorListener used during XSLT compilation are those defined in the
TransformerFactory. The .NET API, however, allows finer granularity, and this class exists to
support that.
public ErrorListener getErrorListener()
public URIResolver getURIResolver()
public void setErrorListener(ErrorListener listener)
public void setURIResolver(URIResolver resolver)