Searched refs:getLiteral (Results 1 – 8 of 8) sorted by relevance
49 return \htmlspecialchars($node->getLiteral(), \ENT_NOQUOTES);52 return $node->getLiteral();
37 return $node->getLiteral();
40 return "''%%" . $node->getLiteral() . "%%''";
61 … '[['.$node->firstChild()->getUrl() . '|' . $node->firstChild()->firstChild()->getLiteral() . ']]';63 $headingName = $node->firstChild()->getLiteral();
40 return "\n " . preg_replace("/[\n\r]/", "\n ", $node->getLiteral());
71 $result = $node->getLiteral();
280 public function getLiteral($token) function in Doctrine\\Common\\Lexer\\AbstractLexer
394 $this->syntaxError($this->lexer->getLiteral($token));