Uses of Class
net.sf.okapi.lib.xliff2.core.StartFileData
-
Packages that use StartFileData Package Description net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document.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 StartFileData in net.sf.okapi.lib.xliff2.core
Constructors in net.sf.okapi.lib.xliff2.core with parameters of type StartFileData Constructor Description Unit(String id, StartFileData startFileData)Creates a newUnitobject with a given id and file context. -
Uses of StartFileData in net.sf.okapi.lib.xliff2.document
Methods in net.sf.okapi.lib.xliff2.document that return StartFileData Modifier and Type Method Description StartFileDataFileNode. getStartData()Gets theStartFileDataobject for this file node.Constructors in net.sf.okapi.lib.xliff2.document with parameters of type StartFileData Constructor Description FileNode(StartFileData data)Creates a newFileNodeobject with a givenStartFileDataresource. -
Uses of StartFileData in net.sf.okapi.lib.xliff2.reader
Methods in net.sf.okapi.lib.xliff2.reader that return StartFileData Modifier and Type Method Description StartFileDataEvent. getStartFileData() -
Uses of StartFileData in net.sf.okapi.lib.xliff2.writer
Methods in net.sf.okapi.lib.xliff2.writer with parameters of type StartFileData Modifier and Type Method Description voidXLIFFWriter. setStartFileData(StartFileData startFileData)Sets theStartFileDataobject to use for the nextXLIFFWriter.writeStartFile(StartFileData)call.voidXLIFFWriter. writeStartFile(StartFileData newFileData)Writes the start of a <file> element.
-