net.sf.saxon.trans
Class CompilerInfo
java.lang.Object
net.sf.saxon.trans.CompilerInfo
- public class CompilerInfo
- extends java.lang.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompilerInfo
public CompilerInfo()
setURIResolver
public void setURIResolver(javax.xml.transform.URIResolver resolver)
getURIResolver
public javax.xml.transform.URIResolver getURIResolver()
setErrorListener
public void setErrorListener(javax.xml.transform.ErrorListener listener)
getErrorListener
public javax.xml.transform.ErrorListener getErrorListener()