| Package | Description |
|---|---|
| net.sf.okapi.common.filters |
Interfaces and base classes to implement filters
|
| net.sf.okapi.filters.abstractmarkup | |
| net.sf.okapi.filters.html |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
protected PropertyTextUnitPlaceholder |
AbstractMarkupFilter.createPropertyTextUnitPlaceholder(PropertyTextUnitPlaceholder.PlaceholderAccessType type,
String name,
String value,
net.htmlparser.jericho.Tag tag,
net.htmlparser.jericho.Attribute attribute)
|
| Modifier and Type | Method and Description |
|---|---|
protected List<PropertyTextUnitPlaceholder> |
AbstractMarkupFilter.createPropertyTextUnitPlaceholders(net.htmlparser.jericho.StartTag startTag)
For the given Jericho
StartTag parse out all the actionable attributes and and store them as
PropertyTextUnitPlaceholder. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractMarkupFilter.addToTextUnit(Code code,
boolean endCodeNow,
List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders) |
protected void |
AbstractMarkupFilter.startDocumentPart(String part,
String name,
List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders) |
protected void |
AbstractMarkupFilter.startGroup(GenericSkeleton startMarker,
String commonTagType,
LocaleId locale,
List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders) |
protected void |
AbstractMarkupFilter.startTextUnit(GenericSkeleton startMarker,
List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders) |
| Modifier and Type | Method and Description |
|---|---|
protected PropertyTextUnitPlaceholder |
HtmlFilter.createPropertyTextUnitPlaceholder(PropertyTextUnitPlaceholder.PlaceholderAccessType type,
String name,
String value,
net.htmlparser.jericho.Tag tag,
net.htmlparser.jericho.Attribute attribute) |
Copyright © 2022. All rights reserved.