javax.xml.transform.sax

Interface TemplatesHandler

public interface TemplatesHandler extends ContentHandler

Handler used to create pre-parsed XSLT transforms.

Version: 1.0

Author: Andrew Selkirk

Method Summary
StringgetSystemId()
TemplatesgetTemplates()
voidsetSystemId(String systemID)

Method Detail

getSystemId

public String getSystemId()

getTemplates

public Templates getTemplates()

setSystemId

public void setSystemId(String systemID)

Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2013-01-12.