Uses of Class
net.sf.okapi.lib.xliff2.core.StartXliffData
-
Packages that use StartXliffData Package Description net.sf.okapi.lib.xliff2.document Classes to hold in memory a complete parsed XLIFF document.net.sf.okapi.lib.xliff2.its Classes to read, write and manipulate ITS data categories.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 StartXliffData in net.sf.okapi.lib.xliff2.document
Methods in net.sf.okapi.lib.xliff2.document that return StartXliffData Modifier and Type Method Description StartXliffDataXLIFFDocument. getStartXliffData()Gets the document-level data for this document.Constructors in net.sf.okapi.lib.xliff2.document with parameters of type StartXliffData Constructor Description XLIFFDocument(StartXliffData sxd) -
Uses of StartXliffData in net.sf.okapi.lib.xliff2.its
Methods in net.sf.okapi.lib.xliff2.its with parameters of type StartXliffData Modifier and Type Method Description static voidITSWriter. addDeclaration(StartXliffData sxd)Adds the namespaces and version information for supporting ITS mapping in an XLIFF 2 document. -
Uses of StartXliffData in net.sf.okapi.lib.xliff2.reader
Methods in net.sf.okapi.lib.xliff2.reader that return StartXliffData Modifier and Type Method Description StartXliffDataEvent. getStartXliffData() -
Uses of StartXliffData in net.sf.okapi.lib.xliff2.writer
Methods in net.sf.okapi.lib.xliff2.writer with parameters of type StartXliffData Modifier and Type Method Description voidXLIFFWriter. writeStartDocument(StartXliffData docData, String comment)Writes the start of the document (the<xliff>tag).
-