case class EvElemStart(pre: String, label: String, attrs: MetaData, scope: NamespaceBinding) extends XMLEvent with Product with Serializable
An Element's start tag was encountered.
- pre
prefix, if any, on the element. This is the
xs
in<xs:string>foo</xs:string>
.- label
the name of the element, not including the prefix
- attrs
any attributes on the element
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EvElemStart
- Serializable
- Serializable
- Product
- Equals
- XMLEvent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
EvElemStart(pre: String, label: String, attrs: MetaData, scope: NamespaceBinding)
- pre
prefix, if any, on the element. This is the
xs
in<xs:string>foo</xs:string>
.- label
the name of the element, not including the prefix
- attrs
any attributes on the element