|
|
Scala 2.3.3
|
case
class
Elem
extends scala.xml.Node
with scala.ScalaObject
with scala.Product
Elem extends the Node class,
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
| Constructor Summary | |
def
this
(prefix: java.lang.String, label: java.lang.String, attributes: scala.xml.MetaData, scope: scala.xml.NamespaceBinding, child: scala.xml.Node*)
|
|
| Val Summary | |
override
|
val
attributes
: scala.xml.MetaData
|
val
child
: scala.xml.Node*
|
|
val
label
: java.lang.String
|
|
override
|
val
prefix
: java.lang.String
|
override
|
val
scope
: scala.xml.NamespaceBinding
|
| Def Summary | |
final override
|
def
$tag
: scala.Int
|
final
|
def
%
(attrs: scala.xml.MetaData)
: scala.xml.Elem
Returns a new element with updated attributes. |
final override
|
def
arity
: scala.Int
|
final override
|
def
element
(x$1: scala.Int)
: scala.Any
|
override
|
def
hashCode
: scala.Int
|
final override
|
def
productPrefix
: java.lang.String
|
override
|
def
text
: java.lang.String
Returns concatenation of text(n) for each child
n.
|
final override
|
def
typeTag$
: scala.Int
|
| Def inherited from scala.xml.Node | |
| attribute , attribute, attributes, child, descendant, descendant_or_self, equals, getNamespace, hashCode, label, nameToString, namespace, prefix, scope, text, theSeq, toString, toString, typeTag$, xmlType |
| Def inherited from scala.Product | |
| arity , element, productPrefix |
| Constructor Detail |
def
this
(prefix: java.lang.String, label: java.lang.String, attributes: scala.xml.MetaData, scope: scala.xml.NamespaceBinding, child: scala.xml.Node*)
| Val Detail |
override
val
attributes
: scala.xml.MetaData
val
child
: scala.xml.Node*
val
label
: java.lang.String
override
val
prefix
: java.lang.String
override
val
scope
: scala.xml.NamespaceBinding
| Def Detail |
final override
def
$tag
: scala.Int
final
def
%
(attrs: scala.xml.MetaData): scala.xml.Elem
attrs - ...
final override
def
arity
: scala.Int
override
def
hashCode
: scala.Int
final override
def
productPrefix
: java.lang.String
override
def
text
: java.lang.String
text(n) for each child
n.
final override
def
typeTag$
: scala.Int