HtmlScala

ostrat.pWeb.HtmlScala
See theHtmlScala companion object
trait HtmlScala extends HtmlCode

Html Scala code element.

Attributes

Companion
object
Graph
Supertypes
trait HtmlCode
trait HtmlUnvoid
trait HtmlElem
trait XHmlElem
trait XConElem
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Inherited methods

Attributes

Inherited from:
XHmlElem
def attribsOutLines(indent: Int, line1InputLen: Int, maxLineLen: Int): TextLines

Attributes

Inherited from:
XHmlElem

Attributes

Inherited from:
XHmlElem

The full length of the opening tag without attributes.

The full length of the opening tag without attributes.

Attributes

Inherited from:
HtmlUnvoid

Attributes

Inherited from:
XHmlElem

Attributes

Inherited from:
XHmlElem
def openAtts(indent: Int, line1InputLen: Int, maxLineLen: Int): String

Attributes

Inherited from:
XHmlElem
def openTag(indent: Int, line1InputLen: Int, maxLineLen: Int): String

Attributes

Inherited from:
XHmlElem
def openTag1(indent: Int, line1InputLen: Int, maxLineLen: Int): String

Attributes

Inherited from:
HtmlUnvoid
def openTag2(indent: Int, line1InputLen: Int, maxLineLen: Int): String

Attributes

Inherited from:
HtmlUnvoid

The full length of the opening tag without attributes.

The full length of the opening tag without attributes.

Attributes

Inherited from:
XHmlElem

The length of the < character plus the tag.

The length of the < character plus the tag.

Attributes

Inherited from:
XHmlElem
def openUnclosed(indent: Int, line1InputLen: Int, maxLineLen: Int): String

Attributes

Inherited from:
XHmlElem
def outLines(indent: Int, line1InputLen: Int, maxLineLen: Int): TextLines

This method returns the HTML output code, but also information for the parent XML / HTML element. The class should not add any indentation to its first line. This is the responsibility of the parent element.

This method returns the HTML output code, but also information for the parent XML / HTML element. The class should not add any indentation to its first line. This is the responsibility of the parent element.

Attributes

Inherited from:
XConElem
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:
HtmlCode
def tagLen: Int

The number of characters in the tag. This is useful for calculating new lines in multi line elements.

The number of characters in the tag. This is useful for calculating new lines in multi line elements.

Attributes

Inherited from:
XHmlElem

Inherited and Abstract methods

def attribs: RArr[XAtt]

The attributes of this XML / HTML element.

The attributes of this XML / HTML element.

Attributes

Inherited from:
XHmlElem

The content of this XML / HTML element.

The content of this XML / HTML element.

Attributes

Inherited from:
XHmlElem
def out(indent: Int, line1InputLen: Int, maxLineLen: Int): String

Returns the XML / HTML source code, formatted according to the input. This allows the XML to be indented according to its context. This will generally use the outLines method for its implementation.

Returns the XML / HTML source code, formatted according to the input. This allows the XML to be indented according to its context. This will generally use the outLines method for its implementation.

Attributes

Inherited from:
XConElem