Class

scales.xml.equals

PathAsPullTypeIterable

Related Doc: package equals

Permalink

class PathAsPullTypeIterable extends AbstractPathIterator[XmlItem, Elem, xml.XCC, xml.PullType]

Makes the given path the top path

Linear Supertypes
AbstractPathIterator[XmlItem, Elem, xml.XCC, xml.PullType], Iterator[xml.PullType], TraversableOnce[xml.PullType], GenTraversableOnce[xml.PullType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PathAsPullTypeIterable
  2. AbstractPathIterator
  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 PathAsPullTypeIterable(originalPath: xml.XmlPath)

    Permalink

Type Members

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

    Permalink
    Definition Classes
    Iterator
  2. sealed trait State extends AnyRef

    Permalink
    Definition Classes
    AbstractPathIterator

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ++[B >: xml.PullType](that: ⇒ GenTraversableOnce[B]): Iterator[B]

    Permalink
    Definition Classes
    Iterator
  4. def /:[B](z: B)(op: (B, xml.PullType) ⇒ B): B

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  7. object End extends State with Product with Serializable

    Permalink
    Definition Classes
    AbstractPathIterator
  8. object EndElemS extends State with Product with Serializable

    Permalink
    Definition Classes
    AbstractPathIterator
  9. object OnItem extends State with Product with Serializable

    Permalink
    Definition Classes
    AbstractPathIterator
  10. object StartElem extends State with Product with Serializable

    Permalink
    Definition Classes
    AbstractPathIterator
  11. def addString(b: StringBuilder): StringBuilder

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

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

    Permalink
    Definition Classes
    TraversableOnce
  14. def aggregate[B](z: ⇒ B)(seqop: (B, xml.PullType) ⇒ B, combop: (B, B) ⇒ B): B

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

    Permalink
    Definition Classes
    Any
  16. def buffered: BufferedIterator[xml.PullType]

    Permalink
    Definition Classes
    Iterator
  17. final def canDoNext: Boolean

    Permalink
    Definition Classes
    AbstractPathIterator
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def collect[B](pf: PartialFunction[xml.PullType, B]): Iterator[B]

    Permalink
    Definition Classes
    Iterator
    Annotations
    @migration
    Migration

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

  20. def collectFirst[B](pf: PartialFunction[xml.PullType, B]): Option[B]

    Permalink
    Definition Classes
    TraversableOnce
  21. def contains(elem: Any): Boolean

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  25. def copyToBuffer[B >: xml.PullType](dest: Buffer[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce
  26. def corresponds[B](that: GenTraversableOnce[B])(p: (xml.PullType, B) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    Iterator
  27. def count(p: (xml.PullType) ⇒ Boolean): Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  28. def doNext(ev: xml.PullType): (State, xml.PullType)

    Permalink
    Definition Classes
    AbstractPathIterator
  29. def drop(n: Int): Iterator[xml.PullType]

    Permalink
    Definition Classes
    Iterator
  30. def dropWhile(p: (xml.PullType) ⇒ Boolean): Iterator[xml.PullType]

    Permalink
    Definition Classes
    Iterator
  31. def duplicate: (Iterator[xml.PullType], Iterator[xml.PullType])

    Permalink
    Definition Classes
    Iterator
  32. def end: xml.PullType

    Permalink
  33. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. def event: xml.PullType

    Permalink
  36. def exists(p: (xml.PullType) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  37. def filter(p: (xml.PullType) ⇒ Boolean): Iterator[xml.PullType]

    Permalink
    Definition Classes
    Iterator
  38. def filterNot(p: (xml.PullType) ⇒ Boolean): Iterator[xml.PullType]

    Permalink
    Definition Classes
    Iterator
  39. def finalize(): Unit

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

    Permalink
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  41. def flatMap[B](f: (xml.PullType) ⇒ GenTraversableOnce[B]): Iterator[B]

    Permalink
    Definition Classes
    Iterator
  42. def fold[A1 >: xml.PullType](z: A1)(op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  43. def foldLeft[B](z: B)(op: (B, xml.PullType) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  44. def foldRight[B](z: B)(op: (xml.PullType, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  45. def forall(p: (xml.PullType) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  46. def foreach[U](f: (xml.PullType) ⇒ U): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  48. def grouped[B >: xml.PullType](size: Int): GroupedIterator[B]

    Permalink
    Definition Classes
    Iterator
  49. def hasDefiniteSize: Boolean

    Permalink
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  50. def hasNext: Boolean

    Permalink
    Definition Classes
    AbstractPathIterator → Iterator
  51. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  52. def indexOf[B >: xml.PullType](elem: B): Int

    Permalink
    Definition Classes
    Iterator
  53. def indexWhere(p: (xml.PullType) ⇒ Boolean): Int

    Permalink
    Definition Classes
    Iterator
  54. def initialPath: xml.XmlPath

    Permalink
  55. def isEmpty: Boolean

    Permalink
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  56. val isForward: Boolean

    Permalink
    Definition Classes
    AbstractPathIterator
  57. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  58. def isTraversableAgain: Boolean

    Permalink
    Definition Classes
    Iterator → GenTraversableOnce
  59. def length: Int

    Permalink
    Definition Classes
    Iterator
  60. def map[B](f: (xml.PullType) ⇒ B): Iterator[B]

    Permalink
    Definition Classes
    Iterator
  61. def max[B >: xml.PullType](implicit cmp: Ordering[B]): xml.PullType

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  63. def min[B >: xml.PullType](implicit cmp: Ordering[B]): xml.PullType

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  65. def mkString: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  69. def next(): xml.PullType

    Permalink
    Definition Classes
    AbstractPathIterator → Iterator
  70. var nextState: State

    Permalink
    Definition Classes
    AbstractPathIterator
  71. def nonEmpty: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  74. def padTo[A1 >: xml.PullType](len: Int, elem: A1): Iterator[A1]

    Permalink
    Definition Classes
    Iterator
  75. def partition(p: (xml.PullType) ⇒ Boolean): (Iterator[xml.PullType], Iterator[xml.PullType])

    Permalink
    Definition Classes
    Iterator
  76. def patch[B >: xml.PullType](from: Int, patchElems: Iterator[B], replaced: Int): Iterator[B]

    Permalink
    Definition Classes
    Iterator
  77. var path: Path[XmlItem, Elem, xml.XCC]

    Permalink
    Definition Classes
    AbstractPathIterator
  78. def prepareNext: Unit

    Permalink

    called after nextState.next, allows filtering to prepare for the next event

    called after nextState.next, allows filtering to prepare for the next event

    Definition Classes
    AbstractPathIterator
  79. def product[B >: xml.PullType](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  80. def reduce[A1 >: xml.PullType](op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  81. def reduceLeft[B >: xml.PullType](op: (B, xml.PullType) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce
  82. def reduceLeftOption[B >: xml.PullType](op: (B, xml.PullType) ⇒ B): Option[B]

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  84. def reduceRight[B >: xml.PullType](op: (xml.PullType, B) ⇒ B): B

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  86. def reversed: List[xml.PullType]

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

    Permalink
    Definition Classes
    Iterator
  88. def scanLeft[B](z: B)(op: (B, xml.PullType) ⇒ B): Iterator[B]

    Permalink
    Definition Classes
    Iterator
  89. def scanRight[B](z: B)(op: (xml.PullType, B) ⇒ B): Iterator[B]

    Permalink
    Definition Classes
    Iterator
  90. def seq: Iterator[xml.PullType]

    Permalink
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  91. def size: Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  92. def slice(from: Int, until: Int): Iterator[xml.PullType]

    Permalink
    Definition Classes
    Iterator
  93. def sliding[B >: xml.PullType](size: Int, step: Int): GroupedIterator[B]

    Permalink
    Definition Classes
    Iterator
  94. def span(p: (xml.PullType) ⇒ Boolean): (Iterator[xml.PullType], Iterator[xml.PullType])

    Permalink
    Definition Classes
    Iterator
  95. def sum[B >: xml.PullType](implicit num: Numeric[B]): B

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  102. def toIndexedSeq: IndexedSeq[xml.PullType]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  103. def toIterable: Iterable[xml.PullType]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  104. def toIterator: Iterator[xml.PullType]

    Permalink
    Definition Classes
    Iterator → GenTraversableOnce
  105. def toList: List[xml.PullType]

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  107. def toSeq: Seq[xml.PullType]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  108. def toSet[B >: xml.PullType]: Set[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  109. def toStream: Stream[xml.PullType]

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

    Permalink
    Definition Classes
    Iterator → AnyRef → Any
  111. def toTraversable: Traversable[xml.PullType]

    Permalink
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  112. def toVector: Vector[xml.PullType]

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  116. def withFilter(p: (xml.PullType) ⇒ Boolean): Iterator[xml.PullType]

    Permalink
    Definition Classes
    Iterator
  117. def zip[B](that: Iterator[B]): Iterator[(xml.PullType, B)]

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

    Permalink
    Definition Classes
    Iterator
  119. def zipWithIndex: Iterator[(xml.PullType, Int)]

    Permalink
    Definition Classes
    Iterator

Inherited from Iterator[xml.PullType]

Inherited from TraversableOnce[xml.PullType]

Inherited from GenTraversableOnce[xml.PullType]

Inherited from AnyRef

Inherited from Any

Ungrouped