Trait/Object

scales.xml

PrefixedQName

Related Docs: object PrefixedQName | package xml

Permalink

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

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

Linear Supertypes
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
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val local: String

    Permalink
    Definition Classes
    CanHavePrefix
  2. abstract val namespace: Namespace

    Permalink

    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]

    Permalink
    Definition Classes
    CanHavePrefix

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink

    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
  4. final def ==(arg0: Any): Boolean

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

    Permalink

    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
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

    Permalink

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def getLeft: PrefixedQName

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

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

    Permalink
    Definition Classes
    QName
  17. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  19. final def isLeft: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def pqName: String

    Permalink

    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
  26. def qName: String

    Permalink

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

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

    Definition Classes
    QName
  27. def qNameVersion: XmlVersion

    Permalink

    When the version is 1.1 it cannot be serialized to a 1.0 doc.

    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
  28. def qualifiedName: String

    Permalink

    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
  29. final def right: RightLikeProjection[NoNamespaceQName]

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

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

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

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

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

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

    Permalink
    Definition Classes
    CanHavePrefix

Inherited from CanHavePrefix

Inherited from QName

Inherited from AnyRef

Inherited from Any

Ungrouped