public class XSLTTransform extends Object
| Constructor and Description |
|---|
XSLTTransform() |
| Modifier and Type | Method and Description |
|---|---|
TransformerHandler |
getContentHandler()
Get the content handler of the transform, this method can also be used to
test if the transform is valid.
|
void |
setXslt(InputSource xsltresource)
Set the xslt resource.
|
public void setXslt(InputSource xsltresource) throws Exception
xsltresource - an Input Source to the XSLTExceptionpublic TransformerHandler getContentHandler() throws Exception
ExceptionCopyright © 2003–2016 Sakai Project. All rights reserved.