org.exolab.adaptx.jaxp.transform.sax
Class TemplatesHandlerImpl
- ContentHandler, DocumentHandler, TemplatesHandler, ErrorObserver
public class TemplatesHandlerImpl
implements TemplatesHandler
An implemenation of the JAXP TemplatesHandler interface
see javax.xml.transform.sax.TemplatesHandler
for more information
$Revision: 3827 $ $Date: 2003-09-09 06:40:54 +0200 (Tue, 09 Sep 2003) $
String | getSystemId() - Get the base ID (URI or system ID) from where relative
URLs will be resolved.
|
Templates | getTemplates() - When a TemplatesHandler object is used as a ContentHandler or DocumentHandler
for the parsing of transformation instructions, it creates a Templates object,
which the caller can get once the SAX events have been completed.
|
void | setSystemId(String systemId) - Set the base ID (URI or system ID) for the Templates object
created by this builder.
|
characters , endDocument , endElement , endElement , endPrefixMapping , getStylesheet , ignorableWhitespace , processingInstruction , setDocumentLocator , setURILocation , setURIResolver , skippedEntity , startDocument , startElement , startElement , startPrefixMapping |
TemplatesHandlerImpl
public TemplatesHandlerImpl()
Creates a new TemplatesHandlerImpl
getSystemId
public String getSystemId()
Get the base ID (URI or system ID) from where relative
URLs will be resolved.
getTemplates
public Templates getTemplates()
When a TemplatesHandler object is used as a ContentHandler or DocumentHandler
for the parsing of transformation instructions, it creates a Templates object,
which the caller can get once the SAX events have been completed.
- The Templates object that was created during
the SAX event process, or null if no Templates object has
been created.
setSystemId
public void setSystemId(String systemId)
Set the base ID (URI or system ID) for the Templates object
created by this builder. This must be set in order to
resolve relative URIs in the stylesheet. This must be
called before the startDocument event.