org.kuali.rice.ken.util
Class ContentTransformer
java.lang.Object
org.kuali.rice.ken.util.ContentTransformer
public class ContentTransformer
- extends Object
This class handles XSLT transformations.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
private static final org.apache.log4j.Logger LOG
transformer
private Transformer transformer
ContentTransformer
public ContentTransformer(StreamSource aStyleSheet)
throws Exception
- Constructs a ContentTransformer.java.
- Parameters:
aStyleSheet
-
- Throws:
Exception
ContentTransformer
public ContentTransformer(StreamSource aStyleSheet,
HashMap parametermap)
throws Exception
- Constructs a ContentTransformer.java.
- Parameters:
aStyleSheet
- parametermap
-
- Throws:
Exception
transform
public String transform(String xml)
throws Exception
- This method performs the actual transformation.
- Parameters:
xml
-
- Returns:
-
- Throws:
Exception
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.