scales.xml

PrefixedQName

trait PrefixedQName extends QName with CanHavePrefix with LeftLike[PrefixedQName, NoNamespaceQName]

Has both a namespace and a prefix (e.g. <pre:fred xmlns:pre="uri"/>)

Source
QName.scala
Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PrefixedQName
  2. LeftLike
  3. EitherLike
  4. LeftLikeProjection
  5. CanHavePrefix
  6. QName
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val local: String

    Definition Classes
    CanHavePrefix
  2. abstract val namespace: Namespace

    There is always a namespace, but it may be the noNamespace namespace

    There is always a namespace, but it may be the noNamespace namespace

    Definition Classes
    CanHavePrefix
  3. abstract def prefix: Option[String]

    Definition Classes
    CanHavePrefix

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def =:=(other: QName): Boolean

    Will match namespace and local with other but not prefix ==== also does prefix

    Will match namespace and local with other but not prefix ==== also does prefix

    Definition Classes
    QName
  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. def ====(other: QName): Boolean

    Will match namespace and local with other AND prefix if available

    Will match namespace and local with other AND prefix if available

    Definition Classes
    QName
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(other: Any): Boolean

    Matches using =:= and does not work with === or prefixes

    Matches using =:= and does not work with === or prefixes

    Definition Classes
    QName → AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def fold[X](fl: (PrefixedQName) ⇒ X, fr: (NoNamespaceQName) ⇒ X): X

    Definition Classes
    LeftLikeEitherLike
    Annotations
    @inline()
  14. final def get: PrefixedQName

    Definition Classes
    LeftLikeLeftLikeProjection
    Annotations
    @inline()
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. final def getLeft: PrefixedQName

    Definition Classes
    LeftLikeEitherLike
    Annotations
    @inline()
  17. final def getRight: NoNamespaceQName

    Definition Classes
    LeftLikeEitherLike
    Annotations
    @inline()
  18. def hasPrefix: Boolean

    Definition Classes
    QName
  19. def hashCode(): Int

    Definition Classes
    QName → AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. final def isLeft: Boolean

    Definition Classes
    LeftLikeEitherLike
    Annotations
    @inline()
  22. final def isRight: Boolean

    Definition Classes
    LeftLikeEitherLike
    Annotations
    @inline()
  23. final def left: LeftLikeProjection[PrefixedQName]

    Definition Classes
    LeftLikeEitherLike
    Annotations
    @inline()
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def pqName: String

    QName, pre:{namespace}localName JClark representation with prefix: on the front if it has a prefix.

    QName, pre:{namespace}localName JClark representation with prefix: on the front if it has a prefix. CTw's own, for when you just really want that prefix.

    Definition Classes
    QName
  28. def qName: String

    local or prefix:local Namespaces QName, also XPath 2.

    local or prefix:local Namespaces QName, also XPath 2.0 functions version of a qualified name

    Definition Classes
    QName
  29. def qNameVersion: XmlVersion

    When the version is 1.

    When the version is 1.1 it cannot be serialized to a 1.0 doc. This indicates with which version it is compatible

    Definition Classes
    QName
  30. def qualifiedName: String

    QName, {namespace}localName JClark representation, as per everywhere else than w3c

    QName, {namespace}localName JClark representation, as per everywhere else than w3c

    Definition Classes
    QName
  31. final def right: RightLikeProjection[NoNamespaceQName]

    Definition Classes
    LeftLikeEitherLike
    Annotations
    @inline()
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    QName → AnyRef → Any
  34. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def withPrefix(prefix: String)(implicit ver: XmlVersion, fromParser: FromParser): PrefixedQName

    Definition Classes
    CanHavePrefix

Inherited from CanHavePrefix

Inherited from QName

Inherited from AnyRef

Inherited from Any

Ungrouped