Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlSerializationVisitor.php105 …ull, ?string $rootName = null, ?string $rootNamespace = null, ?string $rootPrefix = null): \DOMEle… argument
108 $rootPrefix = $metadata->xmlRootPrefix;
114 $rootPrefix = $rootPrefix ?: $this->defaultRootPrefix;
119 …ootNode = $document->createElementNS($rootNamespace, (null !== $rootPrefix ? ($rootPrefix . ':') :…