All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.zanata.adapter.xliff.XliffCommon Maven / Gradle / Ivy

There is a newer version: 4.6.2
Show newest version
package org.zanata.adapter.xliff;

public abstract class XliffCommon
{
   protected static final String DELIMITER = "::";

   protected static final String ELE_FILE = "file";
   protected static final String ELE_TRANS_UNIT = "trans-unit";
   protected static final String ELE_SOURCE = "source";
   protected static final String ELE_CONTEXT_GROUP = "context-group";
   protected static final String ELE_CONTEXT = "context";
   protected static final String ELE_TARGET = "target";
   protected static final String ELE_BODY = "body";

   protected static final String ATTRI_SOURCE_LANGUAGE = "source-language";
   protected static final String ATTRI_TARGET_LANGUAGE = "target-language";
   protected static final String ATTRI_ID = "id";
   protected static final String ATTRI_CONTEXT_TYPE = "context-type";
   protected static final String ATTRI_NAME = "name";
   protected static final String ATTRI_DATATYPE = "datatype";
   protected static final String ATTRI_ORIGINAL = "original";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy