Class XLIFFTool


  • public class XLIFFTool
    extends Object
    Annotation representing the %lt;tool> element within an XLIFF %lt;file>%lt;header>. The set of tool elements should be contained within the XLIFFToolAnnotation on a StartSubDocument Event.
    • Constructor Detail

      • XLIFFTool

        public XLIFFTool​(String toolId,
                         String toolName)
    • Method Detail

      • getId

        public String getId()
      • getName

        public String getName()
      • setVersion

        public void setVersion​(String toolVersion)
      • setCompany

        public void setCompany​(String toolCompany)
      • addSkeletonContent

        public void addSkeletonContent​(String text)
      • getSkel

        public String getSkel()
      • getVersion

        public String getVersion()
      • getCompany

        public String getCompany()
      • toXML

        public String toXML()