Class XSLTMappingResource
- java.lang.Object
-
- org.wso2.carbon.mediator.datamapper.engine.core.mapper.XSLTMappingResource
-
public class XSLTMappingResource extends Object
This class contains required resources for the xslt transformation
-
-
Constructor Summary
Constructors Constructor Description XSLTMappingResource(String content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Return name of the root element of the input xmlMap<String,String>
getRunTimeProperties()
Return run time properties included in the xslt stylesheetboolean
isXsltCompatible()
Indicate whether xslt transformation is possible or not
-
-
-
Constructor Detail
-
XSLTMappingResource
public XSLTMappingResource(String content) throws SAXException, IOException, ParserConfigurationException
-
-
Method Detail
-
getName
public String getName()
Return name of the root element of the input xml- Returns:
- name of the root element of the input xml
-
getRunTimeProperties
public Map<String,String> getRunTimeProperties()
Return run time properties included in the xslt stylesheet- Returns:
- runtime properties
-
isXsltCompatible
public boolean isXsltCompatible()
Indicate whether xslt transformation is possible or not- Returns:
- whether xslt transformation is possible or not
-
-