net.sf.saxon
public class TemplatesHandlerImpl extends ReceivingContentHandler implements TemplatesHandler
| Constructor Summary | |
|---|---|
| protected | TemplatesHandlerImpl(Configuration config)
Create a TemplatesHandlerImpl and initialise variables. |
| Method Summary | |
|---|---|
| String | getSystemId()
Get the systemId of the document |
| Templates | getTemplates()
Get the Templates object to be used for a transformation |
| void | setDocumentLocator(Locator locator)
Callback interface for SAX: not for application use |
| void | setSystemId(String url)
Set the SystemId of the document. |
Parameters: config the Saxon configuration
Parameters: url the system ID (base URI) of the stylesheet document, which will be used in any error reporting and also for resolving relative URIs in xsl:include and xsl:import. It will also form the static base URI in the static context of XPath expressions.