Uses of Class
net.sf.okapi.lib.xliff2.core.DataWithExtAttributes
-
Packages that use DataWithExtAttributes 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. -
-
Uses of DataWithExtAttributes in net.sf.okapi.lib.xliff2.changeTracking
Subclasses of DataWithExtAttributes in net.sf.okapi.lib.xliff2.changeTracking Modifier and Type Class Description classItemRepresents the<item>element of the Chang e Tracking module. -
Uses of DataWithExtAttributes in net.sf.okapi.lib.xliff2.core
Subclasses of DataWithExtAttributes in net.sf.okapi.lib.xliff2.core Modifier and Type Class Description classCTagRepresents an opening, closing or standalone tag for an original inline code.classExtElementRepresent an extension (or un-supported module) element.classMTagRepresents an opening or closing tag for an annotation marker.classNoteRepresents a note object.classStartXliffDataRepresents the information associated with an <xliff> element.classTagProvides the common methods for code and marker tags.Constructors in net.sf.okapi.lib.xliff2.core with parameters of type DataWithExtAttributes Constructor Description DataWithExtAttributes(DataWithExtAttributes original)Copy constructor. -
Uses of DataWithExtAttributes in net.sf.okapi.lib.xliff2.glossary
Subclasses of DataWithExtAttributes in net.sf.okapi.lib.xliff2.glossary Modifier and Type Class Description classDefinitionRepresents the <definition> element Glossary module.classTermRepresents the <term> element Glossary module.classTranslationRepresents the <translation> element Glossary module. -
Uses of DataWithExtAttributes in net.sf.okapi.lib.xliff2.its
Subclasses of DataWithExtAttributes in net.sf.okapi.lib.xliff2.its Modifier and Type Class Description classTermTagImplements the XLIFF term annotation and the ITS Terminology data category.
-