org.cip4.jdflib.util.xml
Class XSLTransformHelper
java.lang.Object
org.cip4.jdflib.util.xml.XSLTransformHelper
- All Implemented Interfaces:
- IStreamWriter
public class XSLTransformHelper
- extends Object
- implements IStreamWriter
class that adds some trivial xsl transform routines for KElements
- Author:
- rainer prosi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSLTransformHelper
public XSLTransformHelper(KElement e,
XMLDoc xsl)
- Parameters:
e - xsl -
XSLTransformHelper
public XSLTransformHelper(XMLDoc d,
XMLDoc xsl)
- Parameters:
d - - the document to transform - must not be nullxsl -
getTransformElement
public XMLDoc getTransformElement()
- Returns:
writeStream
public void writeStream(OutputStream stream)
- Description copied from interface:
IStreamWriter
- write myself to a stream
- Specified by:
writeStream in interface IStreamWriter
- Parameters:
stream - the stream to fill
Copyright © 2013. All Rights Reserved.