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
trait HtmlUnvoid
class HtmlBody
trait HtmlCode
trait HtmlBash
trait HtmlSbt
trait HtmlScala
trait HtmlEmpty
class HtmlCanvas
class HtmlHead
class HtmlHtml
trait HtmlInline
class HtmlA
class HtmlB
class HtmlButton
trait HtmlCell
class HtmlTd
class HtmlTh
class HtmlLi
class HtmlNoScript
class HtmlScript
trait HtmlStr
class HtmlH1
class HtmlH2
class HtmlH3
class HtmlH4
class HtmlStyle
class HtmlDiv
class HtmlOl
trait HtmlRow
class HtmlRowData
class HtmlRowHead
trait HtmlSection
object Ellipses
object LinePathNames
object CoordSystem
class HtmlOlWithLH
class HtmlUlWithLH
object AstSection
class HtmlSvg
class HtmlTable
class HtmlUl
trait HtmlP
class HtmlTitle
trait HtmlVoid
object HtmlBr
class HtmlCssLink
class HtmlInput
trait HtmlMeta
object HtmlNoCache
object HtmlUtf8
trait XmlConInline
trait XmlConStr
trait XmlElem
trait SvgElem
class SvgCircle
class SvgEllipse
class SvgGroup
class SvgLine
class SvgPolygon
class SvgRect
class SvgText
class ArtifactId
class GroupId
object ScalaGroupId
object RichstratID
class ServletClass
class ServletName
class UrlPattern
class VersionElem
trait XmlMulti
trait PomDep
trait PomProject
trait WebApp
trait WebApp6
class ServletElem
trait XmlNoAtts
trait XmlLikeMulti
Show all

Members list

Value members

Abstract methods

The attributes of this XML / HTML element.

The attributes of this XML / HTML element.

Attributes

The content of this XML / HTML element.

The content of this XML / HTML element.

Attributes

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

Concrete methods

def attribsOutLines(indent: Int, line1InputLen: Int, maxLineLen: Int): TextLines

The XML / HTML output for this element's attributes.

The XML / HTML output for this element's attributes.

Attributes

def openAtts(indent: Int, line1InputLen: Int, maxLineLen: Int): String
def openTag(indent: Int, line1InputLen: Int, maxLineLen: Int): String

The length of the < character plus the tag.

The length of the < character plus the tag.

Attributes

def openUnclosed(indent: Int, line1InputLen: Int, maxLineLen: Int): String
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 methods

def outLines(indent: Int, line1InputLen: Int, maxLineLen: Int): TextLines

This should replace the outEither method and possibly the out method as well.

This should replace the outEither method and possibly the out method as well.

Attributes

Inherited from:
XCon

Inherited and Abstract methods

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.

Returns the XML / HTML source code, formatted according to the input. This allows the XML to be indented according to its context.

Attributes

Inherited from:
XCon