XmlElemLike

ostrat.pWeb.XmlElemLike
trait XmlElemLike extends XCon

An XML or an HTML element

Attributes

Graph
Supertypes
trait XCon
class Object
trait Matchable
class Any
Known subtypes
trait HtmlElem
class HtmlBody
class HtmlCode
class HtmlHead
class HtmlHtml
class HtmlTitle
trait HtmlVoid
trait HtmlMeta
object HtmlUtf8.type
object HtmlViewDevWidth.type
trait XmlElem
trait SvgElem
class SvgCircle
class SvgRect

Members list

Concise view

Value members

Abstract methods

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 methods

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