Package net.sf.okapi.filters.openxml
Class BlockSkeleton
- java.lang.Object
-
- net.sf.okapi.filters.openxml.BlockSkeleton
-
-
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.
-
-
-
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.
-
-