Uses of Class
net.sf.okapi.lib.xliff2.core.Tag
-
Packages that use Tag Package Description 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. -
-
Uses of Tag in net.sf.okapi.lib.xliff2.core
Subclasses of Tag in net.sf.okapi.lib.xliff2.core Modifier and Type Class Description classCTagRepresents an opening, closing or standalone tag for an original inline code.classMTagRepresents an opening or closing tag for an annotation marker.Methods in net.sf.okapi.lib.xliff2.core that return Tag Modifier and Type Method Description TagFragment. append(Tag tag)Appends a tag to this fragment.static TagCloneFactory. create(Tag original, Tags destinationTags)Creates a deep-copy clone of a givenTagobject.TagTags. get(int key)TagTags. get(CharSequence ctext, int pos)TagTags. get(String id, TagType tagType)Gets the tag for a given id and tag type.TagFragment. getClosingTag(Tag tag)Gets the closing tag corresponding to a given opening tag within a unit.TagTags. getClosingTag(String id)Gets the closing tag for a given tag ID.TagTags. getClosingTag(Tag openingTag)Gets the closing tag for a given opening tag.TagFragment. getOpeningTag(Tag tag)Gets the opening tag corresponding to a given closing tag within a unit.TagTags. getOpeningTag(String id)Gets the opening tag for a given tag ID.TagTags. getOpeningTag(Tag closingTag)Gets the opening tag for a given closing tag.TagFragment. getTag(int key)Gets the tag for a given key.TagFragment. getTag(CharSequence ctext, int pos)TagStore. getTag(String id)Gets the tag object for a given id.TagStore. getTag(String id, TagType tagType)Gets the tag for a given id and type (from the whole store).TagFragment. getWellFormedClosing(Tag opening, int from)Gets the well-formed closing tag for a given opening one, starting at a given character position.Methods in net.sf.okapi.lib.xliff2.core that return types with arguments of type Tag Modifier and Type Method Description List<Tag>Fragment. getOwnTags()Creates a list of all the source or target tags in this fragment.Map<Tag,Integer>Fragment. getOwnTagsStatus()Creates a map of the opening and closing tags in this fragment and their corresponding status as tag: (0=isolated, 1=not-well-formed or 2=well-formed).Iterator<Tag>Tags. iterator()Methods in net.sf.okapi.lib.xliff2.core with parameters of type Tag Modifier and Type Method Description intTags. add(Tag tag)Adds a tag to this collection.TagFragment. append(Tag tag)Appends a tag to this fragment.static TagCloneFactory. create(Tag original, Tags destinationTags)Creates a deep-copy clone of a givenTagobject.intFragment. getClosingPosition(Tag opening)Gets the closing position of a span of content in this fragment for a given opening tag.TagFragment. getClosingTag(Tag tag)Gets the closing tag corresponding to a given opening tag within a unit.TagTags. getClosingTag(Tag openingTag)Gets the closing tag for a given opening tag.intTags. getKey(Tag tag)Gets the key for a given code or marker.TagFragment. getOpeningTag(Tag tag)Gets the opening tag corresponding to a given closing tag within a unit.TagTags. getOpeningTag(Tag closingTag)Gets the opening tag for a given closing tag.TagFragment. getWellFormedClosing(Tag opening, int from)Gets the well-formed closing tag for a given opening one, starting at a given character position.static voidFragment. printExtAttributes(Tag tag, StringBuilder output, Stack<NSContext> nsStack)FragmentFragment. remove(Tag tag)Removes a tag from this fragment (including if the tag is in a protected content).Constructors in net.sf.okapi.lib.xliff2.core with parameters of type Tag Constructor Description Tag(Tag original)Copy constructor. -
Uses of Tag in net.sf.okapi.lib.xliff2.its
Subclasses of Tag in net.sf.okapi.lib.xliff2.its Modifier and Type Class Description classTermTagImplements the XLIFF term annotation and the ITS Terminology data category.
-