Lines Matching refs:null

80         ?string $defaultRootNamespace = null,
81 ?string $defaultRootPrefix = null
87 $this->currentNode = null;
105 …Root(?ClassMetadata $metadata = null, ?string $rootName = null, ?string $rootNamespace = null, ?st…
107 if (null !== $metadata && !empty($metadata->xmlRootName)) {
119 …$rootNode = $document->createElementNS($rootNamespace, (null !== $rootPrefix ? ($rootPrefix . ':')…
144 $doCData = null !== $this->currentMetadata ? $this->currentMetadata->xmlElementCData : true;
187 if (null === $this->currentNode) {
191 …$entryName = null !== $this->currentMetadata && null !== $this->currentMetadata->xmlEntryName ? $t…
192 …uteName = null !== $this->currentMetadata && null !== $this->currentMetadata->xmlKeyAttribute ? $t…
193 …space = null !== $this->currentMetadata && null !== $this->currentMetadata->xmlEntryNamespace ? $t…
197 …$tagName = null !== $this->currentMetadata && $this->currentMetadata->xmlKeyValuePairs && $this->i…
203 if (null !== $keyAttributeName) {
208 if (null !== $node = $this->navigator->accept($v, $elType)) {
226 if (null === $this->currentNode) {
283 $node = $this->navigator->accept($value, null);
297 $namespace = null !== $metadata->xmlNamespace
309 if (null !== $node = $this->navigator->accept($v, $metadata->type)) {
325 …if ($this->isElementEmpty($element) && (null === $v || $this->isSkippableCollection($metadata) || …
340 return null === $node && !$metadata->xmlCollection && $metadata->skipWhenEmpty;
363 if (null === $this->document->documentElement) {
396 if (null === $this->document) {