A B C D E F G H I L M N O P R S T U V W X

M

Main - Class in com.topologi.diffx
Utility class to centralise the access to this API from the command line.
main(String[]) - Static method in class com.topologi.diffx.Main
Main entry point from the command line.
makeAttribute(String, String, String) - Method in class com.topologi.diffx.event.impl.EventFactory
Returns the attribute event from the name and value given.
makeAttribute(String, String, String, String) - Method in class com.topologi.diffx.event.impl.EventFactory
Returns the attribute event from the name and value given.
makeCloseElement(OpenElementEvent) - Method in class com.topologi.diffx.event.impl.EventFactory
Returns the close element event from the corresponding open element event.
makeOpenElement(String, String) - Method in class com.topologi.diffx.event.impl.EventFactory
Returns the open element event from the uri and name given.
makeOpenElement(String, String, String) - Method in class com.topologi.diffx.event.impl.EventFactory
Returns the open element event from the uri and names given.
makeXMLReader(ContentHandler) - Static method in class com.topologi.diffx.xml.XMLHelper
Creates a non-validating, non-namespace-aware XMLReader using the specified ContentHandler.
mapPrefix(String, String) - Method in class com.topologi.diffx.sequence.EventSequence
Maps a namespace URI to a prefix.
match(OpenElementEvent) - Method in interface com.topologi.diffx.event.CloseElementEvent
Indicates whether the specified open element event matches this close element event.
match(OpenElementEvent) - Method in class com.topologi.diffx.event.impl.CloseElementEventImpl
Returns true if the open element has the same name.
match(OpenElementEvent) - Method in class com.topologi.diffx.event.impl.CloseElementEventNSImpl
 
matchCurrent(DiffXEvent) - Method in class com.topologi.diffx.algorithm.ElementState
Indicates whether the specified event is a close element that matches the name and URI of the current open element.
Matrix - Interface in com.topologi.diffx.algorithm
A matrix for the computation of the Diff-X path.
MatrixInt - Class in com.topologi.diffx.algorithm
A matrix implementation which backbone is a matrix of integers.
MatrixInt() - Constructor for class com.topologi.diffx.algorithm.MatrixInt
 
MatrixShort - Class in com.topologi.diffx.algorithm
A matrix implementation which backbone is a matrix of short numbers.
MatrixShort() - Constructor for class com.topologi.diffx.algorithm.MatrixShort
 
MultiplexFormatter - Class in com.topologi.diffx.format
A formatter which can relay the method calls to multiple formatters.
MultiplexFormatter() - Constructor for class com.topologi.diffx.format.MultiplexFormatter
Creates a new formatter without any underlying formatters.
MultiplexFormatter(DiffXFormatter) - Constructor for class com.topologi.diffx.format.MultiplexFormatter
Creates a new formatter wrapping the specified formatter.

A B C D E F G H I L M N O P R S T U V W X