|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public 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
public String applyTemplates(DVSLNode node) throws Exception
Exception
public String applyTemplates(DVSLNode node, String xpath) throws Exception
Exception
public String applyTemplates() throws Exception
Exception
public String copy() throws Exception
Exception
public Object get(String key)
public Object getAppValue(Object key)
public Object putAppValue(Object key, Object value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |