XConElemInline

ostrat.pWeb.XConElemInline
trait XConElemInline extends XConElem

XML / HTML content that can be inlined.

Attributes

Graph
Supertypes
trait XConElem
class Object
trait Matchable
class Any
Known subtypes
trait XHmlInline
trait HtmlInline
class HtmlA
class HtmlB
trait XmlInline
trait SvgElem
class SvgCircle
class SvgEllipse
class SvgGroup
class SvgLine
class SvgPolygon
class SvgRect
class SvgText
class ArtifactId
class GroupId
object OpenJfxId
object ScalaGroupId
object RichstratID
class ServletClass
class ServletName
class UrlPattern
class VersionElem
trait XHtmlInline
Show all

Members list

Value members

Abstract methods

def out0: String

Concrete methods

override 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

Definition Classes

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. 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