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

Members list

Concise view

Type members

Classlikes

case class Comment(comment: String) extends XmlEvent

Attributes

Source:
XmlEvent.scala
Graph
Supertypes
trait Product
trait Equals
trait XmlEvent
class Object
trait Matchable
class Any
case object EndDocument extends XmlEvent

Attributes

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

Attributes

Source:
XmlEvent.scala
Graph
Supertypes
trait Product
trait Equals
trait XmlEvent
class Object
trait Matchable
class Any
case object StartDocument extends XmlEvent

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source:
XmlEvent.scala
Graph
Supertypes
trait Product
trait Equals
trait XmlTexty
trait XmlEvent
class Object
trait Matchable
class Any
sealed trait XmlTexty extends XmlEvent

Attributes

Source:
XmlEvent.scala
Graph
Supertypes
trait XmlEvent
class Object
trait Matchable
class Any
Known subtypes

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

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