|
Scala
1.4.0.3 |
|||
Elem
implements the Node trait,
providing an immutable data object representing an XML element.
prefix
-
(may be null)
label
-
the element name
attribute
-
the attribute map
child
-
the children of this node
Field Summary | |
override
|
val attributes: MetaData
Attribute axis - all attributes of this node, in order defined by attrib |
val child: Seq[Node]
child axis (all children of this node) |
|
val label: String
label of this node. |
|
override
|
val prefix: String
prefix of this node |
override
|
val scope: NamespaceBinding
the namespace bindings |
Method Summary | |
final
|
def %(attrs: MetaData): Elem
Return a new element with updated attributes |
override
|
def text: String
|
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/CaseClass-class |
caseArity, caseElement, caseName |
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, nameToString, namespace, theSeq, toString, toString, xmlType |
Methods inherited from scala/xml/NodeSeq-class |
\, \\, apply, apply, asList, elements, filter, flatMap, length, map |
Field Detail |
override val prefix: String
val label: String
override val attributes: MetaData
override val scope: NamespaceBinding
val child: Seq[Node]
Method Detail |
final def %(attrs: MetaData): Elem
attrs
-
override def text: String
|
Scala
1.4.0.3 |
|||