Uses of Class
net.sf.okapi.lib.xliff2.core.InheritedData
-
Packages that use InheritedData Package Description net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document.net.sf.okapi.lib.xliff2.its Classes to read, write and manipulate ITS data categories. -
-
Uses of InheritedData in net.sf.okapi.lib.xliff2.core
Subclasses of InheritedData in net.sf.okapi.lib.xliff2.core Modifier and Type Class Description classStartFileDataRepresents the information associated with a file element.classStartGroupDataRepresents the information associated with the start of a group.classUnitRepresents the XLIFF<unit>element.Constructors in net.sf.okapi.lib.xliff2.core with parameters of type InheritedData Constructor Description InheritedData(InheritedData original)Creates a new InheritedData object from an existing one. -
Uses of InheritedData in net.sf.okapi.lib.xliff2.its
Method parameters in net.sf.okapi.lib.xliff2.its with type arguments of type InheritedData Modifier and Type Method Description List<AbstractMap.SimpleEntry<String,AnnotatorsRef>>ITSWriter. createAnnotatorsRefList(Stack<InheritedData> context)
-