Uses of Class
net.sf.okapi.lib.xliff2.core.Skeleton
-
Packages that use Skeleton Package Description net.sf.okapi.lib.xliff2.document Classes to hold in memory a complete parsed XLIFF document.net.sf.okapi.lib.xliff2.reader Classes to read and validate an XLIFF document.net.sf.okapi.lib.xliff2.writer Classes to write a new XLIFF document or re-write an existing one. -
-
Uses of Skeleton in net.sf.okapi.lib.xliff2.document
Methods in net.sf.okapi.lib.xliff2.document that return Skeleton Modifier and Type Method Description SkeletonFileNode. getSkeletonData()Gets theSkeletonfor this file node.Methods in net.sf.okapi.lib.xliff2.document with parameters of type Skeleton Modifier and Type Method Description voidFileNode. setSkeletonData(Skeleton data)Sets theSkeletonresource for this file node. -
Uses of Skeleton in net.sf.okapi.lib.xliff2.reader
Methods in net.sf.okapi.lib.xliff2.reader that return Skeleton Modifier and Type Method Description SkeletonEvent. getSkeletonData() -
Uses of Skeleton in net.sf.okapi.lib.xliff2.writer
Methods in net.sf.okapi.lib.xliff2.writer with parameters of type Skeleton Modifier and Type Method Description voidXLIFFWriter. writeSkeleton(Skeleton skelData)Writes theelement.
-