CombinedSelectorNode::getSubSelector()

NodeInterface getSubSelector() Return Value NodeInterface

CombinedSelectorNode::getSpecificity()

Specificity getSpecificity() Returns node's specificity. Return Value Specificity

CombinedSelectorNode::getSelector()

NodeInterface getSelector() Return Value NodeInterface

CombinedSelectorNode::getCombinator()

string getCombinator() Return Value string

CombinedSelectorNode

class CombinedSelectorNode extends AbstractNode Represents a combined 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() from AbstractNode __construct(NodeInterface $selector, string $combinator, NodeInterface $subSelector) NodeInterface getSelector() string getCombinator() NodeInterface getSubSelector() Specificity getSpecificity() Returns n

CombinationExtension::translateIndirectAdjacent()

XPathExpr translateIndirectAdjacent(XPathExpr $xpath, XPathExpr $combinedXpath) Parameters XPathExpr $xpath XPathExpr $combinedXpath Return Value XPathExpr

CombinationExtension::translateDirectAdjacent()

XPathExpr translateDirectAdjacent(XPathExpr $xpath, XPathExpr $combinedXpath) Parameters XPathExpr $xpath XPathExpr $combinedXpath Return Value XPathExpr

CombinationExtension::translateDescendant()

XPathExpr translateDescendant(XPathExpr $xpath, XPathExpr $combinedXpath) Parameters XPathExpr $xpath XPathExpr $combinedXpath Return Value XPathExpr

CombinationExtension::translateChild()

XPathExpr translateChild(XPathExpr $xpath, XPathExpr $combinedXpath) Parameters XPathExpr $xpath XPathExpr $combinedXpath Return Value XPathExpr

CombinationExtension::getName()

string getName() Returns extension name. Return Value string