Class | Description |
---|---|
DiffProcessor |
Class containing the diff, match and patch methods.
|
DiffProcessor.Diff |
Class representing one diff operation.
|
DiffProcessor.LinesToCharsResult |
Internal class for returning results from diff_linesToChars().
|
DocLabelProvider | |
DocStringRepresentation | |
DocTreeContentProvider | |
DocumentProcessor | |
DocumentUpdateProcessor | |
DOMDocumentUpdateProcessor | |
LocationPosition |
That class keeps location (start, end) of the any tag in the string
representation of the document.
|
LocationToTransfer | |
NodeLocation | |
ProcessNewSpecificationVersion | |
ProcessorData | |
SAXDocumentProcessor | |
SAXHeaderProcessor | |
SpanLocation |
That class keeps location (start, end) of the span in the string
representation of the document.
|
Enum | Description |
---|---|
DiffProcessor.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.")}
|