A B D G J M O S X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- after(Document) - Method in interface org.xwiki.diff.xml.XMLDiffFilter
-
Filters the given XML document after the comparison.
B
- before(Document) - Method in interface org.xwiki.diff.xml.XMLDiffFilter
-
Filters the given XML document before the comparison.
D
- diff(String, String, XMLDiffConfiguration) - Method in interface org.xwiki.diff.xml.XMLDiffManager
-
Computes and marks the differences between two XML documents.
- diff(NamedNodeMap, NamedNodeMap, XMLDiffConfiguration) - Method in interface org.xwiki.diff.xml.XMLDiff
-
Computes the difference between two maps of XML nodes.
- diff(NodeList, NodeList, XMLDiffConfiguration) - Method in interface org.xwiki.diff.xml.XMLDiff
-
Computes the difference between two lists of XML nodes.
- diff(Node, Node, XMLDiffConfiguration) - Method in interface org.xwiki.diff.xml.XMLDiff
-
Computes the difference between two XML nodes and their descendants.
G
- getFilters() - Method in interface org.xwiki.diff.xml.XMLDiffConfiguration
- getSimilarityThreshold() - Method in interface org.xwiki.diff.xml.XMLDiffConfiguration
- getSplitterForNodeType(short) - Method in interface org.xwiki.diff.xml.XMLDiffConfiguration
J
- join(List<Object>) - Method in interface org.xwiki.diff.xml.StringSplitter
-
The reverse operation of
StringSplitter.split(String)
.
M
- markDiff(Node, Node, XMLDiffConfiguration) - Method in interface org.xwiki.diff.xml.XMLDiffMarker
-
Computes the differences between two XML fragments rooted in the given nodes and then marks the changes by modifying these nodes and their descendants, depending on the implementation.
O
- org.xwiki.diff.xml - package org.xwiki.diff.xml
S
- split(String) - Method in interface org.xwiki.diff.xml.StringSplitter
-
Splits the given string into a list of objects, which can be characters, words, phrases, etc.
- StringSplitter - Interface in org.xwiki.diff.xml
-
Used to split strings before computing their changes and to re-create the strings after applying patches.
X
- XMLDiff - Interface in org.xwiki.diff.xml
-
Computes the differences between two XML documents.
- XMLDiffConfiguration - Interface in org.xwiki.diff.xml
-
Used to configure the way we compute changes between two XML documents.
- XMLDiffFilter - Interface in org.xwiki.diff.xml
-
Filters the XML documents before and after they are compared.
- XMLDiffManager - Interface in org.xwiki.diff.xml
-
Computes and marks the differences between two XML documents.
- XMLDiffMarker - Interface in org.xwiki.diff.xml
-
Marks the difference between two XML documents.
All Classes All Packages