net.sf.exorcist.core
Class XsltConverter

java.lang.Object
  extended by net.sf.exorcist.core.XsltConverter
All Implemented Interfaces:
ContentConverter

public class XsltConverter
extends java.lang.Object
implements ContentConverter

TODO


Constructor Summary
XsltConverter()
           
 
Method Summary
 void convertContent(ContentState state)
          Converts content from a source content model to a target content model.
 void setStylesheet(java.lang.String stylesheet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XsltConverter

public XsltConverter()
Method Detail

setStylesheet

public void setStylesheet(java.lang.String stylesheet)

convertContent

public void convertContent(ContentState state)
                    throws ContentException
Description copied from interface: ContentConverter
Converts content from a source content model to a target content model.

Specified by:
convertContent in interface ContentConverter
Parameters:
state - the content state snapshot to be populated
Throws:
ContentException - if the selected content could not be converted


Copyright © 2005 The Exorcist Team @ SourceForge. All Rights Reserved.