EvText

case class EvText(text: String) extends XMLEvent

A text node was encountered.

Value parameters:
text

the text that was found

trait Serializable
trait Product
trait Equals
trait XMLEvent
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product