Uses of Class
net.sf.okapi.lib.xliff2.core.TagType
-
Packages that use TagType Package Description net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document. -
-
Uses of TagType in net.sf.okapi.lib.xliff2.core
Fields in net.sf.okapi.lib.xliff2.core declared as TagType Modifier and Type Field Description protected TagTypeTag. tagTypeMethods in net.sf.okapi.lib.xliff2.core that return TagType Modifier and Type Method Description TagTypeTag. getTagType()Gets theTagTypevalue of this tag.static TagTypeTagType. valueOf(String name)Returns the enum constant of this type with the specified name.static TagType[]TagType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.okapi.lib.xliff2.core with parameters of type TagType Modifier and Type Method Description CTagFragment. append(TagType tagType, String id, String data, boolean canOverlap)Appends a code tag.TagTags. get(String id, TagType tagType)Gets the tag for a given id and tag type.TagStore. getTag(String id, TagType tagType)Gets the tag for a given id and type (from the whole store).CTagFragment. insert(TagType tagType, String type, String id, String data, int offset, boolean connect, boolean allowOrphan)Inserts a code at a given position (including the end) of this fragment.voidMTag. setTagType(TagType markerType)voidTag. setTagType(TagType tagType)Sets theTagTypevalue of this tag.Constructors in net.sf.okapi.lib.xliff2.core with parameters of type TagType Constructor Description CTag(TagType tagType, String id, String data)Creates a new code tag (without any link to another tag).
-