| java.lang.Object net.sf.saxon.event.ReceivingContentHandler net.sf.saxon.TemplatesHandlerImpl
TemplatesHandlerImpl | public class TemplatesHandlerImpl extends ReceivingContentHandler implements TemplatesHandler(Code) | | 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.
author: Michael H. Kay |
TemplatesHandlerImpl | protected TemplatesHandlerImpl(Configuration config)(Code) | | Create a TemplatesHandlerImpl and initialise variables. The constructor is protected, because
the Filter should be created using newTemplatesHandler() in the SAXTransformerFactory
class
|
getSystemId | public String getSystemId()(Code) | | Get the systemId of the document
|
getTemplates | public Templates getTemplates()(Code) | | Get the Templates object to used for a transformation
|
setDocumentLocator | public void setDocumentLocator(Locator locator)(Code) | | Callback interface for SAX: not for application use
|
setSystemId | public void setSystemId(String url)(Code) | | Set the SystemId of the document
|
Methods inherited from net.sf.saxon.event.ReceivingContentHandler | public void characters(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void comment(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void endCDATA() throws SAXException(Code)(Java Doc) public void endDTD() throws SAXException(Code)(Java Doc) public void endDocument() throws SAXException(Code)(Java Doc) public void endElement(String uri, String localname, String rawname) throws SAXException(Code)(Java Doc) public void endEntity(String name) throws SAXException(Code)(Java Doc) public void endPrefixMapping(String prefix) throws SAXException(Code)(Java Doc) public int getColumnNumber()(Code)(Java Doc) public Configuration getConfiguration()(Code)(Java Doc) public int getLineNumber()(Code)(Java Doc) public int getLineNumber(int locationId)(Code)(Java Doc) public PipelineConfiguration getPipelineConfiguration()(Code)(Java Doc) public String getPublicId()(Code)(Java Doc) public String getSystemId()(Code)(Java Doc) public String getSystemId(int locationId)(Code)(Java Doc) public void ignorableWhitespace(char ch, int start, int length) throws SAXException(Code)(Java Doc) public boolean isIgnoringIgnorableWhitespace()(Code)(Java Doc) public void notationDecl(String name, String publicId, String systemId) throws SAXException(Code)(Java Doc) public void processingInstruction(String name, String remainder) throws SAXException(Code)(Java Doc) public void setDocumentLocator(Locator locator)(Code)(Java Doc) public void setIgnoreIgnorableWhitespace(boolean ignore)(Code)(Java Doc) public void setPipelineConfiguration(PipelineConfiguration pipe)(Code)(Java Doc) public void setReceiver(Receiver e)(Code)(Java Doc) public void skippedEntity(String name) throws SAXException(Code)(Java Doc) public void startCDATA() throws SAXException(Code)(Java Doc) public void startDTD(String name, String publicId, String systemId) throws SAXException(Code)(Java Doc) public void startDocument() throws SAXException(Code)(Java Doc) public void startElement(String uri, String localname, String rawname, Attributes atts) throws SAXException(Code)(Java Doc) public void startEntity(String name) throws SAXException(Code)(Java Doc) public void startPrefixMapping(String prefix, String uri) throws SAXException(Code)(Java Doc) public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName) throws SAXException(Code)(Java Doc)
|
|
|