scales.xml.xpath

NameFunctions

trait NameFunctions extends AnyRef

Functions providing access to QNames

Source
Functions.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NameFunctions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def hasLocalName[T](localName: String)(implicit name: Names[T]): (T) ⇒ Boolean

    curried to allow direct drop in for predicates, if it is an item then it will return false

  13. def hasNamespace[T](namespaceUri: String)(implicit name: Names[T], d: DIF): (T) ⇒ Boolean

    matches only the namespace

  14. def hasNamespace[T](namespace: Namespace)(implicit name: Names[T]): (T) ⇒ Boolean

    matches only the namespace

  15. def hasQName[T](t: T)(implicit name: Names[T]): Boolean

    Will be true for all values of T except when the resulting QName is "empty".

    Will be true for all values of T except when the resulting QName is "empty".

    If hasQName is false then calling name will throw

  16. def hasQName[T](implicit t: T, name: Names[T], d: DIF): Boolean

    Will be true for all values of T except when the resulting QName is "empty".

    Will be true for all values of T except when the resulting QName is "empty".

    If hasQName is false then calling name will throw

  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def isEquivalent[T](qname: QName)(implicit name: Names[T]): (T) ⇒ Boolean

    Matches on prefix and namespace only

  19. def isExactly[T](qname: QName)(implicit name: Names[T]): (T) ⇒ Boolean

    Does the qname match exactly (prefix included if present)

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def localName[T](t: T)(implicit name: Names[T]): String

    Returns the localName

  22. def localName[T](implicit t: T, name: Names[T], d: DIF): String

    Returns the localName

  23. def name[T](t: T)(implicit iname: Names[T]): QName

    Returns the QName, will throw if the QName is "empty"

  24. def name[T](implicit t: T, name: Names[T], d: DIF): QName

    Returns the QName, will throw if the QName is "empty"

  25. def namespace[T](implicit t: T, name: Names[T], d: DIF): UnderlyingNamespace

    Returns the underlying namespace object

  26. def namespaceUri[T](t: T)(implicit name: Names[T]): String

    XPath namespace-uri function, returns the uri

  27. def namespaceUri[T](implicit t: T, name: Names[T], d: DIF): String

    XPath namespace-uri function, returns the uri

  28. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  31. def pqName[T](t: T)(implicit name: Names[T]): String

    Returns either qualifiedName or prefix:{namespace}local when a prefix is present

  32. def pqName[T](implicit t: T, name: Names[T], d: DIF): String

    Returns either qualifiedName or prefix:{namespace}local when a prefix is present

  33. def qName[T](t: T)(implicit name: Names[T]): String

    Returns the XPath QName - prefix:local or local

  34. def qName[T](implicit t: T, name: Names[T], d: DIF): String

    Returns the XPath QName - prefix:local or local

  35. def qname[T](t: T)(implicit name: Names[T]): String

    Returns the XPath QName - prefix:local or local

  36. def qname[T](implicit t: T, name: Names[T], d: DIF): String

    Returns the XPath QName - prefix:local or local

  37. def qualifiedName[T](t: T)(implicit name: Names[T]): String

    Returns the qualified name {namespace}local

  38. def qualifiedName[T](implicit t: T, name: Names[T], d: DIF): String

    Returns the qualified name {namespace}local

  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped