Class XLIFFToolAnnotation

  • All Implemented Interfaces:
    Cloneable, IAnnotation

    public class XLIFFToolAnnotation
    extends Object
    implements IAnnotation
    Annotation containing the set of %lt;tool> elements in an XLIFF %lt;file>%lt;header>. Should be attached to a StartSubDocument Event.
    • Constructor Detail

      • XLIFFToolAnnotation

        public XLIFFToolAnnotation()
    • Method Detail

      • updateToolProperty

        public void updateToolProperty​(StartSubDocument startSubDoc)
        Synchronize the value of the tool property on the StartSubDocument event with the XML representation of this annotation.
        Parameters:
        startSubDoc - the StartSubDocument event
      • toXML

        public String toXML()