XmlEvent

fs2.data.xml.XmlEvent$
See theXmlEvent companion trait
object XmlEvent

Attributes

Companion
trait
Source
XmlEvent.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
XmlEvent.type

Members list

Type members

Classlikes

case class Comment(comment: String) extends XmlEvent

Attributes

Source
XmlEvent.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait XmlEvent
class Object
trait Matchable
class Any
Show all
case object EndDocument extends XmlEvent

Attributes

Source
XmlEvent.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait XmlEvent
class Object
trait Matchable
class Any
Show all
Self type
case class EndTag(name: QName) extends XmlEvent

Attributes

Source
XmlEvent.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait XmlEvent
class Object
trait Matchable
class Any
Show all
case object StartDocument extends XmlEvent

Attributes

Source
XmlEvent.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait XmlEvent
class Object
trait Matchable
class Any
Show all
Self type
case class StartTag(name: QName, attributes: List[Attr], isEmpty: Boolean) extends XmlEvent

Attributes

Source
XmlEvent.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait XmlEvent
class Object
trait Matchable
class Any
Show all
case class XmlCharRef(value: Int) extends XmlTexty

Attributes

Source
XmlEvent.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait XmlTexty
trait XmlEvent
class Object
trait Matchable
class Any
Show all
case class XmlDecl(version: String, encoding: Option[String], standalone: Option[Boolean]) extends XmlEvent

Attributes

Source
XmlEvent.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait XmlEvent
class Object
trait Matchable
class Any
Show all
case class XmlDoctype(name: String, docname: String, systemid: Option[String]) extends XmlEvent

Attributes

Source
XmlEvent.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait XmlEvent
class Object
trait Matchable
class Any
Show all
case class XmlEntityRef(name: String) extends XmlTexty

Attributes

Source
XmlEvent.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait XmlTexty
trait XmlEvent
class Object
trait Matchable
class Any
Show all
case class XmlPI(target: String, content: String) extends XmlEvent

Attributes

Source
XmlEvent.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait XmlEvent
class Object
trait Matchable
class Any
Show all
case class XmlString(s: String, isCDATA: Boolean) extends XmlTexty

Attributes

Source
XmlEvent.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait XmlTexty
trait XmlEvent
class Object
trait Matchable
class Any
Show all
sealed trait XmlTexty extends XmlEvent

Attributes

Source
XmlEvent.scala
Supertypes
trait XmlEvent
class Object
trait Matchable
class Any
Known subtypes
class XmlCharRef
class XmlEntityRef
class XmlString

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Implicits

Implicits

implicit val show: Show[XmlEvent]

Attributes

Source
XmlEvent.scala