javax.xml.transform.sax
public interface TemplatesHandler extends ContentHandler
Note that TemplatesHandler does not need to implement LexicalHandler.
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
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 {@link #setSystemId}.
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.