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

io.legaldocml.xpath.XPathFactory Maven / Gradle / Ivy

package io.legaldocml.xpath;

import io.legaldocml.xpath.impl.XPathFactoryImpl;

public abstract class XPathFactory {

    public static XPathFactory newInstance() {
        return XPathFactoryImpl.INSTANCE;
    }

    public abstract XPath newXPath();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy