|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.ken.util.ContentTransformer
public class ContentTransformer
This class handles XSLT transformations.
| Constructor Summary | |
|---|---|
ContentTransformer(StreamSource aStyleSheet)
Constructs a ContentTransformer.java. |
|
ContentTransformer(StreamSource aStyleSheet,
HashMap parametermap)
Constructs a ContentTransformer.java. |
|
| Method Summary | |
|---|---|
String |
transform(String xml)
This method performs the actual transformation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContentTransformer(StreamSource aStyleSheet)
throws Exception
aStyleSheet -
Exception
public ContentTransformer(StreamSource aStyleSheet,
HashMap parametermap)
throws Exception
aStyleSheet - parametermap -
Exception| Method Detail |
|---|
public String transform(String xml)
throws Exception
xml -
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||