Uses of Class
net.sf.okapi.common.resource.StartGroup
-
Packages that use StartGroup Package Description net.sf.okapi.common Classes commonly used across the whole Okapi Framework.net.sf.okapi.common.annotation Classes to implement and manage annotations.net.sf.okapi.common.filters Interfaces and base classes to implement filtersnet.sf.okapi.common.filterwriter Interfaces and classes to allow the output of a document in its original format.net.sf.okapi.common.resource Interfaces and classes that represent the parsed resources attached to the events sent by a filter.net.sf.okapi.common.skeleton Interfaces and classes for the skeleton objects.net.sf.okapi.filters.xini.rainbowkit net.sf.okapi.filters.xliff net.sf.okapi.filters.xliff2 net.sf.okapi.filters.xliff2.util net.sf.okapi.steps.rainbowkit.xliff -
-
Uses of StartGroup in net.sf.okapi.common
Methods in net.sf.okapi.common that return StartGroup Modifier and Type Method Description StartGroupEvent. getStartGroup()Convenience method returns theIResourceas aStartGroup. -
Uses of StartGroup in net.sf.okapi.common.annotation
Methods in net.sf.okapi.common.annotation with parameters of type StartGroup Modifier and Type Method Description static voidITSProvenanceAnnotations. addAnnotations(StartGroup group, ITSProvenanceAnnotations newSet) -
Uses of StartGroup in net.sf.okapi.common.filters
Methods in net.sf.okapi.common.filters that return StartGroup Modifier and Type Method Description StartGroupEventBuilder. peekMostRecentGroup()Peek at the most recently createdStartGrouporStartSubfilter.StartGroupEventBuilder. startGroup(GenericSkeleton startMarker, String commonTagType)Create aStartGroupEventand add it to the event queue.StartGroupEventBuilder. startGroup(GenericSkeleton startMarker, String commonTagType, LocaleId locale, List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)Create aStartGroupEventand add it to the event queue.Methods in net.sf.okapi.common.filters with parameters of type StartGroup Modifier and Type Method Description StringSubFilterSkeletonWriter. processStartGroup(StartGroup resource) -
Uses of StartGroup in net.sf.okapi.common.filterwriter
Methods in net.sf.okapi.common.filterwriter with parameters of type StartGroup Modifier and Type Method Description protected voidGenericFilterWriter. processStartGroup(StartGroup resource)voidXLIFFWriter. writeStartGroup(StartGroup resource)Writes the start of a <group> element. -
Uses of StartGroup in net.sf.okapi.common.resource
Subclasses of StartGroup in net.sf.okapi.common.resource Modifier and Type Class Description classStartSubfilter -
Uses of StartGroup in net.sf.okapi.common.skeleton
Methods in net.sf.okapi.common.skeleton that return StartGroup Modifier and Type Method Description StartGroupStorageList. getStartGroup()Methods in net.sf.okapi.common.skeleton with parameters of type StartGroup Modifier and Type Method Description protected StringGenericSkeletonWriter. _processStartGroup(StartGroup resource)StringGenericSkeletonWriter. processStartGroup(StartGroup resource)StringISkeletonWriter. processStartGroup(StartGroup resource)Processes the START_GROUP event.Constructors in net.sf.okapi.common.skeleton with parameters of type StartGroup Constructor Description StorageList(StartGroup startGroup)Creates a new StorageList object with w StartGroup. -
Uses of StartGroup in net.sf.okapi.filters.xini.rainbowkit
Methods in net.sf.okapi.filters.xini.rainbowkit with parameters of type StartGroup Modifier and Type Method Description voidFilterEventToXiniTransformer. pushGroupToStack(StartGroup startGroup)Pushes aStartGroupto the groups stack. -
Uses of StartGroup in net.sf.okapi.filters.xliff
Methods in net.sf.okapi.filters.xliff with parameters of type StartGroup Modifier and Type Method Description StringXLIFFSkeletonWriter. processStartGroup(StartGroup resource) -
Uses of StartGroup in net.sf.okapi.filters.xliff2
Methods in net.sf.okapi.filters.xliff2 that return StartGroup Modifier and Type Method Description StartGroupX2ToOkpConverter. convert(StartGroupData sgd, String parentId) -
Uses of StartGroup in net.sf.okapi.filters.xliff2.util
Methods in net.sf.okapi.filters.xliff2.util with parameters of type StartGroup Modifier and Type Method Description static voidPropertiesMapper. setGroupProperties(StartGroup okapiStartGroup, StartGroupData xliffStartGroupData)Transfers properties from the Okapi Core Start Group to the XLIFF 2.0 Start Group Datastatic voidPropertiesMapper. setGroupProperties(StartGroupData xliffStartGroupData, StartGroup okapiStartGroup)Transfers properties from the XLIFF 2.0 Start Group Data to the Okapi Core Start Group -
Uses of StartGroup in net.sf.okapi.steps.rainbowkit.xliff
Methods in net.sf.okapi.steps.rainbowkit.xliff with parameters of type StartGroup Modifier and Type Method Description protected StartGroupDataXLIFF2PackageWriter. toXLIFF2StartGroupData(StartGroup sg)Convert XLIFF 1.2 based Okapi StartGroup to XLIFF 2.0 based StartGroupData.
-