XmlInterpolators

fs2.data.xml.`package`.XmlInterpolators
final implicit class XmlInterpolators(val sc: StringContext) extends AnyVal

Attributes

Source
package.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

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.

Attributes

Source
package.scala
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.

Attributes

Source
package.scala

Concrete fields

val sc: StringContext

Attributes

Source
package.scala