ElementBuilder

Companion:
object
class Object
trait Matchable
class Any
trait DocumentBuilder[Document]

Type members

Types

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

Value members

Abstract 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