class
XhtmlAstNodeFormatter
extends AstNodeFormatter[List[Node], ListBuffer[Node]]
Instance Constructors
-
new
XhtmlAstNodeFormatter
(language: Language, highlight: Set[AstNode], conform: Boolean)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
_indent
(): Unit
-
val
_node2lineno
: Map[AstNode, Int]
-
def
accNewline
(): Unit
-
def
accPopAndWrapStack
(label: String): Unit
-
def
accPushStack
(): Unit
-
def
accRaw
(s: String): Unit
-
def
accSpace
(): Unit
-
def
accSpaces
(): Unit
-
def
accSpan
(spanclass: String, s: String): Unit
-
def
asInstanceOf
[T0]
: T0
-
def
beginSpan
(): Unit
-
def
clone
(): AnyRef
-
var
column
: Int
-
def
conformTo
(node: AstNode): Unit
-
def
dedent
: Unit
-
def
endSpan
(spanType: String): Unit
-
def
enterFor
(): Unit
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
indent
: Unit
-
var
indentationLevel
: Int
-
def
isConforming
(): Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
keyword
(kw: String): Unit
-
def
leaveFor
(): Unit
-
var
lineno
: Int
-
def
name
(n: String): Unit
-
def
ne
(arg0: AnyRef): Boolean
-
var
needsIndent
: Boolean
-
def
needsParens
(attr_name: String, node: AstNode, subtree: AstNode, grammar: Language): Boolean
-
def
newline
(hard: Boolean, node: AstNode, indent: Boolean = true): Unit
-
def
node2lineno
: Map[AstNode, Int]
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
operator
(op: String): Unit
-
def
raw
(element: String): Unit
-
def
repr
(r: String): Unit
-
def
result
(): List[Node]
-
def
shouldHighlight
(node: AstNode): Boolean
-
def
space
(): Unit
-
val
stack
: Stack[Option[(Int, String)]]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
val
tokens
: ListBuffer[Node]
-
def
updateFor
(varName: String): Unit
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
wrap
(indent: Boolean = false): Unit
Inherited from AnyRef
Inherited from Any