EvElemStart

case class EvElemStart(pre: String, label: String, attrs: XmlAttrs, scope: NamespaceBinding) extends XMLEvent

An Element's start tag was encountered.

Value parameters:
attrs

any attributes on the element

label

the name of the element, not including the prefix

pre

prefix, if any, on the element. This is the xs in <xs:string>foo</xs:string>.

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