Return pretty-print view of the literal
bool $html Set to true to format the dump using HTML:
string $color The colour of the text:
string
public function dumpValue($html = true, $color = 'black') {
return EasyRdf_Utils::dumpLiteralValue($this, $html, $color);
}