public abstract class XliffCommon extends Object
Modifier and Type | Class and Description |
---|---|
static class |
XliffCommon.ValidationType |
Modifier and Type | Field and Description |
---|---|
protected static String |
ATTRI_CONTEXT_TYPE |
protected static String |
ATTRI_DATATYPE |
protected static String |
ATTRI_ID |
protected static String |
ATTRI_NAME |
protected static String |
ATTRI_ORIGINAL |
protected static String |
ATTRI_SOURCE_LANGUAGE |
protected static String |
ATTRI_TARGET_LANGUAGE |
protected static String |
DELIMITER |
protected static String |
ELE_BODY |
protected static String |
ELE_CONTEXT |
protected static String |
ELE_CONTEXT_GROUP |
protected static String |
ELE_FILE |
protected static String |
ELE_SOURCE |
protected static String |
ELE_TARGET |
protected static String |
ELE_TRANS_UNIT |
Constructor and Description |
---|
XliffCommon() |
Modifier and Type | Method and Description |
---|---|
protected static Collection<String> |
getContentElementList() |
static boolean |
legalInsideContent(String localName) |
protected static final String DELIMITER
protected static final String ELE_FILE
protected static final String ELE_TRANS_UNIT
protected static final String ELE_SOURCE
protected static final String ELE_CONTEXT_GROUP
protected static final String ELE_CONTEXT
protected static final String ELE_TARGET
protected static final String ELE_BODY
protected static final String ATTRI_SOURCE_LANGUAGE
protected static final String ATTRI_TARGET_LANGUAGE
protected static final String ATTRI_ID
protected static final String ATTRI_CONTEXT_TYPE
protected static final String ATTRI_NAME
protected static final String ATTRI_DATATYPE
protected static final String ATTRI_ORIGINAL
public static boolean legalInsideContent(String localName)
protected static Collection<String> getContentElementList()
Copyright © 2015 Zanata Project. All rights reserved.