DocumentBuilder

trait DocumentBuilder[Document] extends ElementBuilder
class Object
trait Matchable
class Any

Type members

Inherited types

type Elem <: Content
type Misc <: Content

Value members

Abstract methods

def makeDocument(version: Option[String], encoding: Option[String], standalone: Option[Boolean], doctype: Option[XmlDoctype], prolog: List[Misc], root: Elem, postlog: List[Misc]): Document

Inherited methods

def makeComment(content: String): Option[Misc]
def makeElement(name: QName, attributes: List[Attr], isEmpty: Boolean, children: List[Content]): Elem
def makePI(target: String, content: String): Misc