org.yangcentral.yangkit.xpath.YangLocationPath Maven / Gradle / Ivy
The newest version!
package org.yangcentral.yangkit.xpath;
import org.jaxen.expr.LocationPath;
public interface YangLocationPath extends LocationPath {
}
package org.yangcentral.yangkit.xpath;
import org.jaxen.expr.LocationPath;
public interface YangLocationPath extends LocationPath {
}