Class

scales.xml.equals

JoinTextAndCData

Related Doc: package equals

Permalink

class JoinTextAndCData extends Iterator[xml.PullType]

Modifies the stream to turn CData nodes into Text nodes and join all adjacent Text nodes togeter i.e. a "tree" with children (Text, CData, Text, CData) will become a single Text child.

CData can be kept if keepCData is set to true

Linear Supertypes
Iterator[xml.PullType], TraversableOnce[xml.PullType], GenTraversableOnce[xml.PullType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JoinTextAndCData
  2. Iterator
  3. TraversableOnce
  4. GenTraversableOnce
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JoinTextAndCData(it: Iterator[xml.PullType], keepCData: Boolean = false)

    Permalink

Type Members

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

    Permalink
    Definition Classes
    Iterator

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. def addString(b: StringBuilder): StringBuilder

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

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

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

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

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

    Permalink
    Definition Classes
    Iterator
  13. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  23. def drop(n: Int): Iterator[xml.PullType]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. def exists(p: (xml.PullType) ⇒ Boolean): Boolean

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  40. var gotNext: Boolean

    Permalink
  41. def grouped[B >: xml.PullType](size: Int): GroupedIterator[B]

    Permalink
    Definition Classes
    Iterator
  42. def hasDefiniteSize: Boolean

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

    Permalink
    Definition Classes
    JoinTextAndCData → Iterator
  44. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    Iterator
  47. def isEmpty: Boolean

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

    Permalink
    Definition Classes
    Any
  49. def isTraversableAgain: Boolean

    Permalink
    Definition Classes
    Iterator → GenTraversableOnce
  50. var it: Iterator[xml.PullType]

    Permalink
  51. var item: xml.PullType

    Permalink
  52. val keepCData: Boolean

    Permalink
  53. def length: Int

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    JoinTextAndCData → Iterator
  64. var nextIsNonText: Boolean

    Permalink
  65. def nonEmpty: Boolean

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  66. var nonText: xml.PullType

    Permalink
  67. final def notify(): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  73. def pumpNext: Unit

    Permalink
  74. def reduce[A1 >: xml.PullType](op: (A1, A1) ⇒ A1): A1

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Iterator
  82. var sb: StringBuilder

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Iterator
  114. 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