Package

scalaxb

Permalink

package scalaxb

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

Type Members

  1. trait AnyElemNameParser extends Parsers

    Permalink
  2. trait AttributeGroupFormat[A] extends XMLFormat[A]

    Permalink
  3. class Base64Binary extends IndexedSeq[Byte]

    Permalink
  4. trait CanReadXML[A] extends AnyRef

    Permalink
  5. trait CanWriteChildNodes[A] extends CanWriteXML[A]

    Permalink
  6. trait CanWriteXML[A] extends AnyRef

    Permalink
  7. trait DataRecord[+A] extends AnyRef

    Permalink
  8. case class ElemName(namespace: Option[String], name: String) extends Product with Serializable

    Permalink
  9. trait ElemNameParser[A] extends AnyElemNameParser with XMLFormat[A] with CanWriteChildNodes[A]

    Permalink
  10. class ElemNameSeqPosition extends Position

    Permalink
  11. class ElemNameSeqReader extends Reader[ElemName]

    Permalink
  12. class HexBinary extends IndexedSeq[Byte]

    Permalink
  13. trait HttpClientsAsync extends AnyRef

    Permalink
  14. class ParserFailure extends RuntimeException

    Permalink
  15. trait Soap11ClientsAsync extends AnyRef

    Permalink
  16. case class Soap11Fault[+A](original: Any, detail: Option[A], headers: NodeSeq) extends Exception with Product with Serializable

    Permalink
  17. trait XMLFormat[A] extends CanWriteXML[A] with CanReadXML[A]

    Permalink
  18. trait XMLStandardTypes extends AnyRef

    Permalink

Value Members

  1. object Base64Binary

    Permalink
  2. object DataRecord extends XMLStandardTypes

    Permalink
  3. object DataTypeFactory extends ThreadLocal[DatatypeFactory]

    Permalink
  4. object ElemName extends Serializable

    Permalink
  5. object Helper

    Permalink
  6. object HexBinary

    Permalink
  7. object XMLCalendar

    Permalink
  8. object XMLStandardTypes extends XMLStandardTypes

    Permalink
  9. def fromScope(scope: NamespaceBinding): List[(Option[String], String)]

    Permalink

    returns

    - maps from prefix to namespace URI.

  10. def fromXML[A](seq: NodeSeq, stack: List[ElemName] = Nil)(implicit format: XMLFormat[A]): A

    Permalink
    Annotations
    @implicitNotFound( ... )
  11. def fromXMLEither[A](seq: NodeSeq, stack: List[ElemName] = Nil)(implicit format: XMLFormat[A]): Either[String, A]

    Permalink
    Annotations
    @implicitNotFound( ... )
  12. def toScope(pairs: (Option[String], String)*): NamespaceBinding

    Permalink

    pairs

    - pairs of (prefix, namespace URI)

  13. def toXML[A](obj: A, elementLabel: String, scope: NamespaceBinding)(implicit format: CanWriteXML[A]): NodeSeq

    Permalink
    Annotations
    @implicitNotFound( ... )
  14. def toXML[A](obj: A, namespace: Option[String], elementLabel: String, scope: NamespaceBinding)(implicit format: CanWriteXML[A]): NodeSeq

    Permalink
    Annotations
    @implicitNotFound( ... )
  15. def toXML[A](obj: A, namespace: Option[String], elementLabel: Option[String], scope: NamespaceBinding, typeAttribute: Boolean = false)(implicit format: CanWriteXML[A]): NodeSeq

    Permalink
    Annotations
    @implicitNotFound( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped