|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransformTool
This is the tool interface exposed to the stylesheet.
Method Summary | |
---|---|
String |
applyTemplates()
|
String |
applyTemplates(DVSLNode node)
|
String |
applyTemplates(DVSLNode node,
String xpath)
|
String |
applyTemplates(String xpath)
Applies templates in the current stylesheet to the nodeset returned by the XPath expression |
String |
copy()
|
Object |
get(String key)
|
Object |
getAppValue(Object key)
|
Object |
putAppValue(Object key,
Object value)
|
Method Detail |
---|
String applyTemplates(String xpath) throws Exception
Applies templates in the current stylesheet to the nodeset returned by the XPath expression
xpath
- XPath expression to select nodes
Exception
String applyTemplates(DVSLNode node) throws Exception
Exception
String applyTemplates(DVSLNode node, String xpath) throws Exception
Exception
String applyTemplates() throws Exception
Exception
String copy() throws Exception
Exception
Object get(String key)
Object getAppValue(Object key)
Object putAppValue(Object key, Object value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |