Uses of Class
net.sf.okapi.lib.xliff2.core.Tags
-
Packages that use Tags Package Description net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document. -
-
Uses of Tags in net.sf.okapi.lib.xliff2.core
Methods in net.sf.okapi.lib.xliff2.core that return Tags Modifier and Type Method Description TagsPart. getSourceTags()Gets all the source tags for the unit where this part is.TagsStore. getSourceTags()Gets the source tags for this store.TagsFragment. getTags()Gets the source or target tags for the unit where this segment is located.TagsPart. getTargetTags()Gets all the target tags for the unit where this part is.TagsStore. getTargetTags()Gets the target tags for this store.Methods in net.sf.okapi.lib.xliff2.core with parameters of type Tags Modifier and Type Method Description static TagCloneFactory. create(Tag original, Tags destinationTags)Creates a deep-copy clone of a givenTagobject.static voidFragment. printCommonAttributes(CTag code, Tags tags, StringBuilder tmp, CTag closing, boolean outputDataRefEnd)Output the common attributes for a given CTag object.
-