public class CompilerInfo
extends java.lang.Object
Constructor and Description |
---|
CompilerInfo() |
Modifier and Type | Method and Description |
---|---|
javax.xml.transform.ErrorListener |
getErrorListener()
Get the ErrorListener being used during this compilation episode
|
javax.xml.transform.URIResolver |
getURIResolver()
Get the URI Resolver being used in this compilation episode.
|
boolean |
isCompileWithTracing()
Determine whether trace hooks are included in the compiled code.
|
void |
setCompileWithTracing(boolean trueOrFalse)
Set whether trace hooks are to be included in the compiled code.
|
void |
setErrorListener(javax.xml.transform.ErrorListener listener)
Set the ErrorListener to be used during this compilation episode
|
void |
setURIResolver(javax.xml.transform.URIResolver resolver)
Set the URI Resolver to be used in this compilation episode.
|
public void setURIResolver(javax.xml.transform.URIResolver resolver)
resolver
- The URIResolver to be used. This is used to dereference URIs encountered in constructs
such as xsl:include, xsl:import, and xsl:import-schema.public javax.xml.transform.URIResolver getURIResolver()
public void setErrorListener(javax.xml.transform.ErrorListener listener)
listener
- The error listener to be used. This is notified of all errors detected during the
compilation.public javax.xml.transform.ErrorListener getErrorListener()
public void setCompileWithTracing(boolean trueOrFalse)
trueOrFalse
- true if trace code is to be compiled in, false otherwisepublic boolean isCompileWithTracing()