scales.xml.trax

TreeIterable

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

Linear Supertypes
AbstractPathIterator[XmlItem, Elem, xml.XCC, xml.PullType], Iterator[xml.PullType], TraversableOnce[xml.PullType], GenTraversableOnce[xml.PullType], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TreeIterable
  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 TreeIterable(tree: xml.XmlTree)

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: 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.PullType](that: ⇒ GenTraversableOnce[B]): Iterator[B]

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  6. def :\[B](z: B)(op: (xml.PullType, 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. object End extends State with Product with Serializable

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

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

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

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

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

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

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

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

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

    Definition Classes
    Iterator
  19. final def canDoNext: Boolean

    Definition Classes
    AbstractPathIterator
  20. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Iterator
  34. def end: xml.PullType

    Definition Classes
    TreeIterableAbstractPathIterator
  35. final def eq(arg0: AnyRef): Boolean

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

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

    Definition Classes
    TreeIterableAbstractPathIterator
  38. def exists(p: (xml.PullType) ⇒ Boolean): Boolean

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

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

    Definition Classes
    Iterator
  41. def finalize(): Unit

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

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

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

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

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

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

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

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

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

    Definition Classes
    Iterator
  51. def hasDefiniteSize: Boolean

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

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

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

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

    Definition Classes
    Iterator
  56. lazy val initialPath: Path[XmlItem, Elem, xml.XCC]

    Definition Classes
    TreeIterableAbstractPathIterator
  57. def isEmpty: Boolean

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

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

    Definition Classes
    Any
  60. def isTraversableAgain: Boolean

    Definition Classes
    Iterator → GenTraversableOnce
  61. def length: Int

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

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

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

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  67. def mkString: String

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

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

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

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

    Definition Classes
    AbstractPathIterator → Iterator
  72. var nextState: State

    Definition Classes
    AbstractPathIterator
  73. def nonEmpty: Boolean

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

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

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

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

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

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

    Definition Classes
    AbstractPathIterator
  80. def prepareNext: Unit

    called after nextState.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Iterator

Deprecated Value Members

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

    Definition Classes
    GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use fold instead

Inherited from Iterator[xml.PullType]

Inherited from TraversableOnce[xml.PullType]

Inherited from GenTraversableOnce[xml.PullType]

Inherited from AnyRef

Inherited from Any

Ungrouped