XmlInterpolators

final implicit class XmlInterpolators(val sc: StringContext) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def rawxml(args: Any*): Stream[Fallible, XmlEvent]

Creates a stream of XML token, keeping the comments.

Creates a stream of XML token, keeping the comments.

def xml(args: Any*): Stream[Fallible, XmlEvent]

Creates a stream of XML token, dropping the comments.

Creates a stream of XML token, dropping the comments.

Concrete fields

val sc: StringContext