Uses of Interface
net.sf.okapi.lib.xliff2.core.IWithNotes
-
Packages that use IWithNotes Package Description 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.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.
-