Searched refs:rootNamespace (Results 1 – 2 of 2) 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 . ':')…
69 this.rootNamespace = new RootNamespace();71 this.defaultNamespace = this.rootNamespace;