eu.cdevreeze.xpathparser.common

Type members

Classlikes

final case class EName(namespaceUriOption: Option[String], localPart: String)

Expanded name, containing a local part and optional namespace name. See the EName type in the yaidom project.

Expanded name, containing a local part and optional namespace name. See the EName type in the yaidom project.

Companion
object
object EName
Companion
class
final case class PrefixedName(prefix: String, localPart: String) extends QName
sealed trait QName extends Serializable

Lexical qualified name. See the QName type in the yaidom project.

Lexical qualified name. See the QName type in the yaidom project.

Companion
object
object QName
Companion
class
final case class UnprefixedName(localPart: String) extends QName