public class XSLTMappingResource extends Object
Constructor and Description |
---|
XSLTMappingResource(String content) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Return name of the root element of the input xml
|
Map<String,String> |
getRunTimeProperties()
Return run time properties included in the xslt stylesheet
|
boolean |
isXsltCompatible()
Indicate whether xslt transformation is possible or not
|
public XSLTMappingResource(String content) throws SAXException, IOException, ParserConfigurationException
public String getName()
public Map<String,String> getRunTimeProperties()
public boolean isXsltCompatible()
Copyright © 2021 WSO2. All rights reserved.