in scala/xml/parsing
class ConstructingHandler
-
class ConstructingHandler()
- extends MarkupHandler[Node]
- with ScalaObject
-
Method Summary
|
|
def attributeCDataValue(pos: Int, str: String): CDataValue
|
|
def attributeNamespaceDecl(pos: Int, uri: String): NamespaceDecl
|
|
def charData(pos: Int, txt: String): CharData
|
|
def comment(pos: Int, txt: String): Comment
|
|
def element(pos: Int, uri: String, label: String, attrMap1: Map[String,AttribValue], args: Buffer[Node]): Some[Elem]
be careful to copy everything from attrMap1, as it will change
|
|
def entityRef(pos: Int, n: String): EntityRef
|
|
def procInstr(pos: Int, target: String, txt: String): ProcInstr
|
|
def text(pos: Int, txt: String): Text
|
Methods inherited from java/lang/Object-class
|
clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait |
attributeCDataValue
def attributeCDataValue(pos: Int, str: String): CDataValue
attributeNamespaceDecl
def attributeNamespaceDecl(pos: Int, uri: String): NamespaceDecl
element
def element(pos: Int, uri: String, label: String, attrMap1: Map[String,AttribValue], args: Buffer[Node]): Some[Elem]
-
be careful to copy everything from attrMap1, as it will change
- Parameters:
attrMap1
-
the attribute map.
charData
def charData(pos: Int, txt: String): CharData
procInstr
def procInstr(pos: Int, target: String, txt: String): ProcInstr
comment
def comment(pos: Int, txt: String): Comment
entityRef
def entityRef(pos: Int, n: String): EntityRef
text
def text(pos: Int, txt: String): Text