ElemEnd

io.dylemma.spac.xml.XmlEvent.ElemEnd
See theElemEnd companion object
trait ElemEnd extends XmlEvent

Attributes

Companion
object
Graph
Supertypes
trait XmlEvent
trait HasLocation
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def qName[N : AsQName]: N

Concrete methods

override def asElemEnd: Option[ElemEnd]

Attributes

Definition Classes
def name: String
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def asElemStart: Option[ElemStart]

Attributes

Inherited from:
XmlEvent
def asText: Option[Text]

Attributes

Inherited from:
XmlEvent
def location: ContextLocation

Attributes

Inherited from:
HasLocation