|
Scala 2.3.3.10048
|
abstract
class
NodeSeq
extends
java.lang.Object
with
scala.Seq[scala.xml.Node]
with
scala.ScalaObject
Seq[Node]
that
adds XPath and comprehension methods.Constructor Summary | |
def
this
|
Def Summary | |
def
\
(that: java.lang.String)
: scala.xml.NodeSeq
Projection function. Similar to XPath, use this \ "foo"
to get a list of all elements of this sequence that are labelled with
"foo" . Use \ "_" as a wildcard.
The document order is preserved.
|
|
def
\\
(that: java.lang.String)
: scala.xml.NodeSeq
projection function. Similar to XPath, use this \\ 'foo
to get a list of all elements of this sequence that are labelled with
"foo" . Use \\ "_" as a wildcard.
The document order is preserved.
|
|
def
apply
(f: (scala.xml.Node) => scala.Boolean)
: scala.xml.NodeSeq
|
|
def
apply
(i: scala.Int)
: scala.xml.Node
|
|
def
elements
: scala.Iterator[scala.xml.Node]
|
|
override
|
def
equals
(x: scala.Any)
: scala.Boolean
structural equality |
def
length
: scala.Int
|
|
def
text
: java.lang.String
|
|
abstract
|
def
theSeq
: scala.Seq[scala.xml.Node]
|
override
|
def
toString
: java.lang.String
|
Def inherited from scala.Seq[scala.xml.Node] | |
++ , concat, contains, copyToArray, drop, dropWhile, filter, flatMap, isDefinedAt, isEmpty, lastIndexOf, length, map, reverse, slice, stringPrefix, subseq, super$drop, super$dropWhile, super$filter, super$take, super$takeWhile, take, takeWhile, toArray, toString |
Constructor Detail |
Def Detail |
def
\
(that: java.lang.String): scala.xml.NodeSeq
this \ "foo"
to get a list of all elements of this sequence that are labelled with
"foo"
. Use \ "_"
as a wildcard.
The document order is preserved.that -
...
def
\\
(that: java.lang.String): scala.xml.NodeSeq
this \\ 'foo
to get a list of all elements of this sequence that are labelled with
"foo"
. Use \\ "_"
as a wildcard.
The document order is preserved.that -
...
def
apply
(f: (scala.xml.Node) => scala.Boolean): scala.xml.NodeSeq
def
apply
(i: scala.Int): scala.xml.Node
def
elements
: scala.Iterator[scala.xml.Node]
override
def
equals
(x: scala.Any): scala.Boolean
def
length
: scala.Int
def
text
: java.lang.String
abstract
def
theSeq
: scala.Seq[scala.xml.Node]
override
def
toString
: java.lang.String