| 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 |
|---|---|
PropertyTextUnitPlaceholder.PlaceholderAccessType |
PropertyTextUnitPlaceholder.getAccessType()
Get the placeholder
PropertyTextUnitPlaceholder.PlaceholderAccessType. |
static PropertyTextUnitPlaceholder.PlaceholderAccessType |
PropertyTextUnitPlaceholder.PlaceholderAccessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyTextUnitPlaceholder.PlaceholderAccessType[] |
PropertyTextUnitPlaceholder.PlaceholderAccessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyTextUnitPlaceholder.setAccessType(PropertyTextUnitPlaceholder.PlaceholderAccessType accessType)
|
| Constructor and Description |
|---|
PropertyTextUnitPlaceholder(PropertyTextUnitPlaceholder.PlaceholderAccessType accessType,
String name,
String value)
Constructor for
Property only. |
PropertyTextUnitPlaceholder(PropertyTextUnitPlaceholder.PlaceholderAccessType accessType,
String name,
String value,
int valueStartPos,
int valueEndPos)
Constructor for
Property and ITextUnit without a main
offsets. |
PropertyTextUnitPlaceholder(PropertyTextUnitPlaceholder.PlaceholderAccessType accessType,
String name,
String value,
int mainStartPos,
int mainEndPos,
int valueStartPos,
int valueEndPos)
Constructor for
Property and ITextUnit that are delimited
by formatting (i.e., name="value"). |
| 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 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.