Package org.jabylon.properties.xliff
Class XliffReader
- java.lang.Object
-
- org.jabylon.properties.xliff.XliffReader
-
- All Implemented Interfaces:
XliffXMLConstants
public final class XliffReader extends Object implements XliffXMLConstants
- Author:
- c.samulski (2016-02-08)
-
-
Field Summary
-
Fields inherited from interface org.jabylon.properties.xliff.XliffXMLConstants
ATT_DATATYPE, ATT_ID, ATT_ORIGINAL, ATT_SOURCE_LANGUAGE, ATT_TARGET_LANGUAGE, ATT_VERSION, ATT_XMLNS, TAG_BODY, TAG_FILE, TAG_MRK, TAG_SOURCE, TAG_TARGET, TAG_TRANS_UNIT, TAG_XLIFF
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PropertyWrapperread(InputStream in, String encoding)Converts the incoming XLIFF document into aPropertyFilePOJO.
-
-
-
Method Detail
-
read
public static final PropertyWrapper read(InputStream in, String encoding) throws IOException, SAXException
Converts the incoming XLIFF document into aPropertyFilePOJO.- Throws:
IOExceptionSAXException
-
-