Uses of Class
net.sf.okapi.lib.xliff2.core.Unit
-
Packages that use Unit Package Description net.sf.okapi.filters.xliff2 net.sf.okapi.filters.xliff2.util net.sf.okapi.lib.xliff2 Classes shared across the library.net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document.net.sf.okapi.lib.xliff2.document Classes to hold in memory a complete parsed XLIFF document.net.sf.okapi.lib.xliff2.its Classes to read, write and manipulate ITS data categories.net.sf.okapi.lib.xliff2.reader Classes to read and validate an XLIFF document.net.sf.okapi.lib.xliff2.validation Classes to read, write and manipulate the elements and attributes of the Validation module.net.sf.okapi.lib.xliff2.writer Classes to write a new XLIFF document or re-write an existing one.net.sf.okapi.steps.rainbowkit.xliff -
-
Uses of Unit in net.sf.okapi.filters.xliff2
Methods in net.sf.okapi.filters.xliff2 with parameters of type Unit Modifier and Type Method Description ITextUnitX2ToOkpConverter. convert(Unit unit) -
Uses of Unit in net.sf.okapi.filters.xliff2.util
Methods in net.sf.okapi.filters.xliff2.util with parameters of type Unit Modifier and Type Method Description static voidPropertiesMapper. setTextUnitProperties(ITextUnit okapiTextUnit, Unit xliffTextUnit)Transfers properties from the Okapi Core TextUnit to the XLIFF Toolkit TextUnitstatic voidPropertiesMapper. setTextUnitProperties(Unit unit, ITextUnit tu)Transfers properties from the XLIFF Toolkit TextUnit to the Okapi Core TextUnit -
Uses of Unit in net.sf.okapi.lib.xliff2
Methods in net.sf.okapi.lib.xliff2 with parameters of type Unit Modifier and Type Method Description static voidUtil. validateCopyOf(Unit unit)Verifies the copyOf attributes in a given unit. -
Uses of Unit in net.sf.okapi.lib.xliff2.core
Constructors in net.sf.okapi.lib.xliff2.core with parameters of type Unit Constructor Description Unit(Unit original)Copy constructor. -
Uses of Unit in net.sf.okapi.lib.xliff2.document
Methods in net.sf.okapi.lib.xliff2.document that return Unit Modifier and Type Method Description UnitUnitNode. get()Gets theUnitassociated with this unit node.Methods in net.sf.okapi.lib.xliff2.document that return types with arguments of type Unit Modifier and Type Method Description List<Unit>XLIFFDocument. getUnits()Gets a list of all the units in this document.Constructors in net.sf.okapi.lib.xliff2.document with parameters of type Unit Constructor Description UnitNode(Unit data) -
Uses of Unit in net.sf.okapi.lib.xliff2.its
Methods in net.sf.okapi.lib.xliff2.its with parameters of type Unit Modifier and Type Method Description StringITSWriter. outputStandOffElements(String indent, String lb, Unit unit)Outputs any stand-off elements used in the markers for the given unit. -
Uses of Unit in net.sf.okapi.lib.xliff2.reader
Methods in net.sf.okapi.lib.xliff2.reader that return Unit Modifier and Type Method Description UnitEvent. getUnit()Methods in net.sf.okapi.lib.xliff2.reader with parameters of type Unit Modifier and Type Method Description static ObjectURIContext. searchData(Unit unit, String dataId)Searches an original data object in a given unit.static ObjectURIContext. searchInlineSource(Unit unit, String id)Searches a source inline code, segment or ignorable in a unit.static ObjectURIContext. searchInlineTarget(Unit unit, String id)Searches a target inline code in a unit.static ObjectURIContext. searchUnit(Unit unit, AbstractMap.SimpleEntry<String,List<String>> extensionInfo)Searches recursively aUnitobject for a module or an extension object with a given id. -
Uses of Unit in net.sf.okapi.lib.xliff2.validation
Methods in net.sf.okapi.lib.xliff2.validation with parameters of type Unit Modifier and Type Method Description List<Issue>Validation. processRules(Unit unit, String fileId)Applies the rules of this object on a given unit. -
Uses of Unit in net.sf.okapi.lib.xliff2.writer
Methods in net.sf.okapi.lib.xliff2.writer with parameters of type Unit Modifier and Type Method Description voidXLIFFWriter. writeUnit(Unit unit)Writes a<unit>element. -
Uses of Unit in net.sf.okapi.steps.rainbowkit.xliff
Methods in net.sf.okapi.steps.rainbowkit.xliff that return Unit Modifier and Type Method Description protected UnitXLIFF2PackageWriter. toXLIFF2Unit(ITextUnit tu)protected UnitXLIFF2TerminologyPackageWriter. toXLIFF2Unit(ITextUnit unit)Methods in net.sf.okapi.steps.rainbowkit.xliff with parameters of type Unit Modifier and Type Method Description protected voidXLIFF2TerminologyPackageWriter. addGlossary(Unit xliffUnit, GlossaryAnnotation glossaryAnnotation)Method which converts OKAPI glossary entries to XLIFF format and adds them to XLIFF glossary element.
-