ThreadSafeDocumentBuilder

DocumentBuilder promising that it can safely be used by multiple threads simultaneously.

DocumentBuilder promising that it can safely be used by multiple threads simultaneously.

Companion
object
class Object
trait Matchable
class Any

Type members

Inherited types

type BackingDoc <: BackingDocumentApi
Inherited from
DocumentBuilder

Value members

Inherited methods

def build(uri: URI): BackingDoc

Returns the document that has the given URI as BackingDoc. The URI is typically the canonical, published URI of the document. This URI is also typically stored in the resulting document as document URI. If the document builder uses an XML catalog, the document is typically parsed from a local (mirror) URI.

Returns the document that has the given URI as BackingDoc. The URI is typically the canonical, published URI of the document. This URI is also typically stored in the resulting document as document URI. If the document builder uses an XML catalog, the document is typically parsed from a local (mirror) URI.

Inherited from
DocumentBuilder