|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.icl.saxon.ContentEmitter com.icl.saxon.TemplatesHandlerImpl
TemplatesHandlerImpl implements the javax.xml.transform.sax.TemplatesHandler interface. It acts as a ContentHandler which receives a stream of SAX events representing a stylesheet, and returns a Templates object that represents the compiled form of this stylesheet.
Constructor Summary | |
protected |
TemplatesHandlerImpl(TransformerFactoryImpl factory)
Create a TemplatesHandlerImpl and initialise variables. |
Method Summary | |
java.lang.String |
getSystemId()
Get the systemId of the document |
Templates |
getTemplates()
Get the Templates object to used for a transformation |
void |
setSystemId(java.lang.String url)
Set the SystemId of the document |
Methods inherited from class com.icl.saxon.ContentEmitter |
characters, comment, endCDATA, endDocument, endDTD, endElement, endEntity, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, setEmitter, setNamePool, skippedEntity, startCDATA, startDocument, startDTD, startElement, startEntity, startPrefixMapping, unparsedEntityDecl |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.xml.sax.ContentHandler |
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
Constructor Detail |
protected TemplatesHandlerImpl(TransformerFactoryImpl factory)
Method Detail |
public Templates getTemplates()
getTemplates
in interface TemplatesHandler
public void setSystemId(java.lang.String url)
setSystemId
in interface TemplatesHandler
url
- Base URI for this stylesheet.public java.lang.String getSystemId()
getSystemId
in interface TemplatesHandler
TemplatesHandler.setSystemId(java.lang.String)
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |