public final class CSS2XPath extends Object
This class is a facade for the more extensive functionality provided by the
css-selectors
project created by Christer Sandberg. jOOX does
not expose that functionality publicly.
Constructor and Description |
---|
CSS2XPath() |
Modifier and Type | Method and Description |
---|---|
static String |
css2xpath(String css)
Convert a CSS selector expression to an XPath expression
|
static String |
css2xpath(String css,
boolean isRoot)
Convert a CSS selector expression to an XPath expression
|
Copyright © 2015. All Rights Reserved.