Trait

scales.xml.xpath

AttributeAxis

Related Doc: package xpath

Permalink

trait AttributeAxis extends Axis

The * and @ must be swapped otherwise its an annotation

Linear Supertypes
Axis, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AttributeAxis
  2. Axis
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type T <: Iterable[xml.XmlPath]

    Permalink
    Definition Classes
    Axis

Abstract Value Members

  1. abstract val cbf: CanBuildFrom[T, xml.XmlPath, T]

    Permalink
    Definition Classes
    Axis
  2. abstract def empty: Iterable[xml.XmlPath]

    Permalink
    Definition Classes
    Axis
  3. implicit abstract val helper: BuilderHelper[xml.XmlPath, T]

    Permalink
  4. abstract def just(only: xml.XmlPath): Iterable[xml.XmlPath]

    Permalink
    Definition Classes
    Axis
  5. abstract def newThis(xpathInfo: XPathInfo): XPath[T]

    Permalink
    Definition Classes
    Axis
  6. abstract val path: XPathInfo

    Permalink
    Definition Classes
    Axis

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 *:@(local: String): AttributePaths[T]

    Permalink

    Only matches local name

  4. def *@(qname: UnprefixedQName): AttributePaths[T]

    Permalink

    Loose match for UnprefixedQNames only, only matches local and namespace

  5. def *@(attrQName: xml.AttributeQName): AttributePaths[T]

    Permalink

    Special case for AttributeQNames, only local and namespace match

  6. def *@(pred: (AttributePath) ⇒ Boolean): AttributePaths[T]

    Permalink

    Search for all immediate attributes with a matching predicate (allows localName only searches for example)

  7. def *@: AttributePaths[T]

    Permalink

    All immediate attributes

  8. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. final def ===(textValue: ⇒ String): XPath[T]

    Permalink

    simple test for string equality

    simple test for string equality

    Definition Classes
    Axis
  10. def \: XPath[T]

    Permalink

    simply forwards the current context, element\item specific versions exist that step downwards in document order

    simply forwards the current context, element\item specific versions exist that step downwards in document order

    Definition Classes
    Axis
  11. def \*:@(local: String): AttributePaths[T]

    Permalink
  12. def \+: XPath[T]

    Permalink

    all children unpacked, normal xpath requires the context in E1/E2, which hugely complicates things, so \ is this, \+ is \ in the case where unpacking is needed which just leaves \* varieties for elements.

    all children unpacked, normal xpath requires the context in E1/E2, which hugely complicates things, so \ is this, \+ is \ in the case where unpacking is needed which just leaves \* varieties for elements.

    Definition Classes
    Axis
  13. def \@(qname: UnprefixedQName): AttributePaths[T]

    Permalink

    Loose match for UnprefixedQNames only, only matches local and namespace

  14. def \@(attrQName: xml.AttributeQName): AttributePaths[T]

    Permalink

    Special case for AttributeQNames, only local and namespace match

  15. def \@(pred: (AttributePath) ⇒ Boolean): AttributePaths[T]

    Permalink
  16. def \@: AttributePaths[T]

    Permalink
  17. def \\: XPath[T]

    Permalink

    All descendants, uses XPathInfo eager to choose an implementation

    All descendants, uses XPathInfo eager to choose an implementation

    Definition Classes
    Axis
  18. def \\@(qname: UnprefixedQName): AttributePaths[T]

    Permalink

    Loose match for UnprefixedQNames only, only matches local and namespace

  19. def \\@(attrQName: xml.AttributeQName): AttributePaths[T]

    Permalink

    Special case for AttributeQNames, only local and namespace match

  20. def \\@(pred: (AttributePath) ⇒ Boolean): AttributePaths[T]

    Permalink
  21. def \\@: AttributePaths[T]

    Permalink
  22. def \^: XPath[T]

    Permalink

    Parents of these paths

    Parents of these paths

    Definition Classes
    Axis
  23. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def filter(pred: (xml.XmlPath) ⇒ Boolean): XPath[T]

    Permalink

    filter through the current matches

    filter through the current matches

    Definition Classes
    Axis
  28. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  31. def i_*@: Iterable[AttributePath]

    Permalink
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. def last_<(n: ⇒ Int): XPath[T]

    Permalink

    Equivalent to [last() < n]

    Equivalent to [last() < n]

    Definition Classes
    Axis
  34. def last_==(n: ⇒ Int): XPath[T]

    Permalink

    Equivalent to [last() = n]

    Equivalent to [last() = n]

    Definition Classes
    Axis
  35. def last_>(n: ⇒ Int): XPath[T]

    Permalink

    Equivalent to [last() > n]

    Equivalent to [last() > n]

    Definition Classes
    Axis
  36. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  39. def pos(pos: ⇒ Int): XPath[T]

    Permalink

    1 index based, per spec, but unsure if it should be

    1 index based, per spec, but unsure if it should be

    Definition Classes
    Axis
  40. def pos_<(pos: ⇒ Int): XPath[T]

    Permalink

    Equivalent to [position() < pos]

    Equivalent to [position() < pos]

    Definition Classes
    Axis
  41. def pos_==(p: ⇒ Int): XPath[T]

    Permalink
    Definition Classes
    Axis
  42. def pos_>(pos: ⇒ Int): XPath[T]

    Permalink

    Equivalent to [position() > pos]

    Equivalent to [position() > pos]

    Definition Classes
    Axis
  43. def pos_eq_last: XPath[T]

    Permalink

    Equivalent to position() = last()

    Equivalent to position() = last()

    Definition Classes
    Axis
  44. def process(newNodes: Iterable[Iterable[xml.XmlPath]], info: XPathInfo = path): XPath[T]

    Permalink
    Definition Classes
    Axis
  45. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def xfilter(f: (Iterable[xml.XmlPath]) ⇒ Boolean): XPath[T]

    Permalink
    Definition Classes
    Axis
  51. final def xflatMap(f: (Iterable[xml.XmlPath]) ⇒ Iterable[Iterable[xml.XmlPath]]): XPath[T]

    Permalink

    x prefixed to avoid disturbing the use of an xpath as an iterable

    x prefixed to avoid disturbing the use of an xpath as an iterable

    Definition Classes
    Axis
  52. final def xlast(onN: (Int) ⇒ Boolean): XPath[T]

    Permalink
    Attributes
    protected
    Definition Classes
    Axis
  53. final def xmap(f: (Iterable[xml.XmlPath]) ⇒ Iterable[xml.XmlPath]): XPath[T]

    Permalink
    Definition Classes
    Axis

Inherited from Axis

Inherited from AnyRef

Inherited from Any

Ungrouped