XmlEvent

io.dylemma.spac.xml.XmlEvent
See theXmlEvent companion trait
object XmlEvent

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
XmlEvent.type

Members list

Type members

Classlikes

object ElemEnd

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
ElemEnd.type
trait ElemEnd extends XmlEvent

Attributes

Companion
object
Supertypes
trait XmlEvent
trait HasLocation
class Object
trait Matchable
class Any
object ElemStart

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
ElemStart.type
trait ElemStart extends XmlEvent

Attributes

Companion
object
Supertypes
trait XmlEvent
trait HasLocation
class Object
trait Matchable
class Any
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

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ShowableQName

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object Text

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Text.type
trait Text extends XmlEvent

Attributes

Companion
object
Supertypes
trait XmlEvent
trait HasLocation
class Object
trait Matchable
class Any

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.

Attributes