|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.saxon.event.ReceivingContentHandler net.sf.saxon.TemplatesHandlerImpl
public class 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.
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
equals, 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 |
Method Detail |
---|
public Templates getTemplates()
getTemplates
in interface TemplatesHandler
public void setSystemId(String url)
setSystemId
in interface TemplatesHandler
public String getSystemId()
getSystemId
in interface TemplatesHandler
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |