| Package | Description |
|---|---|
| net.sf.okapi.common.filters |
Interfaces and base classes to implement filters
|
| Modifier and Type | Method and Description |
|---|---|
int |
PropertyTextUnitPlaceholder.compareTo(PropertyTextUnitPlaceholder aThat)
Compare two
PropertyTextUnitPlaceholders. |
| Modifier and Type | Method and Description |
|---|---|
void |
EventBuilder.addToTextUnit(Code code,
boolean endCodeNow,
List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)
|
void |
EventBuilder.addToTextUnit(Code code,
boolean endCodeNow,
LocaleId locale,
List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)
|
Ending |
EventBuilder.endGroup(GenericSkeleton endMarker,
LocaleId locale,
List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)
|
ITextUnit |
EventBuilder.endTextUnit(GenericSkeleton endMarker,
LocaleId locale,
List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)
|
void |
EventBuilder.startDocumentPart(String part,
String name,
List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)
Create a
DocumentPart that references actionable (i.e., translatable, localizable) properties and store
it for later processing. |
void |
EventBuilder.startDocumentPart(String part,
String name,
LocaleId locale,
List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)
Create a
DocumentPart that references actionable (i.e., translatable, localizable) properties and store
it for later processing. |
StartGroup |
EventBuilder.startGroup(GenericSkeleton startMarker,
String commonTagType,
LocaleId locale,
List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)
Create a
StartGroup Event and add it to the event queue. |
void |
EventBuilder.startTextUnit(GenericSkeleton startMarker,
List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)
Start a complex
TextUnit with actionable (translatable, writable or read-only) attributes. |
void |
EventBuilder.startTextUnit(String text,
GenericSkeleton startMarker,
List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)
Start a complex
TextUnit with actionable (translatable, writable or read-only) attributes. |
void |
EventBuilder.startTextUnit(String text,
GenericSkeleton startMarker,
LocaleId locale,
List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)
Start a complex
TextUnit with actionable (translatable, writable or read-only) attributes. |
Copyright © 2021. All rights reserved.