case class EvElemEnd(pre: String, label: String) extends XMLEvent with Product with Serializable
An Element's end 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
- Alphabetic
- By Inheritance
- EvElemEnd
- Serializable
- Serializable
- Product
- Equals
- XMLEvent
- AnyRef
- Any
- Hide All
- Show All
- Public
- All