Class XPathConverter
Used to convert CSS selectors to XPath queries
public
|
|
protected
|
#
convertAttribute(
Converts a CSS attribute selector to its XPath equivalent and pushes the XPath query string to memory |
protected
|
#
convertPseudo(
Converts a CSS pseudo selector to its XPath equivalent and pushes the XPath query string to memory |
protected
|
#
convertSelector(
Converts a CSS selector to its XPath equivalent and pushes the XPath query string to memory |
protected
|
#
convertElement(
Converts an element (eg a single, non-compound CSS selector) to it's XPath equivalent |
public
string
|
protected
|
$parser
|
|
protected
|
$xpath
|