Home
last modified time | relevance | path

Searched refs:DOMElement (Results 51 – 59 of 59) sorted by last modified time

123

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1972 * @param DOMElement $expectedElement
1973 * @param DOMElement $actualElement
1977 …public static function assertEqualXMLStructure(DOMElement $expectedElement, DOMElement $actualElem…
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlSerializationVisitor.php105 …, ?string $rootName = null, ?string $rootNamespace = null, ?string $rootPrefix = null): \DOMElement
338 private function isSkippableEmptyObject(?\DOMElement $node, PropertyMetadata $metadata): bool
348 private function isElementEmpty(\DOMElement $element): bool
364 if ($node instanceof \DOMElement) {
451 private function addNamespaceAttributes(ClassMetadata $metadata, \DOMElement $element): void
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php587 * @param DOMElement $expectedElement
588 * @param DOMElement $actualElement
592 function assertEqualXMLStructure(DOMElement $expectedElement, DOMElement $actualElement, $checkAttr…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php24 * @var DOMElement
39 * @var DOMElement[]
74 * @var DOMElement
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DXML.php19 * @var DOMElement
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DXML.php179 * @param DOMElement $element
183 public static function xmlToVariable(DOMElement $element)
192 if (!$entry instanceof DOMElement || $entry->tagName !== 'element') {
219 if ($argument instanceof DOMElement) {
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.button.php34 * @param DOMElement $root pointer to the DOM tree element corresponding to the button.
H A Dbox.checkbutton.php53 * @param DOMElement $root the DOM 'input' element

123