Package com.bfo.box

Class XmlBox


public class XmlBox extends DataBox
An "xml " box (note the space) contains a single XML object. It is defined in ISO19566-5 section B.5 but is unused in C2PA; all the cool kids use JSON.
Since:
5
  • Constructor Details

    • XmlBox

      public XmlBox()
  • Method Details

    • toString

      public String toString()
      Description copied from class: Box
      Return a String representation of this Box, which will be parseable as JSON
      Overrides:
      toString in class Box