DocumentBuilder

fs2.data.xml.dom.DocumentBuilder
See theDocumentBuilder companion object
trait DocumentBuilder[Document] extends ElementBuilder

Attributes

Companion
object
Source
DocumentBuilder.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Inherited types

type Content

Attributes

Inherited from:
ElementBuilder
Source
ElementBuilder.scala
type Elem <: Content

Attributes

Inherited from:
ElementBuilder
Source
ElementBuilder.scala
type Misc <: Content

Attributes

Inherited from:
ElementBuilder
Source
ElementBuilder.scala

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

Attributes

Source
DocumentBuilder.scala

Inherited methods

def makeComment(content: String): Option[Misc]

Attributes

Inherited from:
ElementBuilder
Source
ElementBuilder.scala
def makeElement(name: QName, attributes: List[Attr], isEmpty: Boolean, children: List[Content]): Elem

Attributes

Inherited from:
ElementBuilder
Source
ElementBuilder.scala
def makePI(target: String, content: String): Misc

Attributes

Inherited from:
ElementBuilder
Source
ElementBuilder.scala
def makeText(texty: XmlTexty): Content

Attributes

Inherited from:
ElementBuilder
Source
ElementBuilder.scala