Common classes for expanded names and qualified names. Copied from the yaidom project, with permission.
Conversion from and to the yaidom counterparts is trivial, for example through the string representation.
Linear Supertypes
AnyRef, Any
Ordering
Alphabetic
By Inheritance
Inherited
common
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
final case classEName(namespaceUriOption: Option[String], localPart: String) extends Immutable with Product with Serializable
Expanded name.
Expanded name. See the EName type in the yaidom project.
final case classPrefixedName(prefix: String, localPart: String) extends QName with Product with Serializable
sealed traitQName extends Immutable with Serializable
See the QName type in the yaidom project.
final case classUnprefixedName(localPart: String) extends QName with Product with Serializable
Common classes for expanded names and qualified names. Copied from the yaidom project, with permission. Conversion from and to the yaidom counterparts is trivial, for example through the string representation.