ElemStart

io.dylemma.spac.xml.XmlEvent.ElemStart
See theElemStart companion object
trait ElemStart extends XmlEvent

Attributes

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

Members list

Value members

Abstract methods

def attr[N : AsQName](attributeQName: N): Option[String]
def attrs[N : AsQName]: Iterator[(N, String)]
def qName[N : AsQName]: N

Concrete methods

override def asElemStart: Option[ElemStart]

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 asElemEnd: Option[ElemEnd]

Attributes

Inherited from:
XmlEvent
def asText: Option[Text]

Attributes

Inherited from:
XmlEvent
def location: ContextLocation

Attributes

Inherited from:
HasLocation