public class TemplatesHandlerImpl extends ContentEmitter implements TemplatesHandler
| Modifier and Type | Field and Description |
|---|---|
(package private) TreeBuilder |
builder |
(package private) TransformerFactoryImpl |
factory |
(package private) String |
systemId |
(package private) Templates |
templates |
| Modifier | Constructor and Description |
|---|---|
protected |
TemplatesHandlerImpl(TransformerFactoryImpl factory)
Create a TemplatesHandlerImpl and initialise variables.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSystemId()
Get the systemId of the document
|
Templates |
getTemplates()
Get the Templates object to used for a transformation
|
void |
setSystemId(String url)
Set the SystemId of the document
|
characters, comment, endCDATA, endDocument, endDTD, endElement, endEntity, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, setEmitter, setNamePool, skippedEntity, startCDATA, startDocument, startDTD, startElement, startEntity, startPrefixMapping, unparsedEntityDeclclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcharacters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMappingTransformerFactoryImpl factory
TreeBuilder builder
Templates templates
String systemId
protected TemplatesHandlerImpl(TransformerFactoryImpl factory)
public Templates getTemplates()
getTemplates in interface TemplatesHandlerpublic void setSystemId(String url)
setSystemId in interface TemplatesHandlerpublic String getSystemId()
getSystemId in interface TemplatesHandler