com.smallx.xml.xslt
Interface Transformation
- All Known Subinterfaces:
- XTTransformation
- public interface Transformation
createExecutionContext
public ExecutionContext createExecutionContext()
apply
public void apply(ExecutionContext context,
Document sourceDocument,
DestinationSource dsource)
throws XMLException
- Throws:
XMLException
getDocumentLoader
public DocumentLoader getDocumentLoader()
setDocumentLoader
public void setDocumentLoader(DocumentLoader loader)
getMessageHandler
public MessageHandler getMessageHandler()
setMessageHandler
public void setMessageHandler(MessageHandler handler)