Package tigase.pubsub.modules
Class XsltTool
- java.lang.Object
-
- tigase.pubsub.modules.XsltTool
-
@Bean(name="xslTransformer", parent=PubSubComponent.class, active=true) public class XsltTool extends Object
-
-
Constructor Summary
Constructors Constructor Description XsltTool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<tigase.xml.Element>transform(tigase.xml.Element item, AbstractNodeConfig nodeConfig)
-
-
-
Method Detail
-
transform
public List<tigase.xml.Element> transform(tigase.xml.Element item, AbstractNodeConfig nodeConfig) throws TransformerException, IOException
- Throws:
TransformerExceptionIOException
-
-