|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.fascinator.api.indexer.rule.Rule
com.googlecode.fascinator.indexer.rules.XslTransform
public class XslTransform
| 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 |
|---|
public XslTransform(InputStream xsl)
throws RuleException
RuleException
public XslTransform(InputStream xsl,
Map<String,String> params)
throws RuleException
RuleException| Method Detail |
|---|
public void run(Reader in,
Writer out)
throws RuleException
run in class RuleRuleException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||