Uses of Class
net.sf.okapi.lib.xliff2.core.BaseList
-
Packages that use BaseList Package Description net.sf.okapi.lib.xliff2.changeTracking net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document.net.sf.okapi.lib.xliff2.glossary Classes to read, write and manipulate the elements and attributes of the Glossary module.net.sf.okapi.lib.xliff2.matches Classes to read, write and manipulate the elements and attributes of the Translation Candidates module.net.sf.okapi.lib.xliff2.metadata Classes to read, write and manipulate the elements and attributes of the Metadata module.net.sf.okapi.lib.xliff2.validation Classes to read, write and manipulate the elements and attributes of the Validation module. -
-
Uses of BaseList in net.sf.okapi.lib.xliff2.changeTracking
Subclasses of BaseList in net.sf.okapi.lib.xliff2.changeTracking Modifier and Type Class Description classChangeTrackRepresents the<changeTrack>element of the Chan g e Tracking module.classRevisionRepresents the<revision>element of the Chan g e Tracking module.classRevisionsRepresents the<revisions>element of the ChangeTracking module. -
Uses of BaseList in net.sf.okapi.lib.xliff2.core
Subclasses of BaseList in net.sf.okapi.lib.xliff2.core Modifier and Type Class Description classNotesRepresents a list ofNoteobjects.Constructors in net.sf.okapi.lib.xliff2.core with parameters of type BaseList Constructor Description BaseList(BaseList<T> original)Copy constructor. -
Uses of BaseList in net.sf.okapi.lib.xliff2.glossary
Subclasses of BaseList in net.sf.okapi.lib.xliff2.glossary Modifier and Type Class Description classGlossaryRepresents the <glossary> element of the Glossary module. -
Uses of BaseList in net.sf.okapi.lib.xliff2.matches
Subclasses of BaseList in net.sf.okapi.lib.xliff2.matches Modifier and Type Class Description classMatchesRepresents the <matches> element of the Translation Candidates module. -
Uses of BaseList in net.sf.okapi.lib.xliff2.metadata
Subclasses of BaseList in net.sf.okapi.lib.xliff2.metadata Modifier and Type Class Description classMetadataRepresents a list ofIMetadataItemobjects.classMetaGroupRepresents a group ofIMetadataItemobjects. -
Uses of BaseList in net.sf.okapi.lib.xliff2.validation
Subclasses of BaseList in net.sf.okapi.lib.xliff2.validation Modifier and Type Class Description classValidationRepresents the <validation> element of the Validation module.
-