Locked History Actions

Fixups

Fixup

The Fixup element is a child element of a Block, Number, Blob, or String. Fixups are typically used to apply pre-Transformer modifications to an element, such as compute a CRC.

<Block name="HelloWorld">
  <Number name="CRC" size="32" signed="true" endian="little">
     <Fixup class="checksums.Crc32Fixup">
        <Param name="ref" value="Data"/>
     </Fixup>
  </Number>
  <Blob name="Data"/>
</Block>

Attributes:

  • class -- Name of fixup class to use

Valid Child-Elements:

Existing Fixups: