PrefixedName

final case class PrefixedName(prefix: String, 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. For example, <code>xs:schema</code>

The String representation as it appears in XML. For example, <code>xs:schema</code>

Definition Classes
Any

Inherited methods

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