|
Scala
1.4.0.3 |
|||
Method Summary | |
final override
|
def attributes: Null.type
always empty |
final
|
def child: Nil.type
always empty |
final override
|
def namespace: AllRef
always Node.EmptyNamespace |
final override
|
def toString(): String
Same as toString(false) .
|
abstract
|
def toString(sb: StringBuffer): StringBuffer
|
Methods inherited from java/lang/Object-class |
clone, eq, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Methods inherited from scala/Iterable-class |
/:, :\, concat, exists, find, foldLeft, foldRight, forall, foreach, sameElements |
Methods inherited from scala/ScalaObject-class |
getScalaType |
Methods inherited from scala/Seq-class |
concat, copyToArray, drop, indexOf, isDefinedAt, lastIndexOf, stringPrefix, subseq, take, toList |
Methods inherited from scala/xml/Node-class |
attribute, attribute, descendant, descendant_or_self, equals, getNamespace, label, nameToString, prefix, scope, text, theSeq, xmlType |
Methods inherited from scala/xml/NodeSeq-class |
\, \\, apply, apply, asList, elements, filter, flatMap, length, map |
Method Detail |
final override def attributes: Null.type
final override def namespace: AllRef
final def child: Nil.type
final override def toString(): String
toString(false)
.
abstract def toString(sb: StringBuffer): StringBuffer
|
Scala
1.4.0.3 |
|||