HtmlElem

ostrat.pWeb.HtmlElem
trait HtmlElem extends XHmlElem

HTML element.

Attributes

Graph
Supertypes
trait XHmlElem
trait XConElem
class Object
trait Matchable
class Any
Known subtypes
class HtmlOl
trait HtmlRow
class HtmlRowData
class HtmlRowHead
trait HtmlSection
object CoordSystem
object Ellipses
object GeomPage2D
object GeomPageWeb
object LessonLists
object LinePathNames
class HtmlOlWithLH
class HtmlUlWithLH
class HtmlSvg
class HtmlTable
class HtmlUl
trait HtmlOwnLine
trait HtmlBrLine
class HtmlButton
class HtmlCanvas
trait HtmlCell
class HtmlTd
class HtmlTh
class HtmlDirPath
class HtmlDivGen
class HtmlLi
class HtmlNoScript
class HtmlP
class HtmlScript
class HtmlSpan
class HtmlH1
class HtmlH2
class HtmlH3
class HtmlH4
class HtmlStyle
trait HtmlUnvoid
class HtmlBody
trait HtmlCode
trait HtmlBash
class HtmlBashLine
trait HtmlSbt
trait HtmlScala
trait HtmlDiv
class HtmlHead
class HtmlHtml
class HtmlTitle
trait HtmlVoid
object HtmlBr
class HtmlCssLink
class HtmlInput
trait HtmlMeta
object HtmlNoCache
object HtmlUtf8
Show all

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

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

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