Uses of Interface
net.sf.okapi.lib.xliff2.core.IWithInheritedData
-
Packages that use IWithInheritedData Package Description net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document. -
-
Uses of IWithInheritedData in net.sf.okapi.lib.xliff2.core
Classes in net.sf.okapi.lib.xliff2.core that implement IWithInheritedData Modifier and Type Class Description classInheritedDataImplements theIWithInheritedDatainterface.classStartFileDataRepresents the information associated with a file element.classStartGroupDataRepresents the information associated with the start of a group.classUnitRepresents the XLIFF<unit>element.Methods in net.sf.okapi.lib.xliff2.core with parameters of type IWithInheritedData Modifier and Type Method Description voidInheritedData. setInheritableData(IWithInheritedData original)Sets all the data from a given object.voidIWithInheritedData. setInheritableData(IWithInheritedData obj)
-