|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Class Summary | |
---|---|
AccentedFilter | Класс для преобразования строк в HTML и обратно |
DiffMatchPatch | Class containing the diff, match and patch methods. |
DiffMatchPatch.Diff | Class representing one diff operation. |
DiffMatchPatch.LinesToCharsResult | Internal class for returning results from diff_linesToChars(). |
DiffMatchPatch.Patch | Class representing one patch operation. |
HTMLEncoder | Класс предназначен для работы с текстом перед его выводом в HTML |
LongStringFixer | Класс для фиксации длинных строк |
MacrosUtil | |
Wiki | Класс для разбора текста и подготовки его вывода в HTML, текст разбирается с учетом специфики ТС |
Enum Summary | |
---|---|
DiffMatchPatch.Operation | The data structure representing a diff is a Linked list of Diff objects: {Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"), Diff(Operation.EQUAL, " world.")} which means: delete "Hello", add "Goodbye" and keep " world." |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |