class
SymbolicXMLBuilder extends AnyRef
Instance Constructors
-
new
SymbolicXMLBuilder(parser: Parser, preserveWS: Boolean)(implicit ctx: Context)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
-
final
def
asInstanceOf[T0]: T0
-
-
def
clone(): AnyRef
-
-
-
-
-
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
-
def
hashCode(): Int
-
def
isEmptyText(t: ast.untpd.Tree): Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
-
-
-
-
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
def
procInstr(pos: Position, target: String, txt: String): ast.untpd.Tree
-
def
splitPrefix(name: String): (Option[String], String)
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
-
def
toString(): String
-
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
This class builds instance of
Tree
that represent XML.Note from martin: This needs to have its position info reworked. I don't understand exactly what's done here. To make validation pass, I set many positions to be transparent. Not sure this is a good idea for navigating XML trees in the IDE but it's the best I can do right now. If someone who understands this part better wants to give it a shot, please do!
1.0