| Package | Description |
|---|---|
| net.sf.okapi.common.resource |
Interfaces and classes that represent the parsed resources attached to the
events sent by a filter.
|
| net.sf.okapi.core.simplifierrules | |
| net.sf.okapi.filters.abstractmarkup | |
| net.sf.okapi.filters.doxygen | |
| net.sf.okapi.filters.html |
| Modifier and Type | Field and Description |
|---|---|
protected TextFragment.TagType |
Code.tagType
Tag type for this code.
|
| Modifier and Type | Method and Description |
|---|---|
TextFragment.TagType |
Code.getTagType()
Gets the tag type of the code.
|
static TextFragment.TagType |
TextFragment.TagType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextFragment.TagType[] |
TextFragment.TagType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Code |
TextFragment.append(TextFragment.TagType tagType,
String type,
InlineAnnotation annotation)
Appends an annotation-type code to this text.
|
Code |
TextFragment.append(TextFragment.TagType tagType,
String type,
String data)
Appends a new code to the text.
|
Code |
TextFragment.append(TextFragment.TagType tagType,
String type,
String data,
int id)
Appends a new code to the text, when the code has a defined identifier.
|
int |
TextFragment.changeToCode(int start,
int end,
TextFragment.TagType tagType,
String type)
Changes a section of the coded text into a single code.
|
int |
TextFragment.changeToCode(int start,
int end,
TextFragment.TagType tagType,
String type,
boolean setDisplayText)
Changes a section of the coded text into a single code.
|
void |
Code.setTagType(TextFragment.TagType value)
Sets the tag type for the code.
|
| Constructor and Description |
|---|
Code(TextFragment.TagType tagType,
String type)
Creates a new code with empty data.
|
Code(TextFragment.TagType tagType,
String type,
String data)
Creates a new code.
|
| Modifier and Type | Method and Description |
|---|---|
TextFragment.TagType |
SimplifierRules.codeTagTypeField() |
TextFragment.TagType |
SimplifierRules.tagTypeLiteral() |
| Modifier and Type | Method and Description |
|---|---|
protected TextFragment.TagType |
AbstractMarkupFilter.determineTagType(net.htmlparser.jericho.Tag tag)
Filter specific method for determining
TextFragment.TagType |
| Modifier and Type | Method and Description |
|---|---|
TextFragment.TagType |
DoxygenCommand.getTagType() |
| Modifier and Type | Method and Description |
|---|---|
protected TextFragment.TagType |
HtmlFilter.determineTagType(net.htmlparser.jericho.Tag tag) |
Copyright © 2022. All rights reserved.