Text

io.dylemma.spac.xml.XmlEvent.Text
See theText companion object
trait Text extends XmlEvent

Attributes

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

Members list

Value members

Abstract methods

def isWhitespace: Boolean
def value: String

Concrete methods

override def asText: Option[Text]

Attributes

Definition Classes
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def asElemEnd: Option[ElemEnd]

Attributes

Inherited from:
XmlEvent
def asElemStart: Option[ElemStart]

Attributes

Inherited from:
XmlEvent
def location: ContextLocation

Attributes

Inherited from:
HasLocation