All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.leaprnd.deltadom.matching.ElementMatcherFactory Maven / Gradle / Ivy

Go to download

A high performance Java library for finding the differences between two HTML documents

The newest version!
package com.leaprnd.deltadom.matching;

import org.w3c.dom.Element;

class ElementMatcherFactory extends ElementCalculator implements MatcherFactory {
	@Override
	public Matcher newMatcher() {
		return new ElementMatcher(this);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy