
org.openxma.hbmfilemerge.HbmFileMergeConstants Maven / Gradle / Ivy
The newest version!
package org.openxma.hbmfilemerge;
import javax.xml.xpath.XPath;
import javax.xml.xpath.XPathFactory;
class HbmFileMergeConstants {
public static final XPath XPATH = XPathFactory.newInstance().newXPath();
private HbmFileMergeConstants() {
throw new UnsupportedOperationException();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy