class FunctionNode extends AbstractNode

Represents a ":()" node.

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

Methods

string
getNodeName()

No description

__construct(NodeInterface $selector, string $name, array $arguments = array())

No description

getSelector()

No description

string
getName()

No description

Token[]
getArguments()

No description

getSpecificity()

Returns node's specificity.

string
__toString()

Returns node's string representation.

Details

in AbstractNode at line line 34
string getNodeName()

Return Value

string

at line line 48
__construct(NodeInterface $selector, string $name, array $arguments = array())

Parameters

NodeInterface $selector
string $name
array $arguments

at line line 58
NodeInterface getSelector()

Return Value

NodeInterface

at line line 66
string getName()

Return Value

string

at line line 74
Token[] getArguments()

Return Value

Token[]

at line line 82
Specificity getSpecificity()

Returns node's specificity.

Return Value

Specificity

at line line 90
string __toString()

Returns node's string representation.

Return Value

string