XmlAsString

ostrat.pWeb.XmlAsString
case class XmlAsString(value: String) extends XConElem

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait XConElem
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override 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

Definition Classes
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 methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product