Class XmlCopyUtils

java.lang.Object
io.jmix.reports.yarg.util.docx4j.XmlCopyUtils

public class XmlCopyUtils extends Object
  • Method Details

    • createMarshaller

      public static jakarta.xml.bind.Marshaller createMarshaller(jakarta.xml.bind.JAXBContext context)
    • createUnmarshaller

      public static jakarta.xml.bind.Unmarshaller createUnmarshaller(jakarta.xml.bind.JAXBContext context)
    • copyCell

      public static org.xlsx4j.sml.Cell copyCell(org.xlsx4j.sml.Cell cell, jakarta.xml.bind.Unmarshaller unmarshaller, jakarta.xml.bind.Marshaller marshaller)