toString abstract method

  1. @override
String toString([
  1. String prefix
])
override

prints a space prefixed representation of the NodeValue.

@param prefix a prefix (typically a series of spaces @return the string representation

Implementation

@override
String toString([String prefix]);