Uses of Class
net.sf.okapi.lib.xliff2.core.MTag
-
Packages that use MTag Package Description net.sf.okapi.filters.xliff2 net.sf.okapi.filters.xliff2.util net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document.net.sf.okapi.lib.xliff2.its Classes to read, write and manipulate ITS data categories.net.sf.okapi.lib.xliff2.renderer -
-
Uses of MTag in net.sf.okapi.filters.xliff2
Methods in net.sf.okapi.filters.xliff2 with parameters of type MTag Modifier and Type Method Description protected GenericAnnotationsX2ToOkpConverter. convertMtagToAnnotations(MTag mtag) -
Uses of MTag in net.sf.okapi.filters.xliff2.util
Methods in net.sf.okapi.filters.xliff2.util with parameters of type MTag Modifier and Type Method Description static voidPropertiesMapper. setCodeProperties(Code okapiCode, MTag xliff2Mtag)Transfers properties from the Okapi Core Code Tag to the XLIFF Toolkit Code Tagstatic voidPropertiesMapper. setCodeProperties(MTag xliff2Mtag, Code okapiCode) -
Uses of MTag in net.sf.okapi.lib.xliff2.core
Methods in net.sf.okapi.lib.xliff2.core that return MTag Modifier and Type Method Description MTagFragment. closeMarkerSpan(String id)Appends a tag to close the marker of a given id.MTagAnnotatedSpan. getMarker()Gets theMTagobject associated with this span.MTagFragment. getMTag(CharSequence ctext, int pos)Gets theMTagfor a given reference in a coded text.MTagTags. getMTag(int key)Gets theMTagfor a given key.MTagTags. getMTag(CharSequence ctext, int pos)Gets theMTagfor a given reference in a coded text.MTagTags. getOpeningMTag(String id)Gets the openingMTagfor a given id.MTagFragment. getOrCreateMarker(int start, int end, String matchingType, String typeForNew)Get or create an annotation marker for a given span of content.MTagFragment. openMarkerSpan(String id, String type)Appends a tag opening a new marker span.Methods in net.sf.okapi.lib.xliff2.core with parameters of type MTag Modifier and Type Method Description intFragment. annotate(int start, int end, MTag opening)Annotates a span of content in this fragment.Constructors in net.sf.okapi.lib.xliff2.core with parameters of type MTag Constructor Description AnnotatedSpan(MTag marker, Part startPart, int start)Creates a newAnnotatedSpanobject.MTag(MTag opposite)Creates a new opening or closing tag for a marker.MTag(MTag original, MTag opposite)Copy constructor. -
Uses of MTag in net.sf.okapi.lib.xliff2.its
Subclasses of MTag in net.sf.okapi.lib.xliff2.its Modifier and Type Class Description classTermTagImplements the XLIFF term annotation and the ITS Terminology data category.Methods in net.sf.okapi.lib.xliff2.its that return MTag Modifier and Type Method Description static MTagITSWriter. annotate(Fragment fragment, int start, int end, IITSItem item, String matchingType)Tries to reuse an existing annotation to add an ITS item.Constructors in net.sf.okapi.lib.xliff2.its with parameters of type MTag Constructor Description TermTag(MTag tag, String type, AnnotatorsRef ar)Creates a new openingTermTagobject from an existing marker tag. -
Uses of MTag in net.sf.okapi.lib.xliff2.renderer
Methods in net.sf.okapi.lib.xliff2.renderer that return MTag Modifier and Type Method Description MTagIFragmentObject. getMTag()Gets theMTagof this object, if the object is of that typeMTagXLIFFFragmentObject. getMTag()
-