public interface TemplatesHandler extends org.xml.sax.ContentHandler
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSystemId()
Returns the system ID for the templates object created by this processor.
|
javax.xml.transform.Templates |
getTemplates()
Returns the templates object created by the parsing of the SAX events.
|
void |
setSystemId(java.lang.String systemId)
Sets the system ID for the templates object created by this processor.
|
javax.xml.transform.Templates getTemplates()
void setSystemId(java.lang.String systemId)
java.lang.String getSystemId()