EName

object EName
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def apply(namespaceUri: String, localPart: String): EName

Creates an EName from a namespaceUri and a localPart

Creates an EName from a namespaceUri and a localPart

def apply(s: String): EName

Shorthand for parse(s)

Shorthand for parse(s)

def parse(s: String): EName

Parses a String into an EName. The String (after trimming) must conform to the toString format of an EName.

Parses a String into an EName. The String (after trimming) must conform to the toString format of an EName.