Copied!

Represents a ":is(<subSelectorList>)" node.

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

CloneableInstantiable
Properties
public readonly array $arguments
public readonly Symfony\Component\CssSelector\Node\NodeInterface $selector
Methods
public __construct(Symfony\Component\CssSelector\Node\NodeInterface $selector, array $arguments = [])
 
  • param \NodeInterface[] $arguments
public __toString() : string
public Symfony\Component\CssSelector\Node\AbstractNode::getNodeName() : string
public getSpecificity() : Symfony\Component\CssSelector\Node\Specificity
© 2025 Bruce Wells