com.github.fluentxml4j.xpath.XPathConfigurer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fluentxml4j Show documentation
Show all versions of fluentxml4j Show documentation
A fluent API for XML querying.
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