class AttribNode implements NodeInterface
AttribNode represents a "selector[namespace|attrib operator value]" node.
This component is a port of the Python lxml library,
which is copyright Infrae and distributed under the BSD license.
Methods
|
__construct(NodeInterface $selector, string $namespace, string $attrib, string $operator, string $value)
Constructor. |
||
| string |
__toString()
Returns a string representation of the object. |
|
| XPathExpr | toXpath() |
Details
at line 42
public
__construct(NodeInterface $selector, string $namespace, string $attrib, string $operator, string $value)
Constructor.
at line 54
public string
__toString()
Returns a string representation of the object.