rohm1 / Css2Xpath

PHP CSS to XPATH parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Css2Xpath

##CSS Selectors##

  • E
  • E F
  • E > F
  • .class
  • #id
  • :first-child
  • :last-child
  • :nth-child
  • :not()
  • [attribute]
  • [attribute="value"]
  • [attribute^="value"]
  • [attribute$="value"]
  • [attribute*="value"]
  • [attribute|="value"]
  • [attribute~="value"]
  • [attribute!="value"]

About

PHP CSS to XPATH parser

License:The Unlicense


Languages

Language:PHP 100.0%