HtmlTitle

ostrat.pWeb.HtmlTitle
case class HtmlTitle(str: String, attribs: RArr[XmlAtt]) extends HtmlUnvoid

HTML title element.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait HtmlElem
trait XCon
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def contents: RArr[XCon]

Attributes

Definition Classes
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
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 methods

Attributes

Inherited from:
XmlElemLike

Attributes

Inherited from:
XmlElemLike

Attributes

Inherited from:
XmlElemLike

Attributes

Inherited from:
XmlElemLike

Attributes

Inherited from:
XmlElemLike

Attributes

Inherited from:
HtmlUnvoid

Attributes

Inherited from:
HtmlUnvoid

Attributes

Inherited from:
HtmlUnvoid

Attributes

Inherited from:
XmlElemLike

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product