scales.xml.equals

PathAsPullTypeIterable

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

Instance Constructors

  1. new PathAsPullTypeIterable(originalPath: xml.XmlPath)

Type Members

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

    Definition Classes
    Iterator
  2. sealed trait State extends AnyRef

    Definition Classes
    AbstractPathIterator

Value Members

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Iterator
  17. final def canDoNext: Boolean

    Definition Classes
    AbstractPathIterator
  18. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def collect[B](pf: PartialFunction[xml.PullType, 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.

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Iterator
  32. def end: xml.PullType

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

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

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

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

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

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

    Definition Classes
    Iterator
  39. def finalize(): Unit

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

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

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

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

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

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

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

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

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

    Definition Classes
    Iterator
  49. def hasDefiniteSize: Boolean

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

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

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

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

    Definition Classes
    Iterator
  54. def initialPath: xml.XmlPath

  55. def isEmpty: Boolean

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

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

    Definition Classes
    Any
  58. def isTraversableAgain: Boolean

    Definition Classes
    Iterator → GenTraversableOnce
  59. def length: Int

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

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

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

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  65. def mkString: String

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

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

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

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

    Definition Classes
    AbstractPathIterator → Iterator
  70. var nextState: State

    Definition Classes
    AbstractPathIterator
  71. def nonEmpty: Boolean

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

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

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

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

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

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

    Definition Classes
    AbstractPathIterator
  78. def prepareNext: Unit

    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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Iterator
  95. def sum[B >: xml.PullType](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.PullType]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    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