in scala.xml.parsing
class DefaultMarkupHandler

abstract class DefaultMarkupHandler
extends MarkupHandler
with ScalaObject
default implemenation of markup handler always returns NodeSeq.Empty

Constructor Summary
def this



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

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

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

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

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



Constructor Detail
def this

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

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

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

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

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