BackingDocumentApi

Backing document API, representing a document that contains a BackingNodes.Elem root element.

Backing document API, representing a document that contains a BackingNodes.Elem root element.

Authors

Chris de Vreeze

Companion
object
class Object
trait Matchable
class Any

Type members

Types

type DocElemType <: Elem

Inherited types

Inherited from
DocumentApi

Value members

Abstract methods

def children: IndexedSeq[CanBeDocumentChild]

Returns the child nodes of the document. Precisely one of them must be the document element.

Returns the child nodes of the document. Precisely one of them must be the document element.

def comments: IndexedSeq[Comment]

Returns the comment child nodes of the document.

Returns the comment child nodes of the document.

Returns the processing instruction child nodes of the document.

Returns the processing instruction child nodes of the document.

Returns the optional XML declaration.

Returns the optional XML declaration.

Inherited methods

Returns the document element

Returns the document element

Inherited from
DocumentApi
def uriOption: Option[URI]

Returns the optional document URI, wrapped in an Option

Returns the optional document URI, wrapped in an Option

Inherited from
DocumentApi