TextLines

ostrat.pWeb.TextLines
See theTextLines companion object
class TextLines(val lines: Array[String])

Class for returning output from a syntax hierarchy such as XML. HTML, CSS, JavaScript, C code etc. The class is created with a given max line length and an indentation line. The second and subsequent lines will be indented to the given level. Indentation for the first line is the responsibility of the calling object.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def appendInLines(operand: XConInline, indent: Int, line1InputLen: Int, maxLineLen: Int): TextLines
def appendLines(r2: TextLines, indent: Int): TextLines
def appendSibling(operand: XCon, indent: Int, line1InputLen: Int, maxLineLen: Int): TextLines
def firstLen: Int
def lastLen: Int
def numLines: Int
def text: String
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields