HtmlUnvoid

ostrat.pWeb.HtmlUnvoid
trait HtmlUnvoid extends HtmlElem

An HTML element that is not void.

Attributes

Graph
Supertypes
trait HtmlElem
trait XCon
class Object
trait Matchable
class Any
Known subtypes
class HtmlBody
class HtmlCode
class HtmlHead
class HtmlHtml
class HtmlTitle

Members list

Concise view

Value members

Concrete methods

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:
XmlElemLike

Attributes

Inherited from:
XmlElemLike

Attributes

Inherited from:
XmlElemLike
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

Inherited from:
XCon
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

Inherited from:
XmlElemLike