Package net.sf.okapi.filters.xliff2
Class Xliff2Skeleton
- java.lang.Object
-
- net.sf.okapi.filters.xliff2.Xliff2Skeleton
-
-
Constructor Summary
Constructors Constructor Description Xliff2Skeleton(Skeleton skeleton)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ISkeletonclone()Clones this skeleton object.IResourcegetParent()Gets the parent resource of this skeleton.voidsetParent(IResource parent)Sets a parent of this skeleton object.
-
-
-
Constructor Detail
-
Xliff2Skeleton
public Xliff2Skeleton(Skeleton skeleton)
-
-
Method Detail
-
clone
public ISkeleton clone()
Description copied from interface:ISkeletonClones this skeleton object.
-
setParent
public void setParent(IResource parent)
Description copied from interface:ISkeletonSets a parent of this skeleton object. The parent is the resource that attaches this skeleton with SetSkeleton(). Normally the IResorce implementations set themselves as a parent for the skeleton.
-
-