HtmlUtf8

ostrat.pWeb.HtmlUtf8$
object HtmlUtf8 extends HtmlMeta

HTML charset='UTF-8' meta element.

Attributes

Graph
Supertypes
trait HtmlMeta
trait HtmlVoid
trait HtmlElem
trait XCon
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

override def attribs: RArr[XmlAtt]

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
XmlElemLike

Attributes

Inherited from:
XmlElemLike
final override def contents: RArr[XCon]

Attributes

Definition Classes
Inherited from:
HtmlVoid

Attributes

Inherited from:
XmlElemLike

Attributes

Inherited from:
XmlElemLike

Attributes

Inherited from:
XmlElemLike

Attributes

Inherited from:
XmlElemLike
override def out(indent: Int, maxLineLen: Int): String

Returns the XML source code, formatted according to the input.

Returns the XML source code, formatted according to the input.

Attributes

Definition Classes
Inherited from:
HtmlVoid
override def tag: String

The XML /HTML tag String. A tag is a markup construct that begins with < and ends with >

The XML /HTML tag String. A tag is a markup construct that begins with < and ends with >

Attributes

Definition Classes
Inherited from:
HtmlMeta

Concrete fields