Static methods

staticparse(styled:UnicodeString):Iterable<Stanza>

staticparseBlock(styled:UnicodeString):{rest:String, block:Stanza}

staticparsePreformatted(styled:UnicodeString):{rest:String, block:Stanza}

staticparseQuote(styled:UnicodeString):{rest:String, block:Stanza}

staticparseSpan(tagName:UnicodeString, marker:String, styled:String, start:Int):{span:Node, end:Int}

staticparseSpans(styled:UnicodeString):Iterable<Node>

staticrender(xhtml:Stanza):String

staticrenderNode(xhtml:Node):String