public function render( WCStyle $style, $endSeparator = '' ) {
		if ( $this->locatorObject ) {
			return $this->prefix . $this->locatorObject->render( $this->extendSuffix( $endSeparator ) );
		} else {
			return $this->prefix . $style->segmentMissing . $this->extendSuffix( $endSeparator );
		}
	}