in scala/xml
class SpecialNode

abstract class SpecialNode()
extends Node
with ScalaObject
Implementing classes or objects:
class Comment(text: String)
class EntityRef(entityName: String)
class CharData(text: String)
class Text(text: String)
class ProcInstr(target: String, text: String)

a special XML node is either text (PCDATA), a comment, a PI, or an entity ref

Method Summary
final def attributes: AttributeSeq
     always empty
final def child: Nil
     always empty
final def namespace: String
     always Node.EmptyNamespace

Methods inherited from java/lang/Object-class
clone, eq, finalize, getClass, 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

Methods inherited from scala/xml/Node-class
attribute, descendant, descendant_or_self, equals, hashCode, label, theSeq, toString

Methods inherited from scala/xml/NodeSeq-class
\, \\, apply, asList, elements, filter, flatMap, length, map

Method Detail

namespace

  final def namespace: String
always Node.EmptyNamespace

attributes

  final def attributes: AttributeSeq
always empty

child

  final def child: Nil
always empty