org.exolab.adaptx.jaxp.transform.sax
public class TemplatesHandlerImpl extends StylesheetHandler implements TemplatesHandler
see javax.xml.transform.sax.TemplatesHandler for more information
Version: $Revision: 3827 $ $Date: 2003-09-09 00:40:54 -0400 (Tue, 09 Sep 2003) $
Constructor Summary | |
---|---|
TemplatesHandlerImpl()
Creates a new TemplatesHandlerImpl |
Method Summary | |
---|---|
String | getSystemId()
Get the base ID (URI or system ID) from where relative
URLs will be resolved. |
Templates | getTemplates()
When a TemplatesHandler object is used as a ContentHandler or DocumentHandler
for the parsing of transformation instructions, it creates a Templates object,
which the caller can get once the SAX events have been completed.
|
void | setSystemId(String systemId)
Set the base ID (URI or system ID) for the Templates object
created by this builder. |
Returns: The systemID that was set with TemplatesHandlerImpl.
Returns: The Templates object that was created during the SAX event process, or null if no Templates object has been created.
Parameters: baseID Base URI for this stylesheet.