Uses of Interface
org.xwiki.diff.xml.XMLDiffConfiguration
-
-
Uses of XMLDiffConfiguration in org.xwiki.diff.xml
Methods in org.xwiki.diff.xml with parameters of type XMLDiffConfiguration Modifier and Type Method Description Map<Node,Patch<?>>XMLDiff. diff(NamedNodeMap left, NamedNodeMap right, XMLDiffConfiguration config)Computes the difference between two maps of XML nodes.Map<Node,Patch<?>>XMLDiff. diff(NodeList left, NodeList right, XMLDiffConfiguration config)Computes the difference between two lists of XML nodes.Map<Node,Patch<?>>XMLDiff. diff(Node left, Node right, XMLDiffConfiguration config)Computes the difference between two XML nodes and their descendants.StringXMLDiffManager. diff(String left, String right, XMLDiffConfiguration config)Computes and marks the differences between two XML documents.booleanXMLDiffMarker. markDiff(Node left, Node right, XMLDiffConfiguration config)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.
-