Uses of Class
net.sf.okapi.lib.xliff2.core.Note
-
Packages that use Note 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 Note in net.sf.okapi.lib.xliff2.core
Methods in net.sf.okapi.lib.xliff2.core that return Note Modifier and Type Method Description NoteFragment. annotateWithNote(int start, int end, String noteContent)Annotates a span of content in this fragment with aNoteobject and add the new note to the container.Methods in net.sf.okapi.lib.xliff2.core with parameters of type Note Modifier and Type Method Description voidIWithNotes. addNote(Note note)Adds a note to the list of notes.voidMidFileData. addNote(Note note)Constructors in net.sf.okapi.lib.xliff2.core with parameters of type Note Constructor Description Note(Note original)Copy constructor. -
Uses of Note in net.sf.okapi.lib.xliff2.reader
Methods in net.sf.okapi.lib.xliff2.reader that return Note Modifier and Type Method Description static NoteURIContext. searchNotes(IWithNotes parent, String id)Searches anIWithNotesobject for a note with a given id.
-