|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mkdoc.jspider.AbstractMKDocPlugin
com.mkdoc.jspider.AbstractRdfPlugin
com.mkdoc.jspider.MetaStorePlugin
An XHTML meta
element parser plugin.
Creates a Sesame RDF repository of document metadata.
output.absolute
output.folder
output
directory beneath the
JSpider installation directory is assumed.
schema
com.mkdoc.schema.Schema
implementation to supplement
the default Dublin Core schema metadata handlers.
Field Summary | |
private static java.lang.String |
DESCRIPTION
The plugin description. |
private static java.lang.String |
NAME
The plugin name. |
private static java.lang.String |
VERSION
The plugin vendor. |
Fields inherited from class com.mkdoc.jspider.AbstractRdfPlugin |
schema |
Fields inherited from class com.mkdoc.jspider.AbstractMKDocPlugin |
log, manager, VENDOR |
Constructor Summary | |
MetaStorePlugin(net.javacoding.jspider.core.util.config.PropertySet propertySet)
Obtain the output configuration. |
Method Summary | |
protected org.xml.sax.ContentHandler |
getContentHandler(SubjectManager manager,
java.net.URL url)
Get a pre-configured content handler. |
java.lang.String |
getDescription()
Get the plugin description. |
java.lang.String |
getName()
Get the plugin name. |
java.lang.String |
getVersion()
Get the plugin version. |
void |
parse(java.io.InputStream inStream,
java.net.URL url)
Parse an input stream. |
Methods inherited from class com.mkdoc.jspider.AbstractRdfPlugin |
loadCustomSchema, notify, shutdown |
Methods inherited from class com.mkdoc.jspider.AbstractMKDocPlugin |
getVendor, initialize, setLog |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.javacoding.jspider.spi.Plugin |
getVendor |
Methods inherited from interface net.javacoding.jspider.api.event.EventSink |
initialize, notify, shutdown |
Field Detail |
private static final java.lang.String DESCRIPTION
private static final java.lang.String NAME
private static final java.lang.String VERSION
Constructor Detail |
public MetaStorePlugin(net.javacoding.jspider.core.util.config.PropertySet propertySet)
propertySet
- The configuration property set for
this plugin.Method Detail |
public final void parse(java.io.InputStream inStream, java.net.URL url)
parse
in class AbstractRdfPlugin
inStream
- The resource input stream.url
- The resource URL.protected final org.xml.sax.ContentHandler getContentHandler(SubjectManager manager, java.net.URL url)
getContentHandler
in class AbstractRdfPlugin
manager
- A subject manager interface to write the triples to.url
- An initial URI subject.
RdfContentHandler
instance with custom
Schema
if configured.public final java.lang.String getDescription()
getDescription
in interface net.javacoding.jspider.spi.Plugin
public final java.lang.String getName()
getName
in interface net.javacoding.jspider.spi.Plugin
public final java.lang.String getVersion()
getVersion
in interface net.javacoding.jspider.spi.Plugin
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |