scala.xml.parsing

class ConstructingHandler

[source: scala/xml/parsing/ConstructingHandler.scala]

abstract class ConstructingHandler
extends MarkupHandler
Implementation of MarkupHandler that constructs nodes.
Author
Burak Emir
Version
1.0
Direct Known Subclasses:
ConstructingParser

Value Summary
abstract val preserveWS : Boolean
Values and Variables inherited from MarkupHandler
isValidating, decls, ent
Method Summary
def comment (pos : Int, txt : String) : Comment
callback method invoked by MarkupParser after parsing comment.
def elem (pos : Int, pre : String, label : String, attrs : MetaData, pscope : NamespaceBinding, nodes : NodeSeq) : NodeSeq
callback method invoked by MarkupParser after parsing an elementm, between the elemStart and elemEnd callbacks
def entityRef (pos : Int, n : String) : EntityRef
callback method invoked by MarkupParser after parsing entity ref.
def procInstr (pos : Int, target : String, txt : String) : ProcInstr
callback method invoked by MarkupParser after parsing PI.
def text (pos : Int, txt : String) : Text
callback method invoked by MarkupParser after parsing text.
Methods inherited from MarkupHandler
reportSyntaxError (abstract), lookupElemDecl, replacementText, endDTD, elemStart, elemEnd, elemDecl, attListDecl, parameterEntityDecl, parsedEntityDecl, unparsedEntityDecl, notationDecl, peReference
Methods inherited from Logged
log
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf