| 
 | 
          Scala 1.3.0.7 | |||
| Method Summary | |
| 
        final | def attribute: Map[String,String]attribute map for attributes with the same namespace as this element | 
| 
        abstract | def attributes: AttributeSeqattribute axis - all attributes of this node, in order defined by attrib | 
| 
        abstract | def child: Seq[Node]child axis (all children of this node) | 
| def descendant: List[Node]descendant axis (all descendants of this node) | |
| def descendant_or_self: List[Node]descendant axis (all descendants of this node) | |
| 
        override | def equals(x: Any): Booleanstructural equality | 
| 
        override | def hashCode(): Intreturns a hashcode | 
| 
        abstract | def label: Stringlabel of this node. | 
| 
        abstract | def namespace: Stringthe namespace of this node | 
| 
        final | def theSeq: List[Node]method for NodeSeq | 
| def toString(stripComment: Boolean): StringString representation of this node | |
| 
        override | def toString(): String | 
| 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/ScalaObject-class | 
| getType | 
| Methods inherited from scala/Seq-class | 
| copyToArray, drop, indexOf, isDefinedAt, lastIndexOf, stringPrefix, subseq, take, toList | 
| Methods inherited from scala/xml/NodeSeq-class | 
| \, \\, apply, asList, elements, filter, flatMap, length, map | 
| Method Detail | 
abstract def label: String
abstract def namespace: String
final def attribute: Map[String,String]
abstract def attributes: AttributeSeq
abstract def child: Seq[Node]
def descendant: List[Node]
def descendant_or_self: List[Node]
override def equals(x: Any): Boolean
override def hashCode(): Int
final def theSeq: List[Node]
def toString(stripComment: Boolean): String
stripComment - 
  if true, strips comment nodes from result
   
  override def toString(): String
| 
 | 
          Scala 1.3.0.7 | |||