parseWithExternalParser( (string) $this->xmlNode->{self::LABEL_TAG_NAME}, true ); $data['value'] = $this->getValueWithDefault( $this->xmlNode ); return $data; } }