Class CompilerInfo

java.lang.Object
net.sf.saxon.trans.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.
  • Constructor Details

    • CompilerInfo

      public CompilerInfo()
  • Method Details

    • setURIResolver

      public void setURIResolver(URIResolver resolver)
    • getURIResolver

      public URIResolver getURIResolver()
    • setErrorListener

      public void setErrorListener(ErrorListener listener)
    • getErrorListener

      public ErrorListener getErrorListener()