Home
last modified time | relevance | path

Searched refs:getNodeName (Results 1 – 19 of 19) sorted by relevance

/plugin/scrape/vendor/symfony/css-selector/Node/
DAttributeNode.php79 ? sprintf('%s[%s[%s]]', $this->getNodeName(), $this->selector, $attribute)
80 …: sprintf("%s[%s[%s %s '%s']]", $this->getNodeName(), $this->selector, $attribute, $this->operator…
DNodeInterface.php26 public function getNodeName(): string; function
DAbstractNode.php31 public function getNodeName(): string function in Symfony\\Component\\CssSelector\\Node\\AbstractNode
DClassNode.php55 return sprintf('%s[%s.%s]', $this->getNodeName(), $this->selector, $this->name);
DElementNode.php57 …return sprintf('%s[%s]', $this->getNodeName(), $this->namespace ? $this->namespace.'|'.$element : …
DHashNode.php55 return sprintf('%s[%s#%s]', $this->getNodeName(), $this->selector, $this->id);
DPseudoNode.php55 return sprintf('%s[%s:%s]', $this->getNodeName(), $this->selector, $this->identifier);
DNegationNode.php55 return sprintf('%s[%s:not(%s)]', $this->getNodeName(), $this->selector, $this->subSelector);
DSelectorNode.php55 …return sprintf('%s[%s%s]', $this->getNodeName(), $this->tree, $this->pseudoElement ? '::'.$this->p…
DCombinedSelectorNode.php64 …return sprintf('%s[%s %s %s]', $this->getNodeName(), $this->selector, $combinator, $this->subSelec…
DFunctionNode.php74 …return sprintf('%s[%s:%s(%s)]', $this->getNodeName(), $this->selector, $this->name, $arguments ? '…
/plugin/scrape/vendor/symfony/css-selector/XPath/
DTranslator.php160 if (!isset($this->nodeTranslators[$node->getNodeName()])) {
161 … throw new ExpressionErrorException(sprintf('Node "%s" not supported.', $node->getNodeName()));
164 return $this->nodeTranslators[$node->getNodeName()]($node, $this);
/plugin/jdraw/src/com/mxgraph/examples/swing/
DGraphEditor.java463 if (tc instanceof Element && "template".equals(tc.getNodeName())) { in loadPalette()
493 if (ELEMENT_PALETTE.equals(root.getNodeName())) { in loadPalette()
499 if (child instanceof Element && ELEMENT_PALETTE.equals(child.getNodeName())) { in loadPalette()
/plugin/asciidocjs/node_modules/@asciidoctor/core/types/
Dindex.d.ts2747 getNodeName(): string;
/plugin/asciidocjs/node_modules/asciidoctor/types/
Dindex.d.ts2747 getNodeName(): string;
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.cjs17079 AbstractNode.prototype.getNodeName = function () {
19978 …* if the template name is not specified, the value of the {@see AbstractNode.getNodeName} function.
20322 …en, the transform is often derived from the value of the {AbstractNode#getNodeName} property. (opt…
Dasciidoctor.js18552 AbstractNode.prototype.getNodeName = function () { method in AbstractNode
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js42917 AbstractNode.prototype.getNodeName = function () { method in AbstractNode
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js43169 AbstractNode.prototype.getNodeName = function () { method in AbstractNode