javax.xml.transform.sax
Interface TemplatesHandler
- All Superinterfaces:
- ContentHandler
- public interface TemplatesHandler
- extends ContentHandler
Handler used to create pre-parsed XSLT transforms.
- Version:
- 1.0
- Author:
- Andrew Selkirk
Methods inherited from interface org.xml.sax.ContentHandler |
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
getTemplates
public Templates getTemplates()
setSystemId
public void setSystemId(java.lang.String systemID)
getSystemId
public java.lang.String getSystemId()
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 2001-11-20.