public class Stylesheet extends Object implements StylesheetAPI
| Constructor and Description |
|---|
Stylesheet() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRule(org.dom4j.rule.Rule rule) |
void |
applyTemplates(Object source,
String mode) |
void |
applyTemplates(Object source,
XPath select,
String mode) |
static void |
provideStylesheetService(StylesheetAPIFactory factory) |
void |
run(Object input) |
void |
setModeName(String modeName) |
void |
setValueOfAction(org.dom4j.rule.Action valueOfAction) |
public static void provideStylesheetService(StylesheetAPIFactory factory)
public void applyTemplates(Object source, XPath select, String mode) throws Exception
applyTemplates in interface StylesheetAPIExceptionpublic void applyTemplates(Object source, String mode) throws Exception
applyTemplates in interface StylesheetAPIExceptionpublic void setValueOfAction(org.dom4j.rule.Action valueOfAction)
setValueOfAction in interface StylesheetAPIpublic void run(Object input) throws Exception
run in interface StylesheetAPIExceptionpublic void addRule(org.dom4j.rule.Rule rule)
addRule in interface StylesheetAPIpublic void setModeName(String modeName)
setModeName in interface StylesheetAPICopyright © 2015. All rights reserved.