
com.github.fluentxml4j.query.XPathConfigurer Maven / Gradle / Ivy
package com.github.fluentxml4j.query;
import javax.xml.namespace.NamespaceContext;
import javax.xml.xpath.XPath;
public interface XPathConfigurer
{
XPath getXPath(NamespaceContext namespaceContext);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy