Packages

c

scales.xml.xpath

Following

class Following extends Iterable[xml.XmlPath]

Iterates over paths using the document order as per the following_:: axis.

Linear Supertypes
Iterable[xml.XmlPath], IterableFactoryDefaults[xml.XmlPath, Iterable], IterableOps[xml.XmlPath, Iterable, Iterable[xml.XmlPath]], IterableOnceOps[xml.XmlPath, Iterable, Iterable[xml.XmlPath]], IterableOnce[xml.XmlPath], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Following
  2. Iterable
  3. IterableFactoryDefaults
  4. IterableOps
  5. IterableOnceOps
  6. IterableOnce
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Following(initial: xml.XmlPath)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ++[B >: xml.XmlPath](suffix: IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def addString(b: StringBuilder): b.type
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  6. final def addString(b: StringBuilder, sep: String): b.type
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  7. def addString(b: StringBuilder, start: String, sep: String, end: String): b.type
    Definition Classes
    IterableOnceOps
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def className: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. final def coll: Following.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  12. def collect[B](pf: PartialFunction[xml.XmlPath, B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  13. def collectFirst[B](pf: PartialFunction[xml.XmlPath, B]): Option[B]
    Definition Classes
    IterableOnceOps
  14. def concat[B >: xml.XmlPath](suffix: IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
  15. def copyToArray[B >: xml.XmlPath](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  16. def copyToArray[B >: xml.XmlPath](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  17. def copyToArray[B >: xml.XmlPath](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  18. def corresponds[B](that: IterableOnce[B])(p: (xml.XmlPath, B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  19. def count(p: (xml.XmlPath) => Boolean): Int
    Definition Classes
    IterableOnceOps
  20. def drop(n: Int): Iterable[xml.XmlPath]
    Definition Classes
    IterableOps → IterableOnceOps
  21. def dropRight(n: Int): Iterable[xml.XmlPath]
    Definition Classes
    IterableOps
  22. def dropWhile(p: (xml.XmlPath) => Boolean): Iterable[xml.XmlPath]
    Definition Classes
    IterableOps → IterableOnceOps
  23. def empty: Iterable[xml.XmlPath]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  26. def exists(p: (xml.XmlPath) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  27. val f: Option[Path[XmlItem, Elem, [T]xml.XCC[T]]]
    Attributes
    protected
  28. def filter(pred: (xml.XmlPath) => Boolean): Iterable[xml.XmlPath]
    Definition Classes
    IterableOps → IterableOnceOps
  29. def filterNot(pred: (xml.XmlPath) => Boolean): Iterable[xml.XmlPath]
    Definition Classes
    IterableOps → IterableOnceOps
  30. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  31. def find(p: (xml.XmlPath) => Boolean): Option[xml.XmlPath]
    Definition Classes
    IterableOnceOps
  32. def flatMap[B](f: (xml.XmlPath) => IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  33. def flatten[B](implicit asIterable: (xml.XmlPath) => IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  34. def fold[A1 >: xml.XmlPath](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  35. def foldLeft[B](z: B)(op: (B, xml.XmlPath) => B): B
    Definition Classes
    IterableOnceOps
  36. def foldRight[B](z: B)(op: (xml.XmlPath, B) => B): B
    Definition Classes
    IterableOnceOps
  37. def forall(p: (xml.XmlPath) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  38. def foreach[U](f: (xml.XmlPath) => U): Unit
    Definition Classes
    IterableOnceOps
  39. def fromSpecific(coll: IterableOnce[xml.XmlPath]): Iterable[xml.XmlPath]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  40. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  41. def groupBy[K](f: (xml.XmlPath) => K): Map[K, Iterable[xml.XmlPath]]
    Definition Classes
    IterableOps
  42. def groupMap[K, B](key: (xml.XmlPath) => K)(f: (xml.XmlPath) => B): Map[K, Iterable[B]]
    Definition Classes
    IterableOps
  43. def groupMapReduce[K, B](key: (xml.XmlPath) => K)(f: (xml.XmlPath) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  44. def grouped(size: Int): Iterator[Iterable[xml.XmlPath]]
    Definition Classes
    IterableOps
  45. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  46. def head: xml.XmlPath
    Definition Classes
    IterableOps
  47. def headOption: Option[xml.XmlPath]
    Definition Classes
    IterableOps
  48. def init: Iterable[xml.XmlPath]
    Definition Classes
    IterableOps
  49. val initial: xml.XmlPath
  50. def inits: Iterator[Iterable[xml.XmlPath]]
    Definition Classes
    IterableOps
  51. def isEmpty: Boolean
    Definition Classes
    IterableOnceOps
  52. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  53. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  54. def iterableFactory: IterableFactory[Iterable]
    Definition Classes
    Iterable → IterableOps
  55. def iterator: Iterator[Path[XmlItem, Elem, xml.XCC]]
    Definition Classes
    Following → IterableOnce
  56. def knownSize: Int
    Definition Classes
    IterableOnce
  57. def last: xml.XmlPath
    Definition Classes
    IterableOps
  58. def lastOption: Option[xml.XmlPath]
    Definition Classes
    IterableOps
  59. def lazyZip[B](that: Iterable[B]): LazyZip2[xml.XmlPath, B, Following.this.type]
    Definition Classes
    Iterable
  60. def map[B](f: (xml.XmlPath) => B): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  61. def max[B >: xml.XmlPath](implicit ord: Ordering[B]): xml.XmlPath
    Definition Classes
    IterableOnceOps
  62. def maxBy[B](f: (xml.XmlPath) => B)(implicit ord: Ordering[B]): xml.XmlPath
    Definition Classes
    IterableOnceOps
  63. def maxByOption[B](f: (xml.XmlPath) => B)(implicit ord: Ordering[B]): Option[xml.XmlPath]
    Definition Classes
    IterableOnceOps
  64. def maxOption[B >: xml.XmlPath](implicit ord: Ordering[B]): Option[xml.XmlPath]
    Definition Classes
    IterableOnceOps
  65. def min[B >: xml.XmlPath](implicit ord: Ordering[B]): xml.XmlPath
    Definition Classes
    IterableOnceOps
  66. def minBy[B](f: (xml.XmlPath) => B)(implicit ord: Ordering[B]): xml.XmlPath
    Definition Classes
    IterableOnceOps
  67. def minByOption[B](f: (xml.XmlPath) => B)(implicit ord: Ordering[B]): Option[xml.XmlPath]
    Definition Classes
    IterableOnceOps
  68. def minOption[B >: xml.XmlPath](implicit ord: Ordering[B]): Option[xml.XmlPath]
    Definition Classes
    IterableOnceOps
  69. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  70. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  71. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  72. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  73. def newSpecificBuilder: Builder[xml.XmlPath, Iterable[xml.XmlPath]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  74. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  75. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  76. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  77. def partition(p: (xml.XmlPath) => Boolean): (Iterable[xml.XmlPath], Iterable[xml.XmlPath])
    Definition Classes
    IterableOps
  78. def partitionMap[A1, A2](f: (xml.XmlPath) => Either[A1, A2]): (Iterable[A1], Iterable[A2])
    Definition Classes
    IterableOps
  79. def product[B >: xml.XmlPath](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  80. def reduce[B >: xml.XmlPath](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  81. def reduceLeft[B >: xml.XmlPath](op: (B, xml.XmlPath) => B): B
    Definition Classes
    IterableOnceOps
  82. def reduceLeftOption[B >: xml.XmlPath](op: (B, xml.XmlPath) => B): Option[B]
    Definition Classes
    IterableOnceOps
  83. def reduceOption[B >: xml.XmlPath](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  84. def reduceRight[B >: xml.XmlPath](op: (xml.XmlPath, B) => B): B
    Definition Classes
    IterableOnceOps
  85. def reduceRightOption[B >: xml.XmlPath](op: (xml.XmlPath, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  86. def reversed: Iterable[xml.XmlPath]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  87. def scan[B >: xml.XmlPath](z: B)(op: (B, B) => B): Iterable[B]
    Definition Classes
    IterableOps
  88. def scanLeft[B](z: B)(op: (B, xml.XmlPath) => B): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  89. def scanRight[B](z: B)(op: (xml.XmlPath, B) => B): Iterable[B]
    Definition Classes
    IterableOps
  90. def size: Int
    Definition Classes
    IterableOnceOps
  91. def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    IterableOps
  92. def sizeCompare(otherSize: Int): Int
    Definition Classes
    IterableOps
  93. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  94. def slice(from: Int, until: Int): Iterable[xml.XmlPath]
    Definition Classes
    IterableOps → IterableOnceOps
  95. def sliding(size: Int, step: Int): Iterator[Iterable[xml.XmlPath]]
    Definition Classes
    IterableOps
  96. def sliding(size: Int): Iterator[Iterable[xml.XmlPath]]
    Definition Classes
    IterableOps
  97. def span(p: (xml.XmlPath) => Boolean): (Iterable[xml.XmlPath], Iterable[xml.XmlPath])
    Definition Classes
    IterableOps → IterableOnceOps
  98. def splitAt(n: Int): (Iterable[xml.XmlPath], Iterable[xml.XmlPath])
    Definition Classes
    IterableOps → IterableOnceOps
  99. def stepper[S <: Stepper[_]](implicit shape: StepperShape[xml.XmlPath, S]): S
    Definition Classes
    IterableOnce
  100. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
    Annotations
    @deprecatedOverriding()
  101. def sum[B >: xml.XmlPath](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  102. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  103. def tail: Iterable[xml.XmlPath]
    Definition Classes
    IterableOps
  104. def tails: Iterator[Iterable[xml.XmlPath]]
    Definition Classes
    IterableOps
  105. def take(n: Int): Iterable[xml.XmlPath]
    Definition Classes
    IterableOps → IterableOnceOps
  106. def takeRight(n: Int): Iterable[xml.XmlPath]
    Definition Classes
    IterableOps
  107. def takeWhile(p: (xml.XmlPath) => Boolean): Iterable[xml.XmlPath]
    Definition Classes
    IterableOps → IterableOnceOps
  108. def tapEach[U](f: (xml.XmlPath) => U): Iterable[xml.XmlPath]
    Definition Classes
    IterableOps → IterableOnceOps
  109. def to[C1](factory: Factory[xml.XmlPath, C1]): C1
    Definition Classes
    IterableOnceOps
  110. def toArray[B >: xml.XmlPath](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  111. final def toBuffer[B >: xml.XmlPath]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  112. def toIndexedSeq: IndexedSeq[xml.XmlPath]
    Definition Classes
    IterableOnceOps
  113. def toList: List[xml.XmlPath]
    Definition Classes
    IterableOnceOps
  114. def toMap[K, V](implicit ev: <:<[xml.XmlPath, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  115. def toSeq: Seq[xml.XmlPath]
    Definition Classes
    IterableOnceOps
  116. def toSet[B >: xml.XmlPath]: Set[B]
    Definition Classes
    IterableOnceOps
  117. def toString(): String
    Definition Classes
    Iterable → AnyRef → Any
  118. def toVector: Vector[xml.XmlPath]
    Definition Classes
    IterableOnceOps
  119. def transpose[B](implicit asIterable: (xml.XmlPath) => Iterable[B]): Iterable[Iterable[B]]
    Definition Classes
    IterableOps
  120. def unzip[A1, A2](implicit asPair: (xml.XmlPath) => (A1, A2)): (Iterable[A1], Iterable[A2])
    Definition Classes
    IterableOps
  121. def unzip3[A1, A2, A3](implicit asTriple: (xml.XmlPath) => (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
    Definition Classes
    IterableOps
  122. def view: View[xml.XmlPath]
    Definition Classes
    IterableOps
  123. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  124. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  125. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  126. def withFilter(p: (xml.XmlPath) => Boolean): WithFilter[xml.XmlPath, Iterable]
    Definition Classes
    IterableOps
  127. def zip[B](that: IterableOnce[B]): Iterable[(xml.XmlPath, B)]
    Definition Classes
    IterableOps
  128. def zipAll[A1 >: xml.XmlPath, B](that: Iterable[B], thisElem: A1, thatElem: B): Iterable[(A1, B)]
    Definition Classes
    IterableOps
  129. def zipWithIndex: Iterable[(xml.XmlPath, Int)]
    Definition Classes
    IterableOps → IterableOnceOps

Deprecated Value Members

  1. def ++:[B >: xml.XmlPath](that: IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ++ instead of ++: for collections of type Iterable

  2. final def /:[B](z: B)(op: (B, xml.XmlPath) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  3. final def :\[B](z: B)(op: (xml.XmlPath, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

  4. def aggregate[B](z: => B)(seqop: (B, xml.XmlPath) => B, combop: (B, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) aggregate is not relevant for sequential collections. Use foldLeft(z)(seqop) instead.

  5. def companion: IterableFactory[Iterable]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @deprecatedOverriding() @inline()
    Deprecated

    (Since version 2.13.0) Use iterableFactory instead

  6. final def copyToBuffer[B >: xml.XmlPath](dest: Buffer[B]): Unit
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use dest ++= coll instead

  7. def hasDefiniteSize: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)

  8. final def repr: Iterable[xml.XmlPath]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use coll instead of repr in a collection implementation, use the collection value itself from the outside

  9. def seq: Following.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Iterable.seq always returns the iterable itself

  10. final def toIterable: Following.this.type
    Definition Classes
    Iterable → IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.7) toIterable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

  11. final def toIterator: Iterator[xml.XmlPath]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead of .toIterator

  12. final def toStream: Stream[xml.XmlPath]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .to(LazyList) instead of .toStream

  13. final def toTraversable: Traversable[xml.XmlPath]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) toTraversable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

  14. def view(from: Int, until: Int): View[xml.XmlPath]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)

Inherited from Iterable[xml.XmlPath]

Inherited from IterableFactoryDefaults[xml.XmlPath, Iterable]

Inherited from IterableOps[xml.XmlPath, Iterable, Iterable[xml.XmlPath]]

Inherited from IterableOnceOps[xml.XmlPath, Iterable, Iterable[xml.XmlPath]]

Inherited from IterableOnce[xml.XmlPath]

Inherited from AnyRef

Inherited from Any

Ungrouped