|
Scala
1.2.0.1 |
|||
Method Summary | |
def \(that: String): NodeSeq
projection function. |
|
def \\(that: String): NodeSeq
projection function. |
|
def apply(i: Int): Node
|
|
def asList: List[Node]
|
|
def elements: Iterator[Node]
Creates a new iterator over all elements contained in this object. |
|
override
|
def equals(x: Any): Boolean
structural equality |
def filter(f: (Node) => Boolean): NodeSeq
|
|
def flatMap(f: (Node) => NodeSeq): NodeSeq
|
|
def length: Int
Returns the length of the sequence. |
|
def map(f: (Node) => Node): NodeSeq
|
|
abstract
|
def theSeq: Seq[Node]
|
override
|
def toString(): String
Customizes the toString method.
|
Methods inherited from java/lang/Object-class |
clone, eq, finalize, getClass, hashCode, notify, notifyAll, synchronized, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Methods inherited from scala/Iterable-class |
/:, :\, exists, find, foldLeft, foldRight, forall, foreach, sameElements |
Methods inherited from scala/Seq-class |
copyToArray, drop, indexOf, isDefinedAt, lastIndexOf, stringPrefix, subseq, take, toList |
Method Detail |
abstract def theSeq: Seq[Node]
def length: Int
def elements: Iterator[Node]
def apply(i: Int): Node
override def equals(x: Any): Boolean
def \(that: String): NodeSeq
def \\(that: String): NodeSeq
override def toString(): String
toString
method.
def asList: List[Node]
def map(f: (Node) => Node): NodeSeq
def flatMap(f: (Node) => NodeSeq): NodeSeq
def filter(f: (Node) => Boolean): NodeSeq
|
Scala
1.2.0.1 |
|||