public class XSLT_RendererFactory extends Object implements RendererFactory
Constructor and Description |
---|
XSLT_RendererFactory(com.hp.hpl.jena.rdf.model.Resource root,
MediaType mt) |
Modifier and Type | Method and Description |
---|---|
Renderer |
buildWith(APIEndpoint ep,
ShortnameService sns)
Answer a Renderer constructed to our recipe for the
given endpoint and short-name service.
|
RendererFactory |
withMediaType(MediaType mt)
Answer a new RendererFactory just like this one, but producing
renderers that announce the given media type.
|
RendererFactory |
withRoot(com.hp.hpl.jena.rdf.model.Resource r)
Answer a new RendererFactory just like this one, but with
the given Resource for additional properties.
|
public XSLT_RendererFactory(com.hp.hpl.jena.rdf.model.Resource root, MediaType mt)
public Renderer buildWith(APIEndpoint ep, ShortnameService sns)
RendererFactory
buildWith
in interface RendererFactory
public RendererFactory withRoot(com.hp.hpl.jena.rdf.model.Resource r)
RendererFactory
withRoot
in interface RendererFactory
public RendererFactory withMediaType(MediaType mt)
RendererFactory
withMediaType
in interface RendererFactory
Copyright © 2014. All Rights Reserved.