|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.html.XmlTransformerService
public abstract class XmlTransformerService
This class provides methods to transform XML documents using XSLT.
Constructor Summary | |
---|---|
protected |
XmlTransformerService()
Constructor |
Method Summary | |
---|---|
static java.lang.String |
transformBySource(java.lang.String strXml,
byte[] baSource,
java.util.Map params)
This method performes XSL transformation. |
static java.lang.String |
transformBySource(java.lang.String strXml,
byte[] baSource,
java.util.Map params,
java.util.Properties outputProperties)
This method performes XSL transformation. |
static java.lang.String |
transformBySource(java.lang.String strXml,
javax.xml.transform.Source sourceStyleSheet,
java.util.Map params,
java.util.Properties outputProperties)
This method performes XSL transformation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected XmlTransformerService()
Method Detail |
---|
public static java.lang.String transformBySource(java.lang.String strXml, byte[] baSource, java.util.Map params)
strXml
- The XML document contentbaSource
- The XSL sourceparams
- Parameters that can be used by the XSL stylesheet
public static java.lang.String transformBySource(java.lang.String strXml, byte[] baSource, java.util.Map params, java.util.Properties outputProperties)
strXml
- The XML document contentbaSource
- The XSL sourceparams
- Parameters that can be used by the XSL stylesheetoutputProperties
- properties to use for the xsl transform. Will overload the xsl output definition.
public static java.lang.String transformBySource(java.lang.String strXml, javax.xml.transform.Source sourceStyleSheet, java.util.Map params, java.util.Properties outputProperties)
strXml
- The XML document contentsourceStyleSheet
- The XSL sourceparams
- Parameters that can be used by the XSL stylesheetoutputProperties
- properties to use for the xsl transform. Will overload the xsl output definition.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |