Uses of Interface
net.sf.okapi.lib.xliff2.core.IWithExtAttributes
-
Packages that use IWithExtAttributes 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.its Classes to read, write and manipulate ITS data categories.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.validation Classes to read, write and manipulate the elements and attributes of the Validation module. -
-
Uses of IWithExtAttributes in net.sf.okapi.lib.xliff2.changeTracking
Classes in net.sf.okapi.lib.xliff2.changeTracking that implement IWithExtAttributes Modifier and Type Class Description classItemRepresents the<item>element of the Chang e Tracking module.classRevisionRepresents the<revision>element of the Chan g e Tracking module.classRevisionsRepresents the<revisions>element of the ChangeTracking module. -
Uses of IWithExtAttributes in net.sf.okapi.lib.xliff2.core
Classes in net.sf.okapi.lib.xliff2.core that implement IWithExtAttributes Modifier and Type Class Description classCTagRepresents an opening, closing or standalone tag for an original inline code.classDataWithExtAttributesImplements theIWithExtAttributesinterface.classExtElementRepresent an extension (or un-supported module) element.classMTagRepresents an opening or closing tag for an annotation marker.classNoteRepresents a note object.classNotesRepresents a list ofNoteobjects.classStartFileDataRepresents the information associated with a file element.classStartGroupDataRepresents the information associated with the start of a group.classStartXliffDataRepresents the information associated with an <xliff> element.classTagProvides the common methods for code and marker tags.classUnitRepresents the XLIFF<unit>element. -
Uses of IWithExtAttributes in net.sf.okapi.lib.xliff2.glossary
Classes in net.sf.okapi.lib.xliff2.glossary that implement IWithExtAttributes Modifier and Type Class Description classDefinitionRepresents the <definition> element Glossary module.classGlossEntryRepresents the <glossEntry> element of the Glossary module.classTermRepresents the <term> element Glossary module.classTranslationRepresents the <translation> element Glossary module. -
Uses of IWithExtAttributes in net.sf.okapi.lib.xliff2.its
Classes in net.sf.okapi.lib.xliff2.its that implement IWithExtAttributes Modifier and Type Class Description classTermTagImplements the XLIFF term annotation and the ITS Terminology data category. -
Uses of IWithExtAttributes in net.sf.okapi.lib.xliff2.matches
Classes in net.sf.okapi.lib.xliff2.matches that implement IWithExtAttributes Modifier and Type Class Description classMatchRepresents the <match> element of the Translation Candidates module. -
Uses of IWithExtAttributes in net.sf.okapi.lib.xliff2.validation
Classes in net.sf.okapi.lib.xliff2.validation that implement IWithExtAttributes Modifier and Type Class Description classRuleRepresents the <rule> element of the Validation module.classValidationRepresents the <validation> element of the Validation module.
-