com.googlecode.fascinator.indexer.rules
Class XslTransform

java.lang.Object
  extended by com.googlecode.fascinator.api.indexer.rule.Rule
      extended by com.googlecode.fascinator.indexer.rules.XslTransform

public class XslTransform
extends Rule


Constructor Summary
XslTransform(InputStream xsl)
           
XslTransform(InputStream xsl, Map<String,String> params)
           
 
Method Summary
 void run(Reader in, Writer out)
           
 
Methods inherited from class com.googlecode.fascinator.api.indexer.rule.Rule
getLog, getName, isRequired, log, log, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XslTransform

public XslTransform(InputStream xsl)
             throws RuleException
Throws:
RuleException

XslTransform

public XslTransform(InputStream xsl,
                    Map<String,String> params)
             throws RuleException
Throws:
RuleException
Method Detail

run

public void run(Reader in,
                Writer out)
         throws RuleException
Specified by:
run in class Rule
Throws:
RuleException


Copyright © 2009-2013. All Rights Reserved.