in scala.xml.parsing
class ConstructingHandler

abstract class ConstructingHandler
extends MarkupHandler
with ScalaObject
implementation of MarkupHandler that constructs nodes

Constructor Summary
def this



Def Summary
def comment ( pos : scala.Int , txt : java.lang.String ) : Comment

def elem ( pos : scala.Int , pre : java.lang.String , label : java.lang.String , attrs : MetaData , pscope : NamespaceBinding , nodes : NodeSeq ) : NodeSeq

def entityRef ( pos : scala.Int , n : java.lang.String ) : EntityRef

def preserveWS : scala.Boolean

def procInstr ( pos : scala.Int , target : java.lang.String , txt : java.lang.String ) : ProcInstr

def text ( pos : scala.Int , txt : java.lang.String ) : Text



Constructor Detail
def this

Def Detail
def comment ( pos : scala.Int , txt : java.lang.String ) : Comment

def elem ( pos : scala.Int , pre : java.lang.String , label : java.lang.String , attrs : MetaData , pscope : NamespaceBinding , nodes : NodeSeq ) : NodeSeq

def entityRef ( pos : scala.Int , n : java.lang.String ) : EntityRef

def preserveWS : scala.Boolean

def procInstr ( pos : scala.Int , target : java.lang.String , txt : java.lang.String ) : ProcInstr

def text ( pos : scala.Int , txt : java.lang.String ) : Text