Lines Matching refs:currentMetadata
41 private $currentMetadata; variable in JMS\\Serializer\\XmlDeserializationVisitor
155 if (null !== $this->currentMetadata && $this->currentMetadata->xmlKeyValuePairs) {
172 …$entryName = null !== $this->currentMetadata && $this->currentMetadata->xmlEntryName ? $this->curr…
173 …$namespace = null !== $this->currentMetadata && $this->currentMetadata->xmlEntryNamespace ? $this-…
212 if (null === $this->currentMetadata) {
222 if (!isset($attrs[$this->currentMetadata->xmlKeyAttribute])) {
223 …e key attribute "%s" must be set for each entry of the map.', $this->currentMetadata->xmlKeyAttrib…
226 … $k = $this->navigator->accept($attrs[$this->currentMetadata->xmlKeyAttribute], $keyType);
366 $this->metadataStack->push($this->currentMetadata);
367 $this->currentMetadata = $metadata;
375 return $this->currentMetadata;
383 return $this->currentMetadata = $this->metadataStack->pop();