Package

eu.cdevreeze.tqa.docbuilder

jvm

Permalink

package jvm

Support for document builders targeting the JVM.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. jvm
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class CachingDocumentBuilder[D <: BackingDocumentApi] extends DocumentBuilder

    Permalink

    DocumentBuilder using a Guava document cache.

    DocumentBuilder using a Guava document cache. By all means, reuse the underlying document cache as much as possible.

Value Members

  1. object CachingDocumentBuilder

    Permalink
  2. object PartialUriConverters

    Permalink

    Partial URI converters, typically converting an HTTP or HTTPS URI to a local file URI.

    Partial URI converters, typically converting an HTTP or HTTPS URI to a local file URI. The implementations use SimpleCatalog objects to perform the actual URI conversions.

  3. object PartialUriResolvers

    Permalink

    Partial URI resolvers, converting an URI to a SAX InputSource.

  4. object UriConverters

    Permalink

    URI converters, typically converting an HTTP or HTTPS URI to a local file URI.

    URI converters, typically converting an HTTP or HTTPS URI to a local file URI. The implementations use SimpleCatalog objects to perform the actual URI conversions.

  5. object UriResolvers

    Permalink

    URI resolvers, converting an URI to a SAX InputSource.

Inherited from AnyRef

Inherited from Any

Ungrouped