DefaultMarkupHandler

abstract class DefaultMarkupHandler extends MarkupHandler

Default implementation of markup handler always returns NodeSeq.Empty

class Object
trait Matchable
class Any

Value members

Concrete methods

def comment(pos: Int, comment: String): NodeSeq
def elem(pos: Int, pre: String, label: String, attrs: MetaData, scope: NamespaceBinding, empty: Boolean, args: NodeSeq): NodeSeq
def entityRef(pos: Int, n: String): NodeSeq
def procInstr(pos: Int, target: String, txt: String): NodeSeq
def text(pos: Int, txt: String): NodeSeq

Inherited methods

def attListDecl(name: String, attList: List[AttrDecl]): Unit
Inherited from
MarkupHandler
def elemDecl(n: String, cmstr: String): Unit
Inherited from
MarkupHandler
def elemEnd(pos: Int, pre: String, label: String): Unit

callback method invoked by MarkupParser after end-tag of element.

callback method invoked by MarkupParser after end-tag of element.

Value Params
label

the local name

pos

the position in the source file

pre

the prefix

Inherited from
MarkupHandler
def elemStart(pos: Int, pre: String, label: String, attrs: MetaData, scope: NamespaceBinding): Unit

callback method invoked by MarkupParser after start-tag of element.

callback method invoked by MarkupParser after start-tag of element.

Value Params
attrs

the attributes (metadata)

label

the local name

pos

the position in the sourcefile

pre

the prefix

Inherited from
MarkupHandler
def endDTD(n: String): Unit
Inherited from
MarkupHandler
def lookupElemDecl(Label: String): ElemDecl
Inherited from
MarkupHandler
def notationDecl(notat: String, extID: ExternalID): Unit
Inherited from
MarkupHandler
def parameterEntityDecl(name: String, edef: EntityDef): Unit
Inherited from
MarkupHandler
def parsedEntityDecl(name: String, edef: EntityDef): Unit
Inherited from
MarkupHandler
def peReference(name: String): Unit
Inherited from
MarkupHandler
def replacementText(entityName: String): Source
Inherited from
MarkupHandler
def reportSyntaxError(pos: Int, str: String): Unit
Inherited from
MarkupHandler
def unparsedEntityDecl(name: String, extID: ExternalID, notat: String): Unit
Inherited from
MarkupHandler

Inherited fields

var decls: List[Decl]
Inherited from
MarkupHandler
var ent: Map[String, EntityDecl]
Inherited from
MarkupHandler
val isValidating: Boolean

returns true is this markup handler is validating

returns true is this markup handler is validating

Inherited from
MarkupHandler