Class JadiceXmlResolver


  • public class JadiceXmlResolver
    extends java.lang.Object
    Author:
    rbo
    • Constructor Detail

      • JadiceXmlResolver

        public JadiceXmlResolver()
    • Method Detail

      • convertXmlToIni

        public java.lang.String convertXmlToIni​(byte[] xmlAnnotations)
                                         throws javax.xml.bind.JAXBException,
                                                org.xml.sax.SAXException
        Converts the annotations in XML format to INI format.
        Parameters:
        xmlAnnotations - annotations in XML format
        Returns:
        annotations in INI format
        Throws:
        org.xml.sax.SAXException - parsing xmlAnnotations failed
        javax.xml.bind.JAXBException - parsing xmlAnnotations failed
      • appendCustomPart

        public static java.lang.String appendCustomPart​(java.lang.String ini)