javax.xml.transform.sax
public interface TemplatesHandler extends ContentHandler
Modifier and Type | Method and Description |
---|---|
String |
getSystemId()
Returns the system ID for the templates object created by this processor.
|
Templates |
getTemplates()
Returns the templates object created by the parsing of the SAX events.
|
void |
setSystemId(String systemId)
Sets the system ID for the templates object created by this processor.
|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
Templates getTemplates()
void setSystemId(String systemId)
String getSystemId()