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 StartGroup
Event. getStartGroup()
Convenience method returns theIResource
as 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 void
ITSProvenanceAnnotations. 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 StartGroup
EventBuilder. peekMostRecentGroup()
Peek at the most recently createdStartGroup
orStartSubfilter
.StartGroup
EventBuilder. startGroup(GenericSkeleton startMarker, String commonTagType)
Create aStartGroup
Event
and add it to the event queue.StartGroup
EventBuilder. startGroup(GenericSkeleton startMarker, String commonTagType, LocaleId locale, List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)
Create aStartGroup
Event
and add it to the event queue.Methods in net.sf.okapi.common.filters with parameters of type StartGroup Modifier and Type Method Description String
SubFilterSkeletonWriter. 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 void
GenericFilterWriter. processStartGroup(StartGroup resource)
void
XLIFFWriter. 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 class
StartSubfilter
-
Uses of StartGroup in net.sf.okapi.common.skeleton
Methods in net.sf.okapi.common.skeleton that return StartGroup Modifier and Type Method Description StartGroup
StorageList. getStartGroup()
Methods in net.sf.okapi.common.skeleton with parameters of type StartGroup Modifier and Type Method Description protected String
GenericSkeletonWriter. _processStartGroup(StartGroup resource)
String
GenericSkeletonWriter. processStartGroup(StartGroup resource)
String
ISkeletonWriter. 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 void
FilterEventToXiniTransformer. pushGroupToStack(StartGroup startGroup)
Pushes aStartGroup
to 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 String
XLIFFSkeletonWriter. 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 StartGroup
X2ToOkpConverter. convert(StartGroupData sgd, String parentId)
Methods in net.sf.okapi.filters.xliff2 with parameters of type StartGroup Modifier and Type Method Description protected void
XLIFF2FilterWriter. processStartGroup(StartGroup startGroup)
List<Event>
OkpToX2Converter. startGroup(StartGroup startGroup)
-
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 void
PropertiesMapper. setGroupProperties(StartGroup okapiStartGroup, StartGroupData xliffStartGroupData)
Transfers properties from the Okapi Core Start Group to the XLIFF 2.0 Start Group Datastatic void
PropertiesMapper. 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 StartGroupData
XLIFF2PackageWriter. toXLIFF2StartGroupData(StartGroup sg)
Convert XLIFF 1.2 based Okapi StartGroup to XLIFF 2.0 based StartGroupData.
-