ostrat.pWeb

package ostrat.pWeb

I'm just trying out a new package, not sure whether will use pWeb.

Attributes

Members list

Type members

Classlikes

class ArtifactId(artifactStr: String) extends XmlElemSimple

Attributes

Companion
object
Supertypes
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object ArtifactId

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
ArtifactId.type
trait BorderStyle extends CssVal

Css border-style value.

Css border-style value.

Attributes

Supertypes
trait CssVal
class Object
trait Matchable
class Any
Known subtypes
object CssSolid
object CentreBlockAtt extends ClassAtt

Attributes

Supertypes
class ClassAtt
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
Self type
case class ClassAtt(valueStr: String) extends XmlAtt

Creates for a "class" XML / HTML attribute."

Creates for a "class" XML / HTML attribute."

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
Known subtypes
class ConnSesh(val cNum: Int, val sock: Socket, fResp: ThrowMon[HttpReq] => Option[HttpResp]) extends Runnable

Attributes

Supertypes
trait Runnable
class Object
trait Matchable
class Any
case class ContentAtt(valueStr: String) extends XmlAtt

Creates for an HTML / XML content attribute."

Creates for an HTML / XML content attribute."

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
object CssAuto extends CssGenVal

CSS auto value.

CSS auto value.

Attributes

Supertypes
trait CssGenVal
trait CssVal
class Object
trait Matchable
class Any
Self type
CssAuto.type
case class CssBGColour(colour: Colour) extends CssDec

CSS background-color property.

CSS background-color property.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
object CssBlock extends CssVal

CSS block value.

CSS block value.

Attributes

Supertypes
trait CssVal
class Object
trait Matchable
class Any
Self type
CssBlock.type
case class CssBody(decsArr: RArr[CssDecs]) extends CssRule

CSS rule for the body.

CSS rule for the body.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait CssRule
trait CssRuleLike
class Object
trait Matchable
class Any
Show all
object CssBody

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
CssBody.type
case class CssButton(decsArr: RArr[CssDecs]) extends CssRule

CSS rule for button.

CSS rule for button.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait CssRule
trait CssRuleLike
class Object
trait Matchable
class Any
Show all
object CssButton

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
CssButton.type
case class CssCanvas(decsArr: RArr[CssDecs]) extends CssRule

CSS rule for HTML canvas.

CSS rule for HTML canvas.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait CssRule
trait CssRuleLike
class Object
trait Matchable
class Any
Show all
object CssCanvas

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
CssCanvas.type
object CssCentre extends CssTextAlignVal

CSS center value.

CSS center value.

Attributes

Supertypes
trait CssVal
class Object
trait Matchable
class Any
Self type
CssCentre.type
class CssClassesRule(val classStr: String, val decsArr: RArr[CssDecs]) extends CssRule

CSS rule for classes.

CSS rule for classes.

Attributes

Companion
object
Supertypes
trait CssRule
trait CssRuleLike
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
case class CssCode(decsArr: RArr[CssDecs]) extends CssRule

CSS rule for code.

CSS rule for code.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait CssRule
trait CssRuleLike
class Object
trait Matchable
class Any
Show all
object CssCode

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
CssCode.type
object CssCol extends CssVal

CSS column value.

CSS column value.

Attributes

Supertypes
trait CssVal
class Object
trait Matchable
class Any
Self type
CssCol.type
trait CssDec extends CssDecs

CSS declaration

CSS declaration

Attributes

Supertypes
trait CssDecs
class Object
trait Matchable
class Any
Known subtypes
class CssBGColour
trait CssDecStd
class DecAlign
object DecAlignCen
object DecAlignJus
object DecAlignLeft
object DecAlignRight
class DecBorder
class DecDisplay
object DispBlock
object DispFlex
object DispInBlock
object DispNone
class DecFlexDirn
class DecFontSize
class DecHeight
class DecMarg
class DecMargLeft
class DecMargRight
class DecMargTop
class DecMaxWidth
class DecMinHeight
class DecOverflow
class DecPad
class DecPadLeft
class DecPadRight
class DecSpaces
object DecNoWrap
class DecWidth
class DecColour
class DecTextAlign
object DecTextCentre
Show all
trait CssDecMulti extends CssDecs

Declaration with a single value that is translated to multiple CSS declarations.

Declaration with a single value that is translated to multiple CSS declarations.

Attributes

Supertypes
trait CssDecs
class Object
trait Matchable
class Any
Known subtypes
trait CssDecStd extends CssDec

Standard CSS declaration which takes a CssVal to produce the CSS value output.

Standard CSS declaration which takes a CssVal to produce the CSS value output.

Attributes

Supertypes
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Known subtypes
class DecAlign
object DecAlignCen
object DecAlignJus
object DecAlignLeft
object DecAlignRight
class DecBorder
class DecDisplay
object DispBlock
object DispFlex
object DispInBlock
object DispNone
class DecFlexDirn
class DecFontSize
class DecHeight
class DecMarg
class DecMargLeft
class DecMargRight
class DecMargTop
class DecMaxWidth
class DecMinHeight
class DecOverflow
class DecPad
class DecPadLeft
class DecPadRight
class DecSpaces
object DecNoWrap
class DecWidth
Show all
trait CssDecs

base trait for CssDec and CssDecMulti, certain scala declarations that translate to multiple CSS Declarations.

base trait for CssDec and CssDecMulti, certain scala declarations that translate to multiple CSS Declarations.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait CssDec
class CssBGColour
trait CssDecStd
class DecAlign
object DecAlignCen
object DecAlignJus
object DecAlignLeft
object DecAlignRight
class DecBorder
class DecDisplay
object DispBlock
object DispFlex
object DispInBlock
object DispNone
class DecFlexDirn
class DecFontSize
class DecHeight
class DecMarg
class DecMargLeft
class DecMargRight
class DecMargTop
class DecMaxWidth
class DecMinHeight
class DecOverflow
class DecPad
class DecPadLeft
class DecPadRight
class DecSpaces
object DecNoWrap
class DecWidth
class DecColour
class DecTextAlign
object DecTextCentre
trait CssDecMulti
Show all
case class CssEm(numEm: Double) extends CssVal

CSS value in em units. Relative to the font-size of the element (2em means 2 times the size of the current font).

CSS value in em units. Relative to the font-size of the element (2em means 2 times the size of the current font).

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CssVal
class Object
trait Matchable
class Any
Show all
object CssFlex extends CssVal

CSS flex value.

CSS flex value.

Attributes

Supertypes
trait CssVal
class Object
trait Matchable
class Any
Self type
CssFlex.type
trait CssGenVal extends CssVal

A value that can be used with most properties.

A value that can be used with most properties.

Attributes

Supertypes
trait CssVal
class Object
trait Matchable
class Any
Known subtypes
object CssAuto
object CssInherit
object CssInitial
case class CssH1(decsArr: RArr[CssDecs]) extends CssRule

CSS rule for the H1 header.

CSS rule for the H1 header.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait CssRule
trait CssRuleLike
class Object
trait Matchable
class Any
Show all
object CssH1

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
CssH1.type
object CssHidden extends CssVal

CSS hidden value.

CSS hidden value.

Attributes

Supertypes
trait CssVal
class Object
trait Matchable
class Any
Self type
CssHidden.type
class CssIDRule(val idStr: String, val decsArr: RArr[CssDecs]) extends CssRule

CSS rule for IDs.

CSS rule for IDs.

Attributes

Companion
object
Supertypes
trait CssRule
trait CssRuleLike
class Object
trait Matchable
class Any
object CssIDRule

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
CssIDRule.type
object CssInBlock extends CssVal

CSS inline-block value.

CSS inline-block value.

Attributes

Supertypes
trait CssVal
class Object
trait Matchable
class Any
Self type
CssInBlock.type
object CssInherit extends CssGenVal

CSS auto value.

CSS auto value.

Attributes

Supertypes
trait CssGenVal
trait CssVal
class Object
trait Matchable
class Any
Self type
CssInherit.type
object CssInitial extends CssGenVal

CSS initial value.

CSS initial value.

Attributes

Supertypes
trait CssGenVal
trait CssVal
class Object
trait Matchable
class Any
Self type
CssInitial.type
object CssJustify extends CssTextAlignVal

CSS justify value.

CSS justify value.

Attributes

Supertypes
trait CssVal
class Object
trait Matchable
class Any
Self type
CssJustify.type
object CssLeft extends CssTextAlignVal

CSS left value.

CSS left value.

Attributes

Supertypes
trait CssVal
class Object
trait Matchable
class Any
Self type
CssLeft.type
case class CssMargTopBot(value: CssVal) extends CssDecMulti

Css margin-lop and bottom declarations.

Css margin-lop and bottom declarations.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CssDecMulti
trait CssDecs
class Object
trait Matchable
class Any
Show all
abstract class CssMedia(val queryStr: String) extends CssRulesHolder, CssRuleLike

CSS media query.

CSS media query.

Attributes

Supertypes
trait CssRuleLike
class Object
trait Matchable
class Any
Known subtypes
object CssNone extends CssVal

CSS none value.

CSS none value.

Attributes

Supertypes
trait CssVal
class Object
trait Matchable
class Any
Self type
CssNone.type
case class CssOl(decsArr: RArr[CssDecs]) extends CssRule

CSS rule for OL ordered lists.

CSS rule for OL ordered lists.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait CssRule
trait CssRuleLike
class Object
trait Matchable
class Any
Show all
object CssOl

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
CssOl.type
case class CssP(decsArr: RArr[CssDecs]) extends CssRule

CSS rule for HTML p paragraphs.

CSS rule for HTML p paragraphs.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait CssRule
trait CssRuleLike
class Object
trait Matchable
class Any
Show all
object CssP

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
CssP.type
case class CssPx(numPx: Double) extends CssVal

CSS value in px units. Pixels are relative to the viewing device. For low-dpi devices, 1px is one device pixel (dot) of the display. For printers and high resolution screens 1px implies multiple device pixels.

CSS value in px units. Pixels are relative to the viewing device. For low-dpi devices, 1px is one device pixel (dot) of the display. For printers and high resolution screens 1px implies multiple device pixels.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CssVal
class Object
trait Matchable
class Any
Show all
object CssRight extends CssTextAlignVal

CSS right value.

CSS right value.

Attributes

Supertypes
trait CssVal
class Object
trait Matchable
class Any
Self type
CssRight.type
trait CssRule extends CssRuleLike

Css Rule consisting of selector plus a set of declarations.

Css Rule consisting of selector plus a set of declarations.

Attributes

Companion
object
Supertypes
trait CssRuleLike
class Object
trait Matchable
class Any
Known subtypes
class CssBody
class CssButton
class CssCanvas
class CssCode
class CssH1
class CssIDRule
class CssOl
class CssP
class CssSvg
Show all
object CssRule

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
CssRule.type
trait CssRuleLike

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class CssMedia
trait CssRule
class CssBody
class CssButton
class CssCanvas
class CssCode
class CssH1
class CssIDRule
class CssOl
class CssP
class CssSvg
Show all

A list of CssRules and media queries with a possible end String.

A list of CssRules and media queries with a possible end String.

Attributes

Supertypes
trait HttpContent
class Object
trait Matchable
class Any
Known subtypes
trait CssOpenstrat
object OnlyCss

Base trait for CssMedia and CssRules.

Base trait for CssMedia and CssRules.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class CssMedia
trait CssRules
trait CssOpenstrat
object OnlyCss
Show all
object CssSolid extends BorderStyle

Css solid border style value.

Css solid border style value.

Attributes

Supertypes
trait BorderStyle
trait CssVal
class Object
trait Matchable
class Any
Self type
CssSolid.type
object CssStart extends CssVal

CSS start value.

CSS start value.

Attributes

Supertypes
trait CssVal
class Object
trait Matchable
class Any
Self type
CssStart.type
case class CssSvg(decsArr: RArr[CssDecs]) extends CssRule

CSS rule for code.

CSS rule for code.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait CssRule
trait CssRuleLike
class Object
trait Matchable
class Any
Show all
object CssSvg

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
CssSvg.type
trait CssTextAlignVal extends CssVal

Legal CSS value for text-align property

Legal CSS value for text-align property

Attributes

Supertypes
trait CssVal
class Object
trait Matchable
class Any
Known subtypes
object CssCentre
object CssJustify
object CssLeft
object CssRight
trait CssVal

A CSS value for a declaration or media query.

A CSS value for a declaration or media query.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait BorderStyle
object CssSolid
object CssBlock
object CssCol
class CssEm
object CssFlex
trait CssGenVal
object CssAuto
object CssInherit
object CssInitial
object CssHidden
object CssInBlock
object CssNone
class CssPx
object CssStart
object CssCentre
object CssJustify
object CssLeft
object CssRight
class CssVh
class CssVw
Show all
object CssVal

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
CssVal.type
case class CssVh(numVh: Double) extends CssVal

CSS value in vh units. Relative to 1% of the height of the viewport.

CSS value in vh units. Relative to 1% of the height of the viewport.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CssVal
class Object
trait Matchable
class Any
Show all
case class CssVw(numVw: Double) extends CssVal

CSS value in vw units. Relative to 1% of the width of the viewport.

CSS value in vw units. Relative to 1% of the width of the viewport.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CssVal
class Object
trait Matchable
class Any
Show all
case class DecAlign(value: CssTextAlignVal | CssGenVal) extends CssDecStd

Css text-align declaration.

Css text-align declaration.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
Known subtypes
object DecAlignCen
object DecAlignJus
object DecAlignLeft
object DecAlignRight
object DecAlignCen extends DecAlign

Css text-align declaration set to center.

Css text-align declaration set to center.

Attributes

Supertypes
class DecAlign
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
Self type
object DecAlignJus extends DecAlign

Css text-align declaration set to center.

Css text-align declaration set to center.

Attributes

Supertypes
class DecAlign
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
Self type
object DecAlignLeft extends DecAlign

Css text-align declaration set to left.

Css text-align declaration set to left.

Attributes

Supertypes
class DecAlign
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
Self type
object DecAlignRight extends DecAlign

Css text-align declaration set to right.

Css text-align declaration set to right.

Attributes

Supertypes
class DecAlign
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
Self type
case class DecBorder(value: CssVal) extends CssDecStd

Css border declaration.

Css border declaration.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
object DecBorder

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
DecBorder.type
case class DecColour(colour: Colour) extends CssDec

CSS color declaration.

CSS color declaration.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
case class DecDisplay(value: CssVal) extends CssDecStd

Css Display declaration.

Css Display declaration.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
Known subtypes
object DispBlock
object DispFlex
object DispInBlock
object DispNone
case class DecFlexDirn(value: CssVal) extends CssDecStd

Css flex-direction declaration.

Css flex-direction declaration.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
Known subtypes
object DecFlexDirnCol extends DecFlexDirn

Css text-align declaration set to start.

Css text-align declaration set to start.

Attributes

Supertypes
class DecFlexDirn
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
Self type
case class DecFontSize(value: CssVal) extends CssDecStd

CSS font-size declaration.

CSS font-size declaration.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
case class DecHeight(value: CssVal) extends CssDecStd

CSS height declaration.

CSS height declaration.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
case class DecMarg(value: CssVal) extends CssDecStd

Css margin declaration.

Css margin declaration.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
case class DecMargBottom(value: CssVal) extends CssDecStd

Css margin-bottom declaration.

Css margin-bottom declaration.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
case class DecMargLeft(value: CssVal) extends CssDecStd

Css margin-left declaration.

Css margin-left declaration.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
case class DecMargLeftRight(value: CssVal) extends CssDecMulti

Css margin-left and margin-right declarations set to same value.

Css margin-left and margin-right declarations set to same value.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CssDecMulti
trait CssDecs
class Object
trait Matchable
class Any
Show all
case object DecMargLeftRightAuto extends CssDecMulti

Css margin-left and margin-right declarations set to auto.

Css margin-left and margin-right declarations set to auto.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CssDecMulti
trait CssDecs
class Object
trait Matchable
class Any
Show all
Self type
case class DecMargRight(value: CssVal) extends CssDecStd

Css margin-right declaration.

Css margin-right declaration.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
case class DecMargTop(value: CssVal) extends CssDecStd

Css margin-top declaration.

Css margin-top declaration.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
case class DecMaxWidth(value: CssVal) extends CssDecStd

Css max-width declaration.

Css max-width declaration.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
case class DecMinHeight(value: CssVal) extends CssDecStd

CSS min=height declaration.

CSS min=height declaration.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
object DecNoWrap extends DecSpaces

CSS white-space declaration set to nowrap.

CSS white-space declaration set to nowrap.

Attributes

Supertypes
class DecSpaces
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
Self type
DecNoWrap.type
case class DecOverflow(value: CssVal) extends CssDecStd

Css Overflow declaration.

Css Overflow declaration.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
Known subtypes

Css Overflow declaration set to inline-block.

Css Overflow declaration set to inline-block.

Attributes

Supertypes
class DecOverflow
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
Self type
case class DecPad(value: CssVal) extends CssDecStd

Css padding declaration.

Css padding declaration.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
case class DecPadLeft(value: CssVal) extends CssDecStd

Css padding-left declaration.

Css padding-left declaration.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
case class DecPadRight(value: CssVal) extends CssDecStd

Css padding-right declaration.

Css padding-right declaration.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
case class DecSpaces(value: CssVal) extends CssDecStd

CSS white-space declaration.

CSS white-space declaration.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
Known subtypes
object DecNoWrap
object DecSpaces

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
DecSpaces.type
case class DecTextAlign(align: TextAlign) extends CssDec

CSS text-align declaration.

CSS text-align declaration.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
Known subtypes
object DecTextCentre
object DecTextCentre extends DecTextAlign

CSS text-align declaration set to center.

CSS text-align declaration set to center.

Attributes

Supertypes
class DecTextAlign
trait Serializable
trait Product
trait Equals
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
Self type
case class DecWidth(value: CssVal) extends CssDecStd

CSS width declaration.

CSS width declaration.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
case class DecWidthHeight(value: CssVal) extends CssDecs

CSS width and height declarations set to same value.

CSS width and height declarations set to same value.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CssDecs
class Object
trait Matchable
class Any
Show all
object DispBlock extends DecDisplay

Css Display declaration set to block.

Css Display declaration set to block.

Attributes

Supertypes
class DecDisplay
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
Self type
DispBlock.type
object DispFlex extends DecDisplay

Css Display declaration set to flex.

Css Display declaration set to flex.

Attributes

Supertypes
class DecDisplay
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
Self type
DispFlex.type
object DispInBlock extends DecDisplay

Css Display declaration set to inline-block.

Css Display declaration set to inline-block.

Attributes

Supertypes
class DecDisplay
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
Self type
object DispNone extends DecDisplay

Css Display declaration set to none.

Css Display declaration set to none.

Attributes

Supertypes
class DecDisplay
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
Self type
DispNone.type
implicit class DoubleWebExtensions(thisDouble: Double)

Attributes

Supertypes
class Object
trait Matchable
class Any
case class FillAttrib(valueStr: String) extends XmlAtt

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
object FillAttrib

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
FillAttrib.type
class GroupId(groupStr: String) extends XmlElemSimple

Attributes

Companion
object
Supertypes
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Known subtypes
object ScalaGroupId
object RichstratID
object GroupId

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
GroupId.type
case class HeightAtt(valueStr: String) extends XmlAtt

XML attribute for height.

XML attribute for height.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
object HeightAtt

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
HeightAtt.type
case class HrefAtt(valueStr: String) extends XmlAtt

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
class HtmlA(val link: String, val contents: RArr[XCon], otherAttribs: RArr[XmlAtt]) extends HtmlInline

HTML A anchor element.

HTML A anchor element.

Attributes

Companion
object
Supertypes
trait HtmlInline
trait XmlConInline
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object HtmlA

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
HtmlA.type
case class HtmlB(str: String) extends HtmlInline

HTML bold element.

HTML bold element.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait HtmlInline
trait XmlConInline
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
trait HtmlBash extends HtmlCode

Attributes

Supertypes
trait HtmlCode
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Known subtypes

Attributes

Companion
object
Supertypes
trait HtmlInline
trait XmlConInline
trait HtmlBash
trait HtmlCode
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
class HtmlBody(val contents: RArr[XCon], val attribs: RArr[XmlAtt]) extends HtmlUnvoid

The HTML body element.

The HTML body element.

Attributes

Companion
object
Supertypes
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object HtmlBody

Companion object for the HTMLBody class contains factory methods.

Companion object for the HTMLBody class contains factory methods.

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
HtmlBody.type
object HtmlBr extends HtmlVoid

Attributes

Supertypes
trait HtmlVoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Self type
HtmlBr.type
class HtmlButton(val contents: RArr[XCon], val attribs: RArr[XmlAtt]) extends HtmlInline

Attributes

Companion
object
Supertypes
trait HtmlInline
trait XmlConInline
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object HtmlButton

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
HtmlButton.type
case class HtmlCanvas(attribs: RArr[XmlAtt]) extends HtmlEmpty

An HTML Canvas element.

An HTML Canvas element.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait HtmlEmpty
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object HtmlCanvas

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
HtmlCanvas.type
trait HtmlCell extends HtmlInline

Attributes

Supertypes
trait HtmlInline
trait XmlConInline
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Known subtypes
class HtmlTd
class HtmlTh
trait HtmlCode extends HtmlUnvoid

An HTML code element.

An HTML code element.

Attributes

Companion
object
Supertypes
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Known subtypes
trait HtmlBash
trait HtmlSbt
trait HtmlScala
Show all
object HtmlCode

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
HtmlCode.type

Attributes

Supertypes
trait HtmlInline
trait XmlConInline
trait HtmlCode
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Known subtypes
class HtmlCssLink(val fullFileName: String) extends HtmlVoid

HTML CSS link.

HTML CSS link.

Attributes

Companion
object
Supertypes
trait HtmlVoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object HtmlCssLink

Companion object for HtmlCssLink class, contains factory apply methid.

Companion object for HtmlCssLink class, contains factory apply methid.

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class HtmlDiv(val contents: RArr[XCon], val attribs: RArr[XmlAtt]) extends HtmlMultiLine

HTML Div element.

HTML Div element.

Attributes

Companion
object
Supertypes
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object HtmlDiv

Companion object for the HtmlDiv DIV element class, contains various factory methods.

Companion object for the HtmlDiv DIV element class, contains various factory methods.

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
HtmlDiv.type
trait HtmlElem extends XmlElemLike

HTML element.

HTML element.

Attributes

Supertypes
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Known subtypes
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
Show all
Self type
trait HtmlEmpty extends HtmlUnvoid

An HTML element that is not void, but has no content.

An HTML element that is not void, but has no content.

Attributes

Supertypes
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Known subtypes
class HtmlCanvas
case class HtmlH1(str: String, attribs: RArr[XmlAtt]) extends HtmlStr

Html H1 header element.

Html H1 header element.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait HtmlStr
trait HtmlInline
trait XmlConInline
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
case class HtmlH2(str: String, attribs: RArr[XmlAtt]) extends HtmlStr

Html H2 header element.

Html H2 header element.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait HtmlStr
trait HtmlInline
trait XmlConInline
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
case class HtmlH3(str: String, attribs: RArr[XmlAtt]) extends HtmlStr

Html H3 header element.

Html H3 header element.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait HtmlStr
trait HtmlInline
trait XmlConInline
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
case class HtmlH4(str: String, attribs: RArr[XmlAtt]) extends HtmlStr

Html H4 header element.

Html H4 header element.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait HtmlStr
trait HtmlInline
trait XmlConInline
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
case class HtmlHead(contents: RArr[XCon], attribs: RArr[XmlAtt]) extends HtmlUnvoid

HTML head element.

HTML head element.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object HtmlHead

Companion object for the HtmlHead case class.

Companion object for the HtmlHead case class.

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
HtmlHead.type
case class HtmlHtml(head: HtmlHead, body: HtmlBody, attribs: RArr[XmlAtt]) extends HtmlUnvoid

The "html" HTML element

The "html" HTML element

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all

An HTML element that we may wish to inline such as an LI list item, as opposed to a OL or a UL, which will be multi line.

An HTML element that we may wish to inline such as an LI list item, as opposed to a OL or a UL, which will be multi line.

Attributes

Supertypes
trait XmlConInline
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Known subtypes
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
Show all
class HtmlInput(val attribs: RArr[XmlAtt]) extends HtmlVoid

Attributes

Companion
object
Supertypes
trait HtmlVoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object HtmlInput

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
HtmlInput.type
case class HtmlLi(contents: RArr[XCon], attribs: RArr[XmlAtt]) extends HtmlInline

Html LI, list item element.

Html LI, list item element.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait HtmlInline
trait XmlConInline
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object HtmlLi

Companion object for HTML LI list element class, contains multiple methods fpr their construction.

Companion object for HTML LI list element class, contains multiple methods fpr their construction.

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
HtmlLi.type
trait HtmlMeta extends HtmlVoid

HTML meta element.

HTML meta element.

Attributes

Supertypes
trait HtmlVoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Known subtypes
object HtmlNoCache
object HtmlUtf8
trait HtmlMultiLine extends HtmlUnvoid

An HTML element that will be multiline such as an OL or a UL and will not be inlined like an LI list item.

An HTML element that will be multiline such as an OL or a UL and will not be inlined like an LI list item.

Attributes

Supertypes
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Known subtypes
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
Show all
object HtmlNoCache extends HtmlMeta

Creates the meta element no-cache.

Creates the meta element no-cache.

Attributes

Supertypes
trait HtmlMeta
trait HtmlVoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Self type
case class HtmlNoScript(contents: RArr[XCon], attribs: RArr[XmlAtt]) extends HtmlInline

HTML noscript element.

HTML noscript element.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait HtmlInline
trait XmlConInline
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object HtmlNoScript

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class HtmlOl(contents: RArr[XCon], attribs: RArr[XmlAtt]) extends HtmlMultiLine

Html OL ordered list element.

Html OL ordered list element.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object HtmlOl

Companion object for HtmlOl ordered list HTML element class, contains factory apply method with repeat parameters.

Companion object for HtmlOl ordered list HTML element class, contains factory apply method with repeat parameters.

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
HtmlOl.type
class HtmlOlWithLH(val header: XCon, items: RArr[HtmlLi]) extends HtmlSection

Html OL ordered list, with an effective LH list header. As the LH never made it into the W3C standard this is implemented as a section.

Html OL ordered list, with an effective LH list header. As the LH never made it into the W3C standard this is implemented as a section.

Attributes

Companion
object
Supertypes
trait HtmlSection
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object HtmlOlWithLH

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
trait HtmlP extends HtmlUnvoid

HTML P paragraph element.

HTML P paragraph element.

Attributes

Companion
object
Supertypes
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object HtmlP

Copied from old needs checking.

Copied from old needs checking.

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
HtmlP.type
trait HtmlPage extends HttpContent

An HTML page, contains a head and a body element

An HTML page, contains a head and a body element

Attributes

Companion
object
Supertypes
trait HttpContent
class Object
trait Matchable
class Any
Known subtypes
object GeomPage
class AppPage
object DevPage
object IndexPage
object NewDevsPage
object TestPage
object EarthPage
object AppsPage
object EGridPage
object TilingPage
object UtilPage
Show all
object HtmlPage

Companion object for the HtmlHead class.

Companion object for the HtmlHead class.

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
HtmlPage.type
trait HtmlPageNotFound extends HtmlPage

A 404 HTML page.

A 404 HTML page.

Attributes

Supertypes
trait HtmlPage
trait HttpContent
class Object
trait Matchable
class Any
Known subtypes
case class HtmlPageNotFoundstd(NotFoundUrl: String) extends HtmlPageNotFound

A standard off the shelf 404 HTML page.

A standard off the shelf 404 HTML page.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait HtmlPage
trait HttpContent
class Object
trait Matchable
class Any
Show all
trait HtmlRow extends HtmlMultiLine

HTML TR table row element class.

HTML TR table row element class.

Attributes

Companion
object
Supertypes
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Known subtypes
class HtmlRowData
class HtmlRowHead
object HtmlRow

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
HtmlRow.type
case class HtmlRowData(contents: RArr[HtmlTd], attribs: RArr[XmlAtt]) extends HtmlRow

HTML TR table row element class.

HTML TR table row element class.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait HtmlRow
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object HtmlRowData

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class HtmlRowHead(contents: RArr[HtmlTh], attribs: RArr[XmlAtt]) extends HtmlRow

HTML TR table row element class.

HTML TR table row element class.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait HtmlRow
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object HtmlRowHead

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
trait HtmlSbt extends HtmlCode

Attributes

Supertypes
trait HtmlCode
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Known subtypes

Attributes

Companion
object
Supertypes
trait HtmlInline
trait XmlConInline
trait HtmlSbt
trait HtmlCode
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object HtmlSbtInline

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait HtmlScala extends HtmlCode

Attributes

Companion
object
Supertypes
trait HtmlCode
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object HtmlScala

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
HtmlScala.type
case class HtmlScript(contents: RArr[XCon], attribs: RArr[XmlAtt]) extends HtmlInline

HTML script element.

HTML script element.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait HtmlInline
trait XmlConInline
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object HtmlScript

Companion object for HtmlScript class, HTML script element Contains factory methods for creating the src and function call elements.

Companion object for HtmlScript class, HTML script element Contains factory methods for creating the src and function call elements.

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
HtmlScript.type
trait HtmlSection extends HtmlMultiLine

An Html section element.

An Html section element.

Attributes

Companion
object
Supertypes
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Known subtypes
object Ellipses
object LinePathNames
object CoordSystem
class HtmlOlWithLH
class HtmlUlWithLH
object AstSection
Show all
object HtmlSection

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait HtmlStr extends HtmlInline

An HTML whose contents can be represented by a String.

An HTML whose contents can be represented by a String.

Attributes

Supertypes
trait HtmlInline
trait XmlConInline
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Known subtypes
class HtmlH1
class HtmlH2
class HtmlH3
class HtmlH4
case class HtmlStyle(rules: RArr[CssRuleLike], attribs: RArr[XmlAtt]) extends HtmlInline

HTML style element.

HTML style element.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait HtmlInline
trait XmlConInline
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object HtmlStyle

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
HtmlStyle.type
case class HtmlSvg(contents: RArr[XCon], attribs: RArr[XmlAtt]) extends HtmlMultiLine

An HTML element for SVG.

An HTML element for SVG.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object HtmlSvg

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
HtmlSvg.type
case class HtmlTable(contents: RArr[HtmlRow], attribs: RArr[XmlAtt]) extends HtmlMultiLine

HTML table element.

HTML table element.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object HtmlTable

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
HtmlTable.type
case class HtmlTd(contents: RArr[XCon], attribs: RArr[XmlAtt]) extends HtmlCell

HTML TD table data cell element.

HTML TD table data cell element.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait HtmlCell
trait HtmlInline
trait XmlConInline
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object HtmlTd

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
HtmlTd.type
case class HtmlTh(contents: RArr[XCon], attribs: RArr[XmlAtt]) extends HtmlCell

HTML TH table header cell element.

HTML TH table header cell element.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait HtmlCell
trait HtmlInline
trait XmlConInline
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object HtmlTh

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
HtmlTh.type
case class HtmlTitle(str: String, attribs: RArr[XmlAtt]) extends HtmlUnvoid

HTML title element.

HTML title element.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
case class HtmlUl(contents: RArr[XCon], attribs: RArr[XmlAtt]) extends HtmlMultiLine

Html UL unordered list element.

Html UL unordered list element.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object HtmlUl

Companion object for HtmlUl unordered list HTML element class, contains factory apply method with repeat parameters.

Companion object for HtmlUl unordered list HTML element class, contains factory apply method with repeat parameters.

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
HtmlUl.type
class HtmlUlWithLH(val header: XCon, items: RArr[HtmlLi]) extends HtmlSection

Html UL unordered list, with an effective LH list header. As the LH never made it into the W3C standard this is implemented as a section.

Html UL unordered list, with an effective LH list header. As the LH never made it into the W3C standard this is implemented as a section.

Attributes

Companion
object
Supertypes
trait HtmlSection
trait HtmlUnvoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object HtmlUlWithLH

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
trait HtmlUnvoid extends HtmlElem

An HTML element that is not void.

An HTML element that is not void.

Attributes

Supertypes
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Known subtypes
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
Show all
object HtmlUtf8 extends HtmlMeta

HTML charset='UTF-8' meta element.

HTML charset='UTF-8' meta element.

Attributes

Supertypes
trait HtmlMeta
trait HtmlVoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Self type
HtmlUtf8.type
object HtmlViewDevWidth extends HtmlMeta

Creates the meta element name="viewport" content="width=device-width,initial-scale=1.0"

Creates the meta element name="viewport" content="width=device-width,initial-scale=1.0"

Attributes

Supertypes
trait HtmlMeta
trait HtmlVoid
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Self type
sealed trait HtmlVoid extends HtmlElem

trait for HTML Void elements such as br img and input.

trait for HTML Void elements such as br img and input.

Attributes

Supertypes
trait HtmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Known subtypes
object HtmlBr
class HtmlCssLink
class HtmlInput
trait HtmlMeta
object HtmlNoCache
object HtmlUtf8
Show all
object Http1p1 extends HttpVersion

HTTP version 1.1.

HTTP version 1.1.

Attributes

Supertypes
class HttpVersion
class Object
trait Matchable
class Any
Self type
Http1p1.type
object Http2 extends HttpVersion

HTTP version 2.

HTTP version 2.

Attributes

Supertypes
class HttpVersion
class Object
trait Matchable
class Any
Self type
Http2.type
object Http3 extends HttpVersion

HTTP version 3.

HTTP version 3.

Attributes

Supertypes
class HttpVersion
class Object
trait Matchable
class Any
Self type
Http3.type
object Http404 extends HttpCode

Attributes

Supertypes
class HttpCode
class Object
trait Matchable
class Any
Self type
Http404.type
object HttpAlive extends HttpConn

Attributes

Supertypes
class HttpConn
trait HttpHeader
trait HttpHeadLine
class Object
trait Matchable
class Any
Show all
Self type
HttpAlive.type
class HttpCode(val num: Int, val text: String)

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Http404
object HttpOK
case class HttpConLen(length: Int) extends HttpHeader

HTTP Response Content-Length header field.

HTTP Response Content-Length header field.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait HttpHeader
trait HttpHeadLine
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait HttpHeader
trait HttpHeadLine
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait HttpHeader
trait HttpHeadLine
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait HttpHeader
trait HttpHeadLine
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait HttpHeader
trait HttpHeadLine
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait HttpHeader
trait HttpHeadLine
class Object
trait Matchable
class Any
Show all
Self type
class HttpConn(val valueStr: String) extends HttpHeader

Attributes

Supertypes
trait HttpHeader
trait HttpHeadLine
class Object
trait Matchable
class Any
Known subtypes
object HttpAlive
trait HttpContent

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait CssRules
trait CssOpenstrat
object OnlyCss
trait HtmlPage
object GeomPage
class AppPage
object DevPage
object IndexPage
object NewDevsPage
object TestPage
object EarthPage
object AppsPage
object EGridPage
object TilingPage
object UtilPage
Show all
sealed trait HttpContentType extends HttpHeader

HTTP content type.

HTTP content type.

Attributes

Supertypes
trait HttpHeader
trait HttpHeadLine
class Object
trait Matchable
class Any
Known subtypes

Attributes

Supertypes
trait HttpHeader
trait HttpHeadLine
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait HttpHeader
trait HttpHeadLine
class Object
trait Matchable
class Any
Show all
Known subtypes

Attributes

Supertypes
trait HttpHeader
trait HttpHeadLine
class Object
trait Matchable
class Any
Show all
Known subtypes
case class HttpDate(valueStr: String) extends HttpHeader

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait HttpHeader
trait HttpHeadLine
class Object
trait Matchable
class Any
Show all
Known subtypes
object HttpNow
case class HttpEquivAtt(valueStr: String) extends XmlAtt

Creates for an HTML http-equiv attribute."

Creates for an HTML http-equiv attribute."

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
class HttpFound(val dateStr: String, val serverStr: String, val contentType: HttpContentType, val body: String) extends HttpRespBodied

HTTP OK 200 Response with body.

HTTP OK 200 Response with body.

Attributes

Companion
object
Supertypes
trait HttpResp
class Object
trait Matchable
class Any
object HttpFound

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
HttpFound.type
object HttpGet extends HttpMethod

Http Get method type.

Http Get method type.

Attributes

Supertypes
trait HttpMethod
class Object
trait Matchable
class Any
Self type
HttpGet.type
trait HttpHeadLine

HTTP Header line. Either the HttpStatusLine or an HttpHeader field.

HTTP Header line. Either the HttpStatusLine or an HttpHeader field.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait HttpHeader extends HttpHeadLine

HTTP header of header field.

HTTP header of header field.

Attributes

Supertypes
trait HttpHeadLine
class Object
trait Matchable
class Any
Known subtypes
sealed trait HttpMethod

HttP method type.

HttP method type.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object HttpGet
object HttpPost
object HttpNow extends HttpDate

Attributes

Supertypes
class HttpDate
trait Serializable
trait Product
trait Equals
trait HttpHeader
trait HttpHeadLine
class Object
trait Matchable
class Any
Show all
Self type
HttpNow.type
object HttpOK extends HttpCode

Attributes

Supertypes
class HttpCode
class Object
trait Matchable
class Any
Self type
HttpOK.type
class HttpPageNotFound(val dateStr: String, val serverStr: String, val contentType: HttpContentType, val body: String) extends HttpRespBodied

HTTP OK 404 Response with body.

HTTP OK 404 Response with body.

Attributes

Companion
object
Supertypes
trait HttpResp
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
object HttpPost extends HttpMethod

Http Post method type.

Http Post method type.

Attributes

Supertypes
trait HttpMethod
class Object
trait Matchable
class Any
Self type
HttpPost.type
class HttpReq(val method: HttpMethod, val uri: String)

An HTTP Request.

An HTTP Request.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object HttpReq

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
HttpReq.type
object HttpReqGet

HTTP Get Request extractor object.

HTTP Get Request extractor object.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
HttpReqGet.type
object HttpReqPost

HTTP Post Request extractor object.

HTTP Post Request extractor object.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
trait HttpResp

An HTTP Response. The out method gives the String to send over TCP.

An HTTP Response. The out method gives the String to send over TCP.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait HttpRespBodied extends HttpResp

Attributes

Supertypes
trait HttpResp
class Object
trait Matchable
class Any
Known subtypes
case class HttpServer(valueStr: String) extends HttpHeader

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait HttpHeader
trait HttpHeadLine
class Object
trait Matchable
class Any
Show all
class HttpStatusLine(val code: HttpCode, val version: HttpVersion) extends HttpHeadLine

|n HTTP response stus line including the HTTP version and the status code.

|n HTTP response stus line including the HTTP version and the status code.

Attributes

Supertypes
trait HttpHeadLine
class Object
trait Matchable
class Any
class HttpVersion(val out: String)

The HTTP version eg 1.1 or 2.

The HTTP version eg 1.1 or 2.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Http1p1
object Http2
object Http3
case class IdAtt(valueStr: String) extends XmlAtt

Creates for an "id" XML / HTML attribute."

Creates for an "id" XML / HTML attribute."

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
implicit class IntWebExtensions(thisInt: Int)

Attributes

Supertypes
class Object
trait Matchable
class Any
object JakartaLoc6 extends XsiSchemaLoc

The Jakarta XML schema location.

The Jakarta XML schema location.

Attributes

Supertypes
class XsiSchemaLoc
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
Self type
object JakartaNs extends Xmlns

The Jakarta XML namespace.

The Jakarta XML namespace.

Attributes

Supertypes
class Xmlns
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
Self type
JakartaNs.type
object JakartaXsi extends XmlNsXsi

The Jakarta XML schema.

The Jakarta XML schema.

Attributes

Supertypes
class XmlNsXsi
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
Self type
JakartaXsi.type
object JsPathNameStr

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
abstract class MediaMinWidth(val qVal: CssVal) extends CssMedia

CSS min-width media query.

CSS min-width media query.

Attributes

Supertypes
class CssMedia
trait CssRuleLike
class Object
trait Matchable
class Any
Show all
object MetadataCompleted extends XmlAttGen

metadata-complete="true"

metadata-complete="true"

Attributes

Supertypes
class XmlAttGen
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
Self type
case class NameAtt(valueStr: String) extends XmlAtt

The XML value attribute.

The XML value attribute.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
trait PomDep extends XmlMulti

Attributes

Companion
object
Supertypes
trait XmlMulti
trait XmlLikeMulti
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Known subtypes
object PomDep

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
PomDep.type
class PomDepenenciesElem(val dependencies: RArr[PomDep]) extends XmlMulti

Attributes

Companion
object
Supertypes
trait XmlMulti
trait XmlLikeMulti
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
trait PomProject extends XmlMulti

Attributes

Supertypes
trait XmlMulti
trait XmlLikeMulti
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Known subtypes
object ScalaGroupId extends GroupId

Attributes

Supertypes
class GroupId
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Self type
class ScalaLibDependency(val versionStr: String) extends PomDep

Attributes

Companion
object
Supertypes
trait PomDep
trait XmlMulti
trait XmlLikeMulti
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
trait ServRaw

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ServRawOS
class ServletClass(value: String) extends XmlElemSimple

Servlet-class XML element for Jakarta.

Servlet-class XML element for Jakarta.

Attributes

Supertypes
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
case class ServletElem(contents: RArr[XCon]) extends XmlMultiNoAtts

Servlet XML element for Jakarta.

Servlet XML element for Jakarta.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait XmlNoAtts
trait XmlMulti
trait XmlLikeMulti
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object ServletElem

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ServletMapping(contents: RArr[XCon]) extends XmlMultiNoAtts

Servlet-mapping XML element for Jakarta.

Servlet-mapping XML element for Jakarta.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait XmlNoAtts
trait XmlMulti
trait XmlLikeMulti
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
class ServletName(value: String) extends XmlElemSimple

Servlet-name XML element for Jakarta.

Servlet-name XML element for Jakarta.

Attributes

Supertypes
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
case class SrcAtt(valueStr: String) extends XmlAtt

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
implicit class StringExtension(thisString: String)

Attributes

Supertypes
class Object
trait Matchable
class Any
case class StrokeAttrib(colour: Colour) extends XmlAtt

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
case class StrokeWidthAttrib(lineWidth: Double) extends XmlAtt

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
class SvgCircle(attribsIn: RArr[XmlAtt], val contents: RArr[XCon]) extends SvgElem

Attributes

Companion
object
Supertypes
trait SvgElem
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object SvgCircle

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
SvgCircle.type
trait SvgElem extends XmlMaybeSingle

An SVG element.

An SVG element.

Attributes

Supertypes
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Known subtypes
class SvgCircle
class SvgEllipse
class SvgGroup
class SvgLine
class SvgPolygon
class SvgRect
class SvgText
Show all
class SvgEllipse(attribsIn: RArr[XmlAtt], val contents: RArr[XCon]) extends SvgElem

Attributes

Companion
object
Supertypes
trait SvgElem
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object SvgEllipse

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
SvgEllipse.type
class SvgGroup(val contents: RArr[XCon], val attribs: RArr[XmlAtt]) extends SvgElem

Attributes

Companion
object
Supertypes
trait SvgElem
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object SvgGroup

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
SvgGroup.type
class SvgLine(val x1: Double, val y1: Double, val x2: Double, val y2: Double, otherAttribs: RArr[XmlAtt]) extends SvgElem

Class to produce an SVG line.

Class to produce an SVG line.

Attributes

Companion
object
Supertypes
trait SvgElem
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object SvgLine

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
SvgLine.type
class SvgPolygon(attribsIn: RArr[XmlAtt], val contents: RArr[XCon]) extends SvgElem

Attributes

Companion
object
Supertypes
trait SvgElem
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object SvgPolygon

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
SvgPolygon.type
class SvgRect(attribsIn: RArr[XmlAtt], val contents: RArr[XCon]) extends SvgElem

Attributes

Companion
object
Supertypes
trait SvgElem
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object SvgRect

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
SvgRect.type
case class SvgRotate(degrees: Double, x: Double, y: Double) extends XmlAtt

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
class SvgText(val x: Double, val y: Double, val text: String, val align: TextAlign, colour: Colour) extends SvgElem

Attributes

Companion
object
Supertypes
trait SvgElem
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object SvgText

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
SvgText.type
case class TextAnchorAtt(valueStr: String) extends XmlAtt

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
case class TypeAtt(valueStr: String) extends XmlAtt

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
Known subtypes
object TypeJsAtt
object TypeSubmitAtt
object TypeJsAtt extends TypeAtt

Type attribute set to text/javascript.

Type attribute set to text/javascript.

Attributes

Supertypes
class TypeAtt
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
Self type
TypeJsAtt.type
object TypeSubmitAtt extends TypeAtt

Type attribute set to submit.

Type attribute set to submit.

Attributes

Supertypes
class TypeAtt
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
Self type
class UrlPattern(value: String) extends XmlElemSimple

url-pattern XML element for Jakarta servlet.

url-pattern XML element for Jakarta servlet.

Attributes

Supertypes
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
case class ValueAtt(valueStr: String) extends XmlAtt

The XML value attribute.

The XML value attribute.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
case class VersionAtt(valueStr: String) extends XmlAtt

The XML value attribute.

The XML value attribute.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
class VersionElem(versionStr: String) extends XmlElemSimple

Attributes

Companion
object
Supertypes
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
object VersionElem

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
case class ViewBox(minX: Double, minY: Double, width: Double, height: Double) extends XmlAtt

SVG ViewBox.

SVG ViewBox.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
trait WebApp extends XmlMulti

web.xml file for a Servlet.

web.xml file for a Servlet.

Attributes

Supertypes
trait XmlMulti
trait XmlLikeMulti
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Known subtypes
trait WebApp6
trait WebApp6 extends WebApp

web.xml file for a Servlet 6.0.

web.xml file for a Servlet 6.0.

Attributes

Supertypes
trait WebApp
trait XmlMulti
trait XmlLikeMulti
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
case class WidthAtt(valueStr: String) extends XmlAtt

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
object WidthAtt

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
WidthAtt.type
trait XCon

Content for XML and HTML elements.

Content for XML and HTML elements.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class XConText
class XmlAsString
trait XmlElemLike
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
trait XConInLineable extends XCon

XML / HTML content that can be inlined.

XML / HTML content that can be inlined.

Attributes

Supertypes
trait XCon
class Object
trait Matchable
class Any
Known subtypes
class XConText
case class XConText(value: String) extends XConInLineable

XML / HTML text that can have its line breaks changed.

XML / HTML text that can have its line breaks changed.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait XCon
class Object
trait Matchable
class Any
Show all
case class XXmlAtt(valueStr: String) extends XmlAtt

XML attribute for x posn.

XML attribute for x posn.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
object XXmlAtt

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
XXmlAtt.type
case class XmlAsString(value: String) extends XCon

XML / HTML just stored as a String. This is not desirable, except as a temporary expedient.

XML / HTML just stored as a String. This is not desirable, except as a temporary expedient.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait XCon
class Object
trait Matchable
class Any
Show all
trait XmlAtt

An XML / HTML attribute, has a name and a value StrArr.

An XML / HTML attribute, has a name and a value StrArr.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ClassAtt
class ContentAtt
class FillAttrib
class HeightAtt
class HrefAtt
class HttpEquivAtt
class IdAtt
class NameAtt
class SrcAtt
class StrokeAttrib
class SvgRotate
class TypeAtt
object TypeJsAtt
object TypeSubmitAtt
class ValueAtt
class VersionAtt
class ViewBox
class WidthAtt
class XXmlAtt
class XmlAttGen
class XmlNsXsi
object JakartaXsi
class Xmlns
object JakartaNs
class XsiSchemaLoc
object JakartaLoc6
class YXmlAtt
Show all
object XmlAtt

Companion object for the XML attribute XmlAtt trait.

Companion object for the XML attribute XmlAtt trait.

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
XmlAtt.type
case class XmlAttGen(name: String, valueStr: String) extends XmlAtt

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
Known subtypes
trait XmlConInline extends XmlElemLike

Attributes

Supertypes
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Known subtypes
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
trait XmlConStr
Show all
trait XmlConStr extends XmlConInline

Not sure about this trait. It is intended for short pieces of text that should be kept on the same line.

Not sure about this trait. It is intended for short pieces of text that should be kept on the same line.

Attributes

Supertypes
trait XmlConInline
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
trait XmlElem extends XmlElemLike

An XML element.

An XML element.

Attributes

Supertypes
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Known subtypes
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
Show all
trait XmlElemLike extends XCon

An XML or an HTML element.

An XML or an HTML element.

Attributes

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
class XmlElemSimple(val tag: String, val str: String) extends XmlMaybeSingle

Attributes

Companion
object
Supertypes
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Known subtypes
class ArtifactId
class GroupId
object ScalaGroupId
object RichstratID
class ServletClass
class ServletName
class UrlPattern
class VersionElem
Show all
object XmlElemSimple

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

An XML like element that may be output on a single line.

An XML like element that may be output on a single line.

Attributes

Supertypes
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Known subtypes
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
Show all
trait XmlLikeMulti extends XmlElemLike

Attributes

Supertypes
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Known subtypes

Attributes

Supertypes
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Known subtypes
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
Show all
trait XmlMulti extends XmlElem, XmlLikeMulti

Attributes

Supertypes
trait XmlLikeMulti
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Known subtypes
trait XmlMultiNamed extends XmlMulti

Attributes

Supertypes
trait XmlMulti
trait XmlLikeMulti
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait XmlNoAtts
trait XmlMulti
trait XmlLikeMulti
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Known subtypes
trait XmlNoAtts extends XmlElem

Attributes

Supertypes
trait XmlElem
trait XmlElemLike
trait XCon
class Object
trait Matchable
class Any
Show all
Known subtypes
case class XmlNsXsi(valueStr: String) extends XmlAtt

The XML xmlns:xsi schema attribute.

The XML xmlns:xsi schema attribute.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
Known subtypes
object JakartaXsi
case class Xmlns(valueStr: String) extends XmlAtt

The XML xmlns namespace attribute.

The XML xmlns namespace attribute.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
Known subtypes
object JakartaNs
case class XsiSchemaLoc(valueStr: String) extends XmlAtt

The XML xmlns:schemaLocation schema attribute.

The XML xmlns:schemaLocation schema attribute.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
Known subtypes
object JakartaLoc6
case class YXmlAtt(valueStr: String) extends XmlAtt

XML attribute for y posn.

XML attribute for y posn.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait XmlAtt
class Object
trait Matchable
class Any
Show all
object YXmlAtt

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
YXmlAtt.type
object homeHtmlWrite

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Extensions

Extensions

extension (thisCompound: RectCompound)
def svgFile(dirPathStr: String, fileName: String): Unit
def svgFile(fileName: String): Unit

Implicits

Implicits

final implicit def DoubleWebExtensions(thisDouble: Double): DoubleWebExtensions
final implicit def IntWebExtensions(thisInt: Int): IntWebExtensions
final implicit def StringExtension(thisString: String): StringExtension