[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/_test/vendor/symfony/css-selector/XPath/ -> XPathExpr.php (summary)

(no description)

File Size: 102 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

XPathExpr:: (8 methods):
  __construct()
  getElement()
  addCondition()
  getCondition()
  addNameTest()
  addStarPrefix()
  join()
  __toString()


Class: XPathExpr  - X-Ref

XPath expression translator interface.

This component is a port of the Python cssselect library,
which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.

__construct(string $path = '', string $element = '*', string $condition = '', bool $starPrefix = false)   X-Ref
No description

getElement()   X-Ref
No description

addCondition(string $condition)   X-Ref
No description

getCondition()   X-Ref
No description

addNameTest()   X-Ref
No description

addStarPrefix()   X-Ref
No description

join(string $combiner, self $expr)   X-Ref
Joins another XPathExpr with a combiner.

return: $this

__toString()   X-Ref
No description