Cleanup

io.dylemma.spac.xml.Fs2DataSource.Cleanup
See theCleanup companion trait
object Cleanup extends Cleanup

Default cleanup function which passes the input stream through namespaceResolver (with default args), then a default referenceResolver, then normalize

Attributes

Companion
trait
Graph
Supertypes
trait Cleanup
class Object
trait Matchable
class Any
Self type
Cleanup.type

Members list

Value members

Concrete methods

def pipe[F[_]](implicit F: MonadError[F, Throwable]): (F, XmlEvent) => XmlEvent