Text

trait Text extends XmlEvent
Companion:
object
trait XmlEvent
trait HasLocation
class Object
trait Matchable
class Any

Value members

Abstract methods

def isWhitespace: Boolean
def value: String

Concrete methods

override def asText: Option[Text]
Definition Classes
override def toString: String
Definition Classes
Any

Inherited methods

def asElemEnd: Option[ElemEnd]
Inherited from:
XmlEvent
def asElemStart: Option[ElemStart]
Inherited from:
XmlEvent
def location: ContextLocation
Inherited from:
HasLocation