abstract
class
ConstructingHandler extends MarkupHandler
Instance Constructors
-
new
ConstructingHandler()
Abstract Value Members
-
abstract
val
preserveWS: Boolean
-
abstract
def
reportSyntaxError(pos: Int, str: String): Unit
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
attListDecl(name: String, attList: List[AttrDecl]): Unit
-
def
clone(): AnyRef
-
def
comment(pos: Int, txt: String): Comment
-
-
def
elem(pos: Int, pre: String, label: String, attrs: MetaData, pscope: NamespaceBinding, empty: Boolean, nodes: NodeSeq): NodeSeq
-
def
elemDecl(n: String, cmstr: String): Unit
-
def
elemEnd(pos: Int, pre: String, label: String): Unit
-
def
elemStart(pos: Int, pre: String, label: String, attrs: MetaData, scope: NamespaceBinding): Unit
-
def
endDTD(n: String): Unit
-
var
ent: Map[String, EntityDecl]
-
def
entityRef(pos: Int, n: String): EntityRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
val
isValidating: Boolean
-
def
lookupElemDecl(Label: String): ElemDecl
-
final
def
ne(arg0: AnyRef): Boolean
-
def
notationDecl(notat: String, extID: ExternalID): Unit
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
parameterEntityDecl(name: String, edef: EntityDef): Unit
-
def
parsedEntityDecl(name: String, edef: EntityDef): Unit
-
def
peReference(name: String): Unit
-
def
procInstr(pos: Int, target: String, txt: String): ProcInstr
-
def
replacementText(entityName: String): Source
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
text(pos: Int, txt: String): Text
-
def
toString(): String
-
def
unparsedEntityDecl(name: String, extID: ExternalID, notat: String): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Deprecated Value Members
-
def
log(msg: String): Unit
Ungrouped
-
abstract
val
preserveWS: Boolean
-
abstract
def
reportSyntaxError(pos: Int, str: String): Unit
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
attListDecl(name: String, attList: List[AttrDecl]): Unit
-
def
clone(): AnyRef
-
def
comment(pos: Int, txt: String): Comment
-
-
def
elem(pos: Int, pre: String, label: String, attrs: MetaData, pscope: NamespaceBinding, empty: Boolean, nodes: NodeSeq): NodeSeq
-
def
elemDecl(n: String, cmstr: String): Unit
-
def
elemEnd(pos: Int, pre: String, label: String): Unit
-
def
elemStart(pos: Int, pre: String, label: String, attrs: MetaData, scope: NamespaceBinding): Unit
-
def
endDTD(n: String): Unit
-
var
ent: Map[String, EntityDecl]
-
def
entityRef(pos: Int, n: String): EntityRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
val
isValidating: Boolean
-
def
lookupElemDecl(Label: String): ElemDecl
-
final
def
ne(arg0: AnyRef): Boolean
-
def
notationDecl(notat: String, extID: ExternalID): Unit
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
parameterEntityDecl(name: String, edef: EntityDef): Unit
-
def
parsedEntityDecl(name: String, edef: EntityDef): Unit
-
def
peReference(name: String): Unit
-
def
procInstr(pos: Int, target: String, txt: String): ProcInstr
-
def
replacementText(entityName: String): Source
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
text(pos: Int, txt: String): Text
-
def
toString(): String
-
def
unparsedEntityDecl(name: String, extID: ExternalID, notat: String): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
log(msg: String): Unit
Implementation of MarkupHandler that constructs nodes.
1.0