javax.xml.transform.sax

Interface TemplatesHandler

public interface TemplatesHandler extends ContentHandler

A content handler that processes SAX parse events into a compiled transformation template.
Method Summary
StringgetSystemId()
Returns the system ID for the templates object created by this processor.
TemplatesgetTemplates()
Returns the templates object created by the parsing of the SAX events.
voidsetSystemId(String systemId)
Sets the system ID for the templates object created by this processor.

Method Detail

getSystemId

public String getSystemId()
Returns the system ID for the templates object created by this processor.

getTemplates

public Templates getTemplates()
Returns the templates object created by the parsing of the SAX events.

setSystemId

public void setSystemId(String systemId)
Sets the system ID for the templates object created by this processor.