in scala.xml
class SpecialNode

abstract class SpecialNode
extends scala.xml.Node
with scala.xml.pull.XMLEvent
with scala.ScalaObject
<code>SpecialNode</code> is a special XML node which represents either text (PCDATA), a comment, a PI, or an entity ref. SpecialNodes also play the role of XMLEvents for pull-parsing.
Author:
Burak Emir
Direct Known Subclasses:
ProcInstr, EntityRef, Comment, Atom

Constructor Summary
def this



Def Summary
final override def attributes : scala.xml.Null.type
always empty
final def child : scala.Nil.type
always empty
final override def namespace : scala.Null
always Node.EmptyNamespace
abstract def toString (sb: scala.compat.StringBuilder) : scala.compat.StringBuilder
append string representation to the given stringbuffer


Constructor Detail
def this

Def Detail
final override def attributes : scala.xml.Null.type
always empty

final def child : scala.Nil.type
always empty

final override def namespace : scala.Null
always Node.EmptyNamespace

abstract def toString (sb: scala.compat.StringBuilder): scala.compat.StringBuilder
append string representation to the given stringbuffer