Packages

p

fs2.data

xml

package xml

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. xml
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def events[F[_], T](includeComments: Boolean)(implicit F: RaiseThrowable[F], T: CharLikeChunks[F, T]): Pipe[F, T, XmlEvent]
  2. def namespaceResolver[F[_]](implicit F: MonadError[F, Throwable]): Pipe[F, XmlEvent, XmlEvent]
  3. def normalize[F[_]]: Pipe[F, XmlEvent, XmlEvent]
  4. def referenceResolver[F[_]](entities: Map[String, String])(implicit F: MonadError[F, Throwable]): Pipe[F, XmlEvent, XmlEvent]
  5. val xmlEntities: Map[String, String]

Deprecated Value Members

  1. def events[F[_], T](implicit F: RaiseThrowable[F], T: CharLikeChunks[F, T]): Pipe[F, T, XmlEvent]
    Annotations
    @deprecated
    Deprecated

    (Since version fs2-data 1.4.0) Use fs2.data.xml.events() instead.

Inherited from AnyRef

Inherited from Any

Ungrouped