|
Scala 2.2.0.9153
|
class
NodeBuffer
extends
scala.collection.mutable.ArrayBuffer[scala.xml.Node] with
scala.ScalaObjectSeq[Node]
, it must be ensured that no updates
occur after that point, because scala.xml.Node
is assumed
to be immutable.
Despite this being a sequence, don't use it as key in a hashtable.
Calling the hashcode function will result in a runtime error.Constructor Summary | |
def
this
|
Def Summary | |
def
&+
(o: scala.Any)
: scala.xml.NodeBuffer
Append a single node to this buffer, returns reference on this NodeBuffer for convenience. Append an iterable object to this buffer, returns reference on this NodeBuffer for convenience. Append given string as a scala.xml.Text node to this
buffer, returns reference on this NodeBuffer for convenience.
|
Constructor Detail |
def
this
Def Detail |
def
&+
(o: scala.Any): scala.xml.NodeBuffer
scala.xml.Text
node to this
buffer, returns reference on this NodeBuffer for convenience.o -
...