Package

org.http4s

scalaxml

Permalink

package scalaxml

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

Type Members

  1. trait ElemInstances extends AnyRef

    Permalink

Abstract Value Members

  1. abstract def saxFactory: SAXParserFactory

    Permalink
    Attributes
    protected
    Definition Classes
    ElemInstances

Concrete Value Members

  1. implicit def xml[F[_]](implicit F: Sync[F]): EntityDecoder[F, Elem]

    Permalink

    Handles a message body as XML.

    Handles a message body as XML.

    TODO Not an ideal implementation. Would be much better with an asynchronous XML parser, such as Aalto.

    returns

    an XML element

    Definition Classes
    ElemInstances
  2. implicit def xmlEncoder[F[_]](implicit arg0: Applicative[F], charset: Charset = DefaultCharset): EntityEncoder[F, Elem]

    Permalink
    Definition Classes
    ElemInstances

Inherited from ElemInstances

Inherited from AnyRef

Inherited from Any

Ungrouped