monadic-html
monadic-html
mhtml
mount
scala.xml
Atom
Comment
Elem
Elem
EntityRef
Group
MetaData
NamespaceBinding
NamespaceBinding
Node
NodeBuffer
Null
PrefixedAttribute
Scope
Text
TopScope
UnprefixedAttribute
XmlAttributeEmbeddable
XmlAttributeEmbeddable
XmlElementEmbeddable
XmlElementEmbeddable
XmlEntityRefEmbeddable
monadic-html
/
scala.xml
/
Elem
Elem
final case
class
Elem
(
prefix:
Option
[
String
],
label:
String
,
attributes1:
MetaData
,
scope:
Option
[
Scope
],
minimizeEmpty:
Boolean
,
child:
Node
*)
extends
Node
XML element.
Companion:
object
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
trait
Node
class
Object
trait
Matchable
class
Any
Value members
Value members
Constructors
def
this
(
p:
String
,
l:
String
,
a:
MetaData
,
s:
Scope
,
m:
Boolean
,
c:
Node
*)
Inherited methods
def
namespace
:
Option
[
String
]
Inherited from:
Node
def
productElementNames
:
Iterator
[
String
]
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from:
Product