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

com.github.fluentxml4j.xpath.XPathConfigurer Maven / Gradle / Ivy

The newest version!
package com.github.fluentxml4j.xpath;

import javax.xml.xpath.XPath;

public interface XPathConfigurer
{
	XPath getXPath(ImmutableNamespaceContext namespaceContext);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy