Home
last modified time | relevance | path

Searched refs:getCurrentNode (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DConstraintViolationHandler.php41 $currentNode = $visitor->getCurrentNode();
63 $parent = $visitor->getCurrentNode();
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/tests/
H A DXmlSchemaDateHandlerSerializationTest.php73 $actual = $ret ? $ret->nodeValue : $this->visitor->getCurrentNode()->nodeValue;
99 $actual = $ret ? $ret->nodeValue : $this->visitor->getCurrentNode()->nodeValue;
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlSerializationVisitor.php384 public function getCurrentNode(): ?\DOMNode function in JMS\\Serializer\\XmlSerializationVisitor