|
Scala
1.3.0.4 |
|||
Elem implements the Node trait,
providing an immutable data object representing an XML element.
namespace -
the namespace code as assigned by NamespaceRegistry
label -
the element name
attribute -
the attribute map
child -
the children of this node
| Field Summary | |
val attributes: AttributeSeq
attribute axis - all attributes of this node, in order defined by attrib |
|
val child: Seq[Node]
child axis (all children of this node) |
|
final
|
val labelIntern: String
|
final
|
val namespaceIntern: String
|
| Method Summary | |
final
|
def %(attrs: Seq[Attribute]): Elem
Return a new element with updated attributes |
final
|
def %(attr: Attribute): Elem
Return a new symbol with updated attribute |
final
|
def label: String
QName (the label of this node). |
final
|
def namespace: String
the namespace of this node |
| 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/CaseClass-class |
| caseArity, caseElement |
| 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, theSeq, toString |
| Methods inherited from scala/xml/NodeSeq-class |
| \, \\, apply, asList, elements, filter, flatMap, length, map |
| Field Detail |
val attributes: AttributeSeq
val child: Seq[Node]
final val namespaceIntern: String
final val labelIntern: String
| Method Detail |
final def namespace: String
final def label: String
final def %(attrs: Seq[Attribute]): Elem
attrs -
final def %(attr: Attribute): Elem
attr -
|
Scala
1.3.0.4 |
|||