Uses of Class
net.sf.okapi.lib.xliff2.core.Part
-
Packages that use Part Package Description net.sf.okapi.filters.xliff2.util net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document. -
-
Uses of Part in net.sf.okapi.filters.xliff2.util
Methods in net.sf.okapi.filters.xliff2.util with parameters of type Part Modifier and Type Method Description static voidPropertiesMapper. setPartProperties(TextPart okapiPart, Part xliffPart)Transfers properties from the Okapi Core TextPart to the XLIFF Toolkit Partstatic voidPropertiesMapper. setPartProperties(Part xliffPart, TextPart okapiPart)Transfers properties from the XLIFF Toolkit Part to the Okapi Core TextPartstatic voidPropertiesMapper. setStateProperty(TextContainer okapiContainer, Part xliffPart) -
Uses of Part in net.sf.okapi.lib.xliff2.core
Subclasses of Part in net.sf.okapi.lib.xliff2.core Modifier and Type Class Description classSegmentRepresents a segment object.Methods in net.sf.okapi.lib.xliff2.core that return Part Modifier and Type Method Description PartUnit. appendIgnorable()Appends an empty ignorable part to this unit.static PartCloneFactory. create(Part original)PartAnnotatedSpan. getEndPart()Gets thePartobject where this span ends.PartUnit. getPart(int partIndex)Gets the part at a given index.PartAnnotatedSpan. getStartPart()Gets thePartobject where this span starts.Methods in net.sf.okapi.lib.xliff2.core that return types with arguments of type Part Modifier and Type Method Description List<Part>Unit. getTargetOrderedParts()Gets the list of the parts for this unit in the order specified for the target content.Iterator<Part>Unit. iterator()Creates a new iterator to loop through the segments and ignorables of this unit.Methods in net.sf.okapi.lib.xliff2.core with parameters of type Part Modifier and Type Method Description static PartCloneFactory. create(Part original)voidAnnotatedSpan. setEndPart(Part endPart)Sets the part/segment where this span ends.Constructors in net.sf.okapi.lib.xliff2.core with parameters of type Part Constructor Description AnnotatedSpan(MTag marker, Part startPart, int start)Creates a newAnnotatedSpanobject.Part(Part original)Copy constructor.
-