Uses of Interface
net.sf.okapi.lib.xliff2.core.IWithNotes
-
Packages that use IWithNotes Package Description net.sf.okapi.filters.xliff2.util net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document.net.sf.okapi.lib.xliff2.reader Classes to read and validate an XLIFF document. -
-
Uses of IWithNotes in net.sf.okapi.filters.xliff2.util
Methods in net.sf.okapi.filters.xliff2.util with parameters of type IWithNotes Modifier and Type Method Description static voidNotesMapper. setAnnotations(IWithNotes sourceXliffNotesHolder, IWithAnnotations targetAnnotationsHolder)Takes notes from XLIFF 2.0 and stores them as Okapi Core Annotationsstatic voidNotesMapper. setNotes(IWithAnnotations sourceAnnotationsHolder, IWithNotes targetXliffNotesHolder)Takes annotations from Okapi Core and stores them as XLIFF 2.0 notes -
Uses of IWithNotes in net.sf.okapi.lib.xliff2.core
Classes in net.sf.okapi.lib.xliff2.core that implement IWithNotes Modifier and Type Class Description classMidFileDataImplements theIWithExtElementsandIWithNotesinterfaces.classStartGroupDataRepresents the information associated with the start of a group.classUnitRepresents the XLIFF<unit>element. -
Uses of IWithNotes in net.sf.okapi.lib.xliff2.reader
Methods in net.sf.okapi.lib.xliff2.reader with parameters of type IWithNotes Modifier and Type Method Description static NoteURIContext. searchNotes(IWithNotes parent, String id)Searches anIWithNotesobject for a note with a given id.
-