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
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] = 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: 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. def /:[B](z: B)(op: (B, xml.XmlPath) ⇒ B): B

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  7. def addString(b: StringBuilder): StringBuilder

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

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

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

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

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

  13. def buffered: BufferedIterator[xml.XmlPath]

    Definition Classes
    Iterator
  14. def clone(): AnyRef

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

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

    Definition Classes
    TraversableOnce
  17. var collecting: Boolean

  18. def contains(elem: Any): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Iterator
  34. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Iterator
  46. def hasDefiniteSize: Boolean

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

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

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

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

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

  52. def isEmpty: Boolean

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

    Definition Classes
    Any
  54. def isTraversableAgain: Boolean

    Definition Classes
    Iterator → GenTraversableOnce
  55. def length: Int

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

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

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

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  61. def mkString: String

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

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

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

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

    Definition Classes
    Iterate → Iterator
  66. def nonEmpty: Boolean

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

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

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

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

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  73. var proxies: TreeProxies

  74. val qnames: List[QName]

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

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

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

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

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  81. def reset: Unit

  82. def reversed: List[xml.XmlPath]

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

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

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

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

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

  88. def size: Int

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

    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. var toGo: List[(QName, Int)]

  101. def toIndexedSeq: IndexedSeq[xml.XmlPath]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Iterator

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