package common
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.
- Alphabetic
- By Inheritance
- common
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
final
case class
EName
(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 class PrefixedName (prefix: String, localPart: String) extends QName with Product with Serializable
-
sealed
trait
QName
extends Immutable with Serializable
See the QName type in the yaidom project.
- final case class UnprefixedName (localPart: String) extends QName with Product with Serializable