javax.xml.transform.sax
Interface TemplatesHandler

All Superinterfaces:
org.xml.sax.ContentHandler
All Known Implementing Classes:
TemplatesHandlerImpl

public interface TemplatesHandler
extends org.xml.sax.ContentHandler

Interface to handle transformation requests.


Method Summary
 java.lang.String getSystemId()
          Returns the base URL for the transformation.
 Templates getTemplates()
          Returns the compiled stylesheet.
 void setSystemId(java.lang.String systemId)
          Sets the base URL for the transformation.
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 

Method Detail

getSystemId

public java.lang.String getSystemId()
Returns the base URL for the transformation.

setSystemId

public void setSystemId(java.lang.String systemId)
Sets the base URL for the transformation.

getTemplates

public Templates getTemplates()
Returns the compiled stylesheet.