Searched refs:rootNamespace (Results 1 – 1 of 1) sorted by relevance
105 …t(?ClassMetadata $metadata = null, ?string $rootName = null, ?string $rootNamespace = null, ?strin… argument110 … $rootNamespace = $metadata->xmlRootNamespace ?: $this->getClassDefaultNamespace($metadata);113 $rootNamespace = $rootNamespace ?: $this->defaultRootNamespace;118 if ($rootNamespace) {119 …$rootNode = $document->createElementNS($rootNamespace, (null !== $rootPrefix ? ($rootPrefix . ':')…