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

Value Members

  1. implicit def xml(implicit parser: SAXParser = XML.parser): EntityDecoder[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.

    parser

    the SAX parser to use to parse the XML

    returns

    an XML element

    Definition Classes
    ElemInstances
  2. implicit def xmlEnocder(implicit charset: Charset = DefaultCharset): EntityEncoder[Elem]

    Permalink
    Definition Classes
    ElemInstances

Inherited from ElemInstances

Inherited from AnyRef

Inherited from Any

Ungrouped