/Css2Xpath

PHP CSS to XPATH parser

Primary LanguagePHPThe UnlicenseUnlicense

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"]