package common
Common classes for expanded names and qualified names. Copied (and "trimmed") 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
- Protected
Type Members
- final case class EName(namespaceUriOption: Option[String], localPart: String) extends Product with Serializable
Expanded name, containing a local part and optional namespace name.
Expanded name, containing a local part and optional namespace 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 Serializable
Lexical qualified name.
Lexical qualified name. See the QName type in the yaidom project.
- final case class UnprefixedName(localPart: String) extends QName with Product with Serializable
Value Members
- object EName extends Serializable
- object QName extends Serializable