com.icl.saxon
public class TemplatesHandlerImpl extends ContentEmitter implements TemplatesHandler
Field Summary | |
---|---|
TreeBuilder | builder |
TransformerFactoryImpl | factory |
String | systemId |
Templates | templates |
Constructor Summary | |
---|---|
protected | TemplatesHandlerImpl(TransformerFactoryImpl factory)
Create a TemplatesHandlerImpl and initialise variables. |
Method Summary | |
---|---|
String | getSystemId()
Get the systemId of the document |
Templates | getTemplates()
Get the Templates object to used for a transformation |
void | setSystemId(String url)
Set the SystemId of the document |