scales.xml.parser.pull

Iterate

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 Learn more about scaladoc diagrams
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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Iterate(path: List[QName], xml: Iterator[xml.PullType], qe: Equal[QName] = scales.xml.ScalesXml.qnameEqual)

Type Members

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

    Definition Classes
    Iterator

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. def ++[B >: xml.XmlPath](that: ⇒ GenTraversableOnce[B]): Iterator[B]

    Definition Classes
    Iterator
  5. def /:[B](z: B)(op: (B, xml.XmlPath) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  6. def :\[B](z: B)(op: (xml.XmlPath, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  7. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  9. def addString(b: StringBuilder): StringBuilder

    Definition Classes
    TraversableOnce
  10. def addString(b: StringBuilder, sep: String): StringBuilder

    Definition Classes
    TraversableOnce
  11. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Definition Classes
    TraversableOnce
  12. def aggregate[B](z: B)(seqop: (B, xml.XmlPath) ⇒ B, combop: (B, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. var before: List[(QName, Int)]

  15. def buffered: BufferedIterator[xml.XmlPath]

    Definition Classes
    Iterator
  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. 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.

  18. def collectFirst[B](pf: PartialFunction[xml.XmlPath, B]): Option[B]

    Definition Classes
    TraversableOnce
  19. var collecting: Boolean

  20. def contains(elem: Any): Boolean

    Definition Classes
    Iterator
  21. def copyToArray[B >: xml.XmlPath](xs: Array[B], start: Int, len: Int): Unit

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  22. def copyToArray[B >: xml.XmlPath](xs: Array[B]): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  23. def copyToArray[B >: xml.XmlPath](xs: Array[B], start: Int): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  24. def copyToBuffer[B >: xml.XmlPath](dest: Buffer[B]): Unit

    Definition Classes
    TraversableOnce
  25. def corresponds[B](that: GenTraversableOnce[B])(p: (xml.XmlPath, B) ⇒ Boolean): Boolean

    Definition Classes
    Iterator
  26. def count(p: (xml.XmlPath) ⇒ Boolean): Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  27. var cur: xml.XmlPath

  28. def drop(n: Int): Iterator[xml.XmlPath]

    Definition Classes
    Iterator
  29. def dropWhile(p: (xml.XmlPath) ⇒ Boolean): Iterator[xml.XmlPath]

    Definition Classes
    Iterator
  30. def duplicate: (Iterator[xml.XmlPath], Iterator[xml.XmlPath])

    Definition Classes
    Iterator
  31. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  33. def exists(p: (xml.XmlPath) ⇒ Boolean): Boolean

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  34. def filter(p: (xml.XmlPath) ⇒ Boolean): Iterator[xml.XmlPath]

    Definition Classes
    Iterator
  35. def filterNot(p: (xml.XmlPath) ⇒ Boolean): Iterator[xml.XmlPath]

    Definition Classes
    Iterator
  36. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. def find(p: (xml.XmlPath) ⇒ Boolean): Option[xml.XmlPath]

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  38. def flatMap[B](f: (xml.XmlPath) ⇒ GenTraversableOnce[B]): Iterator[B]

    Definition Classes
    Iterator
  39. var focus: (QName, Int)

  40. def fold[A1 >: xml.XmlPath](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  41. def foldLeft[B](z: B)(op: (B, xml.XmlPath) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  42. def foldRight[B](z: B)(op: (xml.XmlPath, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  43. def forall(p: (xml.XmlPath) ⇒ Boolean): Boolean

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  44. def foreach[U](f: (xml.XmlPath) ⇒ U): Unit

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  45. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  46. def getNext: xml.XmlPath

  47. def grouped[B >: xml.XmlPath](size: Int): GroupedIterator[B]

    Definition Classes
    Iterator
  48. def hasDefiniteSize: Boolean

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  49. def hasNext: Boolean

    Definition Classes
    Iterate → Iterator
  50. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  51. def indexOf[B >: xml.XmlPath](elem: B): Int

    Definition Classes
    Iterator
  52. def indexWhere(p: (xml.XmlPath) ⇒ Boolean): Int

    Definition Classes
    Iterator
  53. implicit val iqe: Equal[QName]

  54. def isEmpty: Boolean

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  55. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  56. def isTraversableAgain: Boolean

    Definition Classes
    Iterator → GenTraversableOnce
  57. def length: Int

    Definition Classes
    Iterator
  58. def map[B](f: (xml.XmlPath) ⇒ B): Iterator[B]

    Definition Classes
    Iterator
  59. def max[B >: xml.XmlPath](implicit cmp: Ordering[B]): xml.XmlPath

    Definition Classes
    TraversableOnce → GenTraversableOnce
  60. def maxBy[B](f: (xml.XmlPath) ⇒ B)(implicit cmp: Ordering[B]): xml.XmlPath

    Definition Classes
    TraversableOnce → GenTraversableOnce
  61. def min[B >: xml.XmlPath](implicit cmp: Ordering[B]): xml.XmlPath

    Definition Classes
    TraversableOnce → GenTraversableOnce
  62. def minBy[B](f: (xml.XmlPath) ⇒ B)(implicit cmp: Ordering[B]): xml.XmlPath

    Definition Classes
    TraversableOnce → GenTraversableOnce
  63. def mkString: String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  64. def mkString(sep: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  65. def mkString(start: String, sep: String, end: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  66. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  67. def next(): xml.XmlPath

    Definition Classes
    Iterate → Iterator
  68. def nonEmpty: Boolean

    Definition Classes
    TraversableOnce → GenTraversableOnce
  69. final def notify(): Unit

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

    Definition Classes
    AnyRef
  71. def padTo[A1 >: xml.XmlPath](len: Int, elem: A1): Iterator[A1]

    Definition Classes
    Iterator
  72. def partition(p: (xml.XmlPath) ⇒ Boolean): (Iterator[xml.XmlPath], Iterator[xml.XmlPath])

    Definition Classes
    Iterator
  73. def patch[B >: xml.XmlPath](from: Int, patchElems: Iterator[B], replaced: Int): Iterator[B]

    Definition Classes
    Iterator
  74. def product[B >: xml.XmlPath](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  75. var proxies: TreeProxies

  76. val qnames: List[QName]

  77. def reduce[A1 >: xml.XmlPath](op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  78. def reduceLeft[B >: xml.XmlPath](op: (B, xml.XmlPath) ⇒ B): B

    Definition Classes
    TraversableOnce
  79. def reduceLeftOption[B >: xml.XmlPath](op: (B, xml.XmlPath) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  80. def reduceOption[A1 >: xml.XmlPath](op: (A1, A1) ⇒ A1): Option[A1]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  81. def reduceRight[B >: xml.XmlPath](op: (xml.XmlPath, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  82. def reduceRightOption[B >: xml.XmlPath](op: (xml.XmlPath, B) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  83. def reset: Unit

  84. def reversed: List[xml.XmlPath]

    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  85. def sameElements(that: Iterator[_]): Boolean

    Definition Classes
    Iterator
  86. def scanLeft[B](z: B)(op: (B, xml.XmlPath) ⇒ B): Iterator[B]

    Definition Classes
    Iterator
  87. def scanRight[B](z: B)(op: (xml.XmlPath, B) ⇒ B): Iterator[B]

    Definition Classes
    Iterator
  88. def seq: Iterator[xml.XmlPath]

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  89. def set(before: List[(QName, Int)], focus: (QName, Int), toGo: List[(QName, Int)], proxies: TreeProxies, collecting: Boolean): Unit

  90. def size: Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  91. def slice(from: Int, until: Int): Iterator[xml.XmlPath]

    Definition Classes
    Iterator
  92. def sliding[B >: xml.XmlPath](size: Int, step: Int): GroupedIterator[B]

    Definition Classes
    Iterator
  93. def span(p: (xml.XmlPath) ⇒ Boolean): (Iterator[xml.XmlPath], Iterator[xml.XmlPath])

    Definition Classes
    Iterator
  94. def step: xml.XmlPath

  95. def sum[B >: xml.XmlPath](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  96. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  97. def take(n: Int): Iterator[xml.XmlPath]

    Definition Classes
    Iterator
  98. def takeWhile(p: (xml.XmlPath) ⇒ Boolean): Iterator[xml.XmlPath]

    Definition Classes
    Iterator
  99. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, xml.XmlPath, Col[xml.XmlPath]]): Col[xml.XmlPath]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  100. def toArray[B >: xml.XmlPath](implicit arg0: ClassTag[B]): Array[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  101. def toBuffer[B >: xml.XmlPath]: Buffer[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  102. var toGo: List[(QName, Int)]

  103. def toIndexedSeq: IndexedSeq[xml.XmlPath]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  104. def toIterable: Iterable[xml.XmlPath]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  105. def toIterator: Iterator[xml.XmlPath]

    Definition Classes
    Iterator → GenTraversableOnce
  106. def toList: List[xml.XmlPath]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  107. def toMap[T, U](implicit ev: <:<[xml.XmlPath, (T, U)]): Map[T, U]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  108. def toSeq: Seq[xml.XmlPath]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  109. def toSet[B >: xml.XmlPath]: Set[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  110. def toStream: Stream[xml.XmlPath]

    Definition Classes
    Iterator → GenTraversableOnce
  111. def toString(): String

    Definition Classes
    Iterator → AnyRef → Any
  112. def toTraversable: Traversable[xml.XmlPath]

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  113. def toVector: Vector[xml.XmlPath]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  114. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  117. def withFilter(p: (xml.XmlPath) ⇒ Boolean): Iterator[xml.XmlPath]

    Definition Classes
    Iterator
  118. def zip[B](that: Iterator[B]): Iterator[(xml.XmlPath, B)]

    Definition Classes
    Iterator
  119. def zipAll[B, A1 >: xml.XmlPath, B1 >: B](that: Iterator[B], thisElem: A1, thatElem: B1): Iterator[(A1, B1)]

    Definition Classes
    Iterator
  120. def zipWithIndex: Iterator[(xml.XmlPath, Int)]

    Definition Classes
    Iterator

Deprecated Value Members

  1. def /:\[A1 >: xml.XmlPath](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use fold instead

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