Uses of Interface
net.sf.okapi.lib.xliff2.core.IWithExtElements
-
Packages that use IWithExtElements Package Description net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document.net.sf.okapi.lib.xliff2.glossary Classes to read, write and manipulate the elements and attributes of the Glossary module.net.sf.okapi.lib.xliff2.matches Classes to read, write and manipulate the elements and attributes of the Translation Candidates module.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 IWithExtElements in net.sf.okapi.lib.xliff2.core
Classes in net.sf.okapi.lib.xliff2.core that implement IWithExtElements Modifier and Type Class Description classMidFileDataImplements theIWithExtElementsandIWithNotesinterfaces.classStartGroupDataRepresents the information associated with the start of a group.classUnitRepresents the XLIFF<unit>element. -
Uses of IWithExtElements in net.sf.okapi.lib.xliff2.glossary
Classes in net.sf.okapi.lib.xliff2.glossary that implement IWithExtElements Modifier and Type Class Description classGlossEntryRepresents the <glossEntry> element of the Glossary module. -
Uses of IWithExtElements in net.sf.okapi.lib.xliff2.matches
Classes in net.sf.okapi.lib.xliff2.matches that implement IWithExtElements Modifier and Type Class Description classMatchRepresents the <match> element of the Translation Candidates module. -
Uses of IWithExtElements in net.sf.okapi.lib.xliff2.reader
Methods in net.sf.okapi.lib.xliff2.reader with parameters of type IWithExtElements Modifier and Type Method Description static ObjectURIContext. searchExtensions(IWithExtElements parent, AbstractMap.SimpleEntry<String,List<String>> extensionInfo)Searches recursively anIWithExtElementsobject for an extension object with a given id. -
Uses of IWithExtElements in net.sf.okapi.lib.xliff2.writer
Methods in net.sf.okapi.lib.xliff2.writer with parameters of type IWithExtElements Modifier and Type Method Description StringExtensionsWriter. buildExtElements(IWithExtElements parent, Stack<NSContext> nsStack)Builds the XLIFF output for a given object that has extension objects.
-