Package

eu.cdevreeze.xpathparser

common

Permalink

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.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. common
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class EName(namespaceUriOption: Option[String], localPart: String) extends Immutable with Product with Serializable

    Permalink

    Expanded name.

    Expanded name. See the EName type in the yaidom project.

  2. final case class PrefixedName(prefix: String, localPart: String) extends QName with Product with Serializable

    Permalink
  3. sealed trait QName extends Immutable with Serializable

    Permalink

    See the QName type in the yaidom project.

  4. final case class UnprefixedName(localPart: String) extends QName with Product with Serializable

    Permalink

Value Members

  1. object EName extends Serializable

    Permalink
  2. object QName extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped