XmlEvent

object XmlEvent
Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

object ElemEnd
Companion:
class
trait ElemEnd extends XmlEvent
Companion:
object
object ElemStart
Companion:
class
trait ElemStart extends XmlEvent
Companion:
object
case class ShowableQName(namespaceUri: Option[String], name: String)

Concrete QName type used just for toString implementations on events

Concrete QName type used just for toString implementations on events

Companion:
object
Companion:
class
object Text
Companion:
class
trait Text extends XmlEvent
Companion:
object

Implicits

Implicits

implicit val showDebugXmlEvent: Show[XmlEvent]
implicit val xmlEventStackable: StackLike[XmlEvent, ElemStart]

Interpreter that decides how to treat XmlEvents as ContextPush and ContextPop, and in what order the context changes should occur relative to their trigger events.

Interpreter that decides how to treat XmlEvents as ContextPush and ContextPop, and in what order the context changes should occur relative to their trigger events.