UnprefixedName

final case class UnprefixedName(localPart: String) extends QName
trait Product
trait Equals
trait QName
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def prefixOption: Option[String]
Definition Classes
override def toString: String

The String representation as it appears in XML, that is, the localPart

The String representation as it appears in XML, that is, the localPart

Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product