|
Scala 2
|
class
Node
extends
NodeSeq with
ScalaObjectConstructor Summary | |
def
this
|
Def Summary | |
final
|
def
attribute
( key : java.lang.String )
: java.lang.String
Looks up an unprefixed attribute in attributes of this node. |
final
|
def
attribute
( uri : java.lang.String , key : java.lang.String )
: java.lang.String
Looks up a prefixed attribute in attributes of this node. |
def
attributes
: MetaData
Attribute axis - all attributes of this node, in order defined by attrib |
|
def
child
: Seq
child axis (all children of this node) |
|
def
descendant
: List
descendant axis (all descendants of this node, not including not itself) |
|
def
descendant_or_self
: List
descendant axis (all descendants of this node, including this node) |
|
override
|
def
equals
( x : scala.Any )
: scala.Boolean
structural equality |
def
getNamespace
( _pre : java.lang.String )
: java.lang.String
|
|
override
|
def
hashCode
: scala.Int
returns a hashcode |
def
label
: java.lang.String
label of this node. I.e. "foo" for <foo/>) |
|
def
nameToString
( sb : java.lang.StringBuffer )
: java.lang.StringBuffer
Appends qualified name of this node to StringBuffer .
|
|
def
namespace
: java.lang.String
|
|
def
prefix
: java.lang.String
prefix of this node |
|
def
scope
: NamespaceBinding
the namespace bindings |
|
override
|
def
text
: java.lang.String
|
final
|
def
theSeq
: List
method for NodeSeq |
def
toString
( stripComment : scala.Boolean )
: java.lang.String
String representation of this node |
|
override
|
def
toString
: java.lang.String
Same as toString(false) .
|
def
typeTag$
: scala.Int
used internally. Atom/Molecule = -1 PI = -2 Comment = -3 EntityRef = -5 |
|
def
xmlType
: TypeSymbol
Returns a type symbol (e.g. DTD, XSD), default null .
|
Constructor Detail |
def
this
Def Detail |
def
attribute
( key : java.lang.String ) : java.lang.String
UnprefixedAttribute
with given key
in attributes, if it exists, otherwise null
.def
attribute
( uri : java.lang.String , key : java.lang.String ) : java.lang.String
PrefixedAttribute
with given namespace
and given key, otherwise null
.def
attributes
: MetaData
def
child
: Seq
def
descendant
: List
def
descendant_or_self
: List
def
equals
( x : scala.Any ) : scala.Boolean
def
getNamespace
( _pre : java.lang.String ) : java.lang.String
def
hashCode
: scala.Int
def
label
: java.lang.String
def
nameToString
( sb : java.lang.StringBuffer ) : java.lang.StringBuffer
StringBuffer
.def
namespace
: java.lang.String
def
prefix
: java.lang.String
def
scope
: NamespaceBinding
def
text
: java.lang.String
def
theSeq
: List
def
toString
( stripComment : scala.Boolean ) : java.lang.String
def
toString
: java.lang.String
toString(false)
.def
typeTag$
: scala.Int
def
xmlType
: TypeSymbol
null
.