|
Scala 2.2.0.9153
|
abstract
class
MarkupHandler
extends
java.lang.Object with
scala.util.logging.Logged with
scala.ScalaObjectConstructor Summary | |
def
this
|
Val Summary | |
val
isValidating
: scala.Boolean
returns true is this markup handler is validing |
Var Summary | |
var
decls
: scala.List[scala.xml.dtd.Decl]
|
|
var
ent
: scala.collection.mutable.Map[java.lang.String, scala.xml.dtd.EntityDecl]
|
Constructor Detail |
def
this
Val Detail |
val
isValidating
: scala.Boolean
Var Detail |
var
decls
: scala.List[scala.xml.dtd.Decl]
var
ent
: scala.collection.mutable.Map[java.lang.String, scala.xml.dtd.EntityDecl]
Def Detail |
def
attListDecl
(name: java.lang.String, attList: scala.List[scala.xml.dtd.AttrDecl]): scala.Unit
abstract
def
comment
(pos: scala.Int, comment: java.lang.String): scala.xml.NodeSeq
pos -
the position in the source file
comment -
...
abstract
def
elem
(pos: scala.Int, pre: java.lang.String, label: java.lang.String, attrs: scala.xml.MetaData, scope: scala.xml.NamespaceBinding, args: scala.xml.NodeSeq): scala.xml.NodeSeq
pos -
the position in the source file
pre -
the prefix
label -
the local name
attrs -
the attributes (metadata)
args -
the children of this element
def
elemDecl
(n: java.lang.String, cmstr: java.lang.String): scala.Unit
def
elemEnd
(pos: scala.Int, pre: java.lang.String, label: java.lang.String): scala.Unit
pos -
the position in the source file
pre -
the prefix
label -
the local name
attrs -
the attributes (metadata)
def
elemStart
(pos: scala.Int, pre: java.lang.String, label: java.lang.String, attrs: scala.xml.MetaData, scope: scala.xml.NamespaceBinding): scala.Unit
pos -
the position in the sourcefile
pre -
the prefix
label -
the local name
attrs -
the attributes (metadata)
def
endDTD
(n: java.lang.String): scala.Unit
abstract
def
entityRef
(pos: scala.Int, n: java.lang.String): scala.xml.NodeSeq
def
lookupElemDecl
(Label: java.lang.String): scala.xml.dtd.ElemDecl
def
notationDecl
(notat: java.lang.String, extID: scala.xml.dtd.ExternalID): scala.Unit
def
parameterEntityDecl
(name: java.lang.String, edef: scala.xml.dtd.EntityDef): scala.Unit
def
parsedEntityDecl
(name: java.lang.String, edef: scala.xml.dtd.EntityDef): scala.Unit
def
peReference
(name: java.lang.String): scala.Unit
abstract
def
procInstr
(pos: scala.Int, target: java.lang.String, txt: java.lang.String): scala.xml.NodeSeq
pos -
the position in the source file
target -
...
txt -
...
def
replacementText
(entityName: java.lang.String): scala.io.Source
abstract
def
reportSyntaxError
(pos: scala.Int, str: java.lang.String): scala.Unit
abstract
def
text
(pos: scala.Int, txt: java.lang.String): scala.xml.NodeSeq
def
unparsedEntityDecl
(name: java.lang.String, extID: scala.xml.dtd.ExternalID, notat: java.lang.String): scala.Unit