Packages

class Iterate extends FlatMapIterator[xml.XmlPath]

Iterates over a path of QNames producing XPaths for a given Iterator[PullType]

Linear Supertypes
FlatMapIterator[xml.XmlPath], Iterator[xml.XmlPath], TraversableOnce[xml.XmlPath], GenTraversableOnce[xml.XmlPath], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Iterate
  2. FlatMapIterator
  3. Iterator
  4. TraversableOnce
  5. GenTraversableOnce
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Iterate(path: List[QName], xml: Iterator[xml.PullType])(implicit qe: Equal[QName])

Type Members

  1. class GroupedIterator[B >: A] extends AbstractIterator[Seq[B]] with Iterator[Seq[B]]
    Definition Classes
    Iterator

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def ++[B >: xml.XmlPath](that: ⇒ GenTraversableOnce[B]): Iterator[B]
    Definition Classes
    Iterator
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def addString(b: StringBuilder): StringBuilder
    Definition Classes
    TraversableOnce
  6. def addString(b: StringBuilder, sep: String): StringBuilder
    Definition Classes
    TraversableOnce
  7. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Definition Classes
    TraversableOnce
  8. def aggregate[B](z: ⇒ B)(seqop: (B, xml.XmlPath) ⇒ B, combop: (B, B) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. var before: List[QName]
  11. def buffered: BufferedIterator[xml.XmlPath]
    Definition Classes
    Iterator
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. def collect[B](pf: PartialFunction[xml.XmlPath, B]): Iterator[B]
    Definition Classes
    Iterator
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) collect has changed. The previous behavior can be reproduced with toSeq.

  14. def collectFirst[B](pf: PartialFunction[xml.XmlPath, B]): Option[B]
    Definition Classes
    TraversableOnce
  15. var collecting: Boolean
  16. def contains(elem: Any): Boolean
    Definition Classes
    Iterator
  17. def copyToArray[B >: xml.XmlPath](xs: Array[B], start: Int, len: Int): Unit
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  18. def copyToArray[B >: xml.XmlPath](xs: Array[B]): Unit
    Definition Classes
    TraversableOnce → GenTraversableOnce
  19. def copyToArray[B >: xml.XmlPath](xs: Array[B], start: Int): Unit
    Definition Classes
    TraversableOnce → GenTraversableOnce
  20. def copyToBuffer[B >: xml.XmlPath](dest: Buffer[B]): Unit
    Definition Classes
    TraversableOnce
  21. def corresponds[B](that: GenTraversableOnce[B])(p: (xml.XmlPath, B) ⇒ Boolean): Boolean
    Definition Classes
    Iterator
  22. def count(p: (xml.XmlPath) ⇒ Boolean): Int
    Definition Classes
    TraversableOnce → GenTraversableOnce
  23. var cur: xml.XmlPath
  24. def drop(n: Int): Iterator[xml.XmlPath]
    Definition Classes
    Iterator
  25. def dropWhile(p: (xml.XmlPath) ⇒ Boolean): Iterator[xml.XmlPath]
    Definition Classes
    Iterator
  26. def duplicate: (Iterator[xml.XmlPath], Iterator[xml.XmlPath])
    Definition Classes
    Iterator
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  29. def exists(p: (xml.XmlPath) ⇒ Boolean): Boolean
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  30. def filter(p: (xml.XmlPath) ⇒ Boolean): Iterator[xml.XmlPath]
    Definition Classes
    Iterator
  31. def filterNot(p: (xml.XmlPath) ⇒ Boolean): Iterator[xml.XmlPath]
    Definition Classes
    Iterator
  32. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. def find(p: (xml.XmlPath) ⇒ Boolean): Option[xml.XmlPath]
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  34. def flatMap[B](f: (xml.XmlPath) ⇒ GenTraversableOnce[B]): Iterator[B]
    Definition Classes
    Iterator
  35. def fold[A1 >: xml.XmlPath](z: A1)(op: (A1, A1) ⇒ A1): A1
    Definition Classes
    TraversableOnce → GenTraversableOnce
  36. def foldLeft[B](z: B)(op: (B, xml.XmlPath) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  37. def foldRight[B](z: B)(op: (xml.XmlPath, B) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  38. def forall(p: (xml.XmlPath) ⇒ Boolean): Boolean
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  39. def foreach[U](f: (xml.XmlPath) ⇒ U): Unit
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  40. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  41. def getNext: xml.XmlPath
  42. def grouped[B >: xml.XmlPath](size: Int): GroupedIterator[B]
    Definition Classes
    Iterator
  43. def hasDefiniteSize: Boolean
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  44. def hasNext: Boolean
    Definition Classes
    Iterate → Iterator
  45. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  46. def indexOf[B >: xml.XmlPath](elem: B, from: Int): Int
    Definition Classes
    Iterator
  47. def indexOf[B >: xml.XmlPath](elem: B): Int
    Definition Classes
    Iterator
  48. def indexWhere(p: (xml.XmlPath) ⇒ Boolean, from: Int): Int
    Definition Classes
    Iterator
  49. def indexWhere(p: (xml.XmlPath) ⇒ Boolean): Int
    Definition Classes
    Iterator
  50. def isEmpty: Boolean
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  51. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  52. def isTraversableAgain: Boolean
    Definition Classes
    Iterator → GenTraversableOnce
  53. def length: Int
    Definition Classes
    Iterator
  54. def map[B](f: (xml.XmlPath) ⇒ B): Iterator[B]
    Definition Classes
    Iterator
  55. def max[B >: xml.XmlPath](implicit cmp: Ordering[B]): xml.XmlPath
    Definition Classes
    TraversableOnce → GenTraversableOnce
  56. def maxBy[B](f: (xml.XmlPath) ⇒ B)(implicit cmp: Ordering[B]): xml.XmlPath
    Definition Classes
    TraversableOnce → GenTraversableOnce
  57. def min[B >: xml.XmlPath](implicit cmp: Ordering[B]): xml.XmlPath
    Definition Classes
    TraversableOnce → GenTraversableOnce
  58. def minBy[B](f: (xml.XmlPath) ⇒ B)(implicit cmp: Ordering[B]): xml.XmlPath
    Definition Classes
    TraversableOnce → GenTraversableOnce
  59. def mkString: String
    Definition Classes
    TraversableOnce → GenTraversableOnce
  60. def mkString(sep: String): String
    Definition Classes
    TraversableOnce → GenTraversableOnce
  61. def mkString(start: String, sep: String, end: String): String
    Definition Classes
    TraversableOnce → GenTraversableOnce
  62. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  63. def next(): xml.XmlPath
    Definition Classes
    Iterate → Iterator
  64. def nonEmpty: Boolean
    Definition Classes
    TraversableOnce → GenTraversableOnce
  65. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  66. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  67. def padTo[A1 >: xml.XmlPath](len: Int, elem: A1): Iterator[A1]
    Definition Classes
    Iterator
  68. def partition(p: (xml.XmlPath) ⇒ Boolean): (Iterator[xml.XmlPath], Iterator[xml.XmlPath])
    Definition Classes
    Iterator
  69. def patch[B >: xml.XmlPath](from: Int, patchElems: Iterator[B], replaced: Int): Iterator[B]
    Definition Classes
    Iterator
  70. def product[B >: xml.XmlPath](implicit num: Numeric[B]): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  71. var proxies: TreeProxies
  72. val qnames: List[QName]
  73. def reduce[A1 >: xml.XmlPath](op: (A1, A1) ⇒ A1): A1
    Definition Classes
    TraversableOnce → GenTraversableOnce
  74. def reduceLeft[B >: xml.XmlPath](op: (B, xml.XmlPath) ⇒ B): B
    Definition Classes
    TraversableOnce
  75. def reduceLeftOption[B >: xml.XmlPath](op: (B, xml.XmlPath) ⇒ B): Option[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  76. def reduceOption[A1 >: xml.XmlPath](op: (A1, A1) ⇒ A1): Option[A1]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  77. def reduceRight[B >: xml.XmlPath](op: (xml.XmlPath, B) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  78. def reduceRightOption[B >: xml.XmlPath](op: (xml.XmlPath, B) ⇒ B): Option[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  79. def reset: Unit
  80. def reversed: List[xml.XmlPath]
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  81. def sameElements(that: Iterator[_]): Boolean
    Definition Classes
    Iterator
  82. def scanLeft[B](z: B)(op: (B, xml.XmlPath) ⇒ B): Iterator[B]
    Definition Classes
    Iterator
  83. def scanRight[B](z: B)(op: (xml.XmlPath, B) ⇒ B): Iterator[B]
    Definition Classes
    Iterator
  84. def seq: Iterator[xml.XmlPath]
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  85. def set(before: List[QName], proxies: TreeProxies, collecting: Boolean): Unit
  86. def size: Int
    Definition Classes
    TraversableOnce → GenTraversableOnce
  87. def sizeHintIfCheap: Int
    Attributes
    protected[collection]
    Definition Classes
    GenTraversableOnce
  88. def slice(from: Int, until: Int): Iterator[xml.XmlPath]
    Definition Classes
    Iterator
  89. def sliceIterator(from: Int, until: Int): Iterator[xml.XmlPath]
    Attributes
    protected
    Definition Classes
    Iterator
  90. def sliding[B >: xml.XmlPath](size: Int, step: Int): GroupedIterator[B]
    Definition Classes
    Iterator
  91. def span(p: (xml.XmlPath) ⇒ Boolean): (Iterator[xml.XmlPath], Iterator[xml.XmlPath])
    Definition Classes
    Iterator
  92. def step: xml.XmlPath
  93. def sum[B >: xml.XmlPath](implicit num: Numeric[B]): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  94. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  95. def take(n: Int): Iterator[xml.XmlPath]
    Definition Classes
    Iterator
  96. def takeWhile(p: (xml.XmlPath) ⇒ Boolean): Iterator[xml.XmlPath]
    Definition Classes
    Iterator
  97. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, xml.XmlPath, Col[xml.XmlPath]]): Col[xml.XmlPath]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  98. def toArray[B >: xml.XmlPath](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  99. def toBuffer[B >: xml.XmlPath]: Buffer[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  100. def toIndexedSeq: IndexedSeq[xml.XmlPath]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  101. def toIterable: Iterable[xml.XmlPath]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  102. def toIterator: Iterator[xml.XmlPath]
    Definition Classes
    Iterator → GenTraversableOnce
  103. def toList: List[xml.XmlPath]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  104. def toMap[T, U](implicit ev: <:<[xml.XmlPath, (T, U)]): Map[T, U]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  105. def toSeq: Seq[xml.XmlPath]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  106. def toSet[B >: xml.XmlPath]: Set[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  107. def toStream: Stream[xml.XmlPath]
    Definition Classes
    Iterator → GenTraversableOnce
  108. def toString(): String
    Definition Classes
    Iterator → AnyRef → Any
  109. def toTraversable: Traversable[xml.XmlPath]
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  110. def toVector: Vector[xml.XmlPath]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  111. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  112. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  113. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  114. def withFilter(p: (xml.XmlPath) ⇒ Boolean): Iterator[xml.XmlPath]
    Definition Classes
    Iterator
  115. def zip[B](that: Iterator[B]): Iterator[(xml.XmlPath, B)]
    Definition Classes
    Iterator
  116. def zipAll[B, A1 >: xml.XmlPath, B1 >: B](that: Iterator[B], thisElem: A1, thatElem: B1): Iterator[(A1, B1)]
    Definition Classes
    Iterator
  117. def zipWithIndex: Iterator[(xml.XmlPath, Int)]
    Definition Classes
    Iterator

Deprecated Value Members

  1. def /:[B](z: B)(op: (B, xml.XmlPath) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.10) Use foldLeft instead of /:

  2. def :\[B](z: B)(op: (xml.XmlPath, B) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.10) Use foldRight instead of :\

Inherited from FlatMapIterator[xml.XmlPath]

Inherited from Iterator[xml.XmlPath]

Inherited from TraversableOnce[xml.XmlPath]

Inherited from GenTraversableOnce[xml.XmlPath]

Inherited from AnyRef

Inherited from Any

Ungrouped