Package net.sf.saxon.trans
Class CompilerInfo
java.lang.Object
net.sf.saxon.trans.CompilerInfo
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setErrorListener
(ErrorListener listener) void
setURIResolver
(URIResolver resolver)
-
Constructor Details
-
CompilerInfo
public CompilerInfo()
-
-
Method Details
-
setURIResolver
-
getURIResolver
-
setErrorListener
-
getErrorListener
-