org.http4s

scalaxml

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait ElemInstances extends AnyRef

Abstract Value Members

  1. abstract def saxFactory: SAXParserFactory

    Attributes
    protected
    Definition Classes
    ElemInstances

Concrete Value Members

  1. implicit val xml: EntityDecoder[Elem]

    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 xmlEnocder(implicit charset: Charset = DefaultCharset): EntityEncoder[Elem]

    Definition Classes
    ElemInstances

Inherited from ElemInstances

Inherited from AnyRef

Inherited from Any

Ungrouped