Class XSLTMappingResource


  • public class XSLTMappingResource
    extends Object
    This class contains required resources for the xslt transformation
    • 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