-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make com.jcabi.matchers.XPathMatcher public #39
Comments
@ilyakharlamov/z this project will fix the problem faster if you donate a few dollars to it; just click here and pay via Stripe, it's very fast, convenient and appreciated; thanks a lot! |
@ilyakharlamov you are welcome to make a pull request |
@ilyakharlamov I made it public in 1.6.0 see 0bea49c |
Job |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If someone wants to match XPath with jcabi-matchers the only way to do that is is via
static XhtmlMatchers.hasXPath()
however, it's static, not OO, not EO.
The jcabi already has a good OO/EO matcher
com.jcabi.matchers.XPathMatcher
, however, it's package-private and cannot be used by any project.This issue is regarding making com.jcabi.matchers.XPathMatcher public.
The text was updated successfully, but these errors were encountered: