show

object show extends Collector[XmlEvent]

Renders all events using the Show instance and build the result string.

trait Collector[XmlEvent]
class Object
trait Matchable
class Any
show.type

Type members

Types

type Out = String

Value members

Concrete methods

def newBuilder: Builder[XmlEvent, Out]