See: Description
Interface | Description |
---|---|
Renderer |
Renderers -- turning result sets into byte streams.
|
Renderer.BytesOut |
Renderers produce BytesOut objects which will then
stream the rendering to a provided output stream
later.
|
RendererFactory |
A RendererFactory can construct a Renderer given an
APIEndpoint
and a ShortnameService . |
Class | Description |
---|---|
BuiltinRendererTable |
The built-in table of renderers, by name.
|
BytesOutString |
A BytesOutString writes string content, UTF-8 encoded, to
the supplied stream.
|
BytesOutTimed |
A BytesOutTimed is a BytesOut that counts the bytes written and
the time taken to a supplied Times.
|
Factories |
Named renderer factories.
|
Factories.FormatNameAndType | |
FeedRenderer | |
FeedRenderer.FeedResults | |
FeedRendererFactory | |
JSONRenderer | |
JSONRendererFactory | |
RDFXMLRenderer | |
Renderer.UTF8 | |
StripPrefixes |
StripPrefixes provides a method for removing unnecessary prefixes from
(a (shared) copy of) a model.
|
TextPlainRenderer | |
TurtleRenderer | |
VelocityRendererFactory | |
XMLRenderer | |
XMLRendererFactory | |
XMLRendering |
From the spec:
The XML formatter creates an XML representation that is very similar to the
JSON representation.
|
XMLRendering.Trail | |
XSLT_RendererFactory |
Production of XSLT renderers, which transform the results
of an XML rendering.
|
Copyright © 2014. All Rights Reserved.