DocumentBuilder

trait DocumentBuilder[Document]
class Object
trait Matchable
class Any

Type members

Types

type Content
type Elem <: Content
type Misc <: Content

Value members

Abstract methods

def makeComment(content: String): Option[Misc]
def makeDocument(version: Option[String], encoding: Option[String], standalone: Option[Boolean], doctype: Option[XmlDoctype], prolog: List[Misc], root: Elem, postlog: List[Misc]): Document
def makeElement(name: QName, attributes: List[Attr], isEmpty: Boolean, children: List[Content]): Elem
def makePI(target: String, content: String): Misc